We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8d17fa commit e23e772Copy full SHA for e23e772
1 file changed
deepstudio/private-install.ps1
@@ -203,7 +203,6 @@ try {
203
SetCfg "${authPrefix}:username" "ms"
204
SetCfg "${authPrefix}:_password" $patB64
205
SetCfg "${authPrefix}:email" "npm@example.com"
206
- SetCfg "always-auth" "true"
207
208
Info ""
209
Info ("Command: npm " + ($npmInstallArgs -join " "))
@@ -261,7 +260,6 @@ finally {
261
260
DelCfg "${authPrefix}:username"
262
DelCfg "${authPrefix}:_password"
263
DelCfg "${authPrefix}:email"
264
- DelCfg "always-auth"
265
266
if ($VerboseInstall) {
267
Remove-Item Env:\NPM_CONFIG_LOGLEVEL -ErrorAction SilentlyContinue
0 commit comments