We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6905f48 commit 43fa74dCopy full SHA for 43fa74d
deepstudio/private-install.ps1
@@ -202,7 +202,6 @@ try {
202
SetCfg "${authPrefix}:username" "ms"
203
SetCfg "${authPrefix}:_password" $patB64
204
SetCfg "${authPrefix}:email" "npm@example.com"
205
- SetCfg "always-auth" "true"
206
207
Info ""
208
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