diff --git a/commands/bootstrap/index.js b/commands/bootstrap/index.js index 515bbc63c5..5ddc7eaeb7 100644 --- a/commands/bootstrap/index.js +++ b/commands/bootstrap/index.js @@ -62,7 +62,7 @@ class BootstrapCommand extends Command { ); } - this.conf = npmConf(this.options); + this.conf = npmConf({ registry }); this.npmConfig = { registry, npmClient,