We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab8396b commit 303e99aCopy full SHA for 303e99a
lib/adduser.js
@@ -21,7 +21,7 @@ function adduser (args, cb) {
21
))
22
}
23
24
- const registry = npm.config.get('registry')
+ let registry = npm.config.get('registry')
25
const scope = npm.config.get('scope')
26
const creds = npm.config.getCredentialsByURI(npm.config.get('registry'))
27
0 commit comments