Skip to content

Commit 43fa74d

Browse files
authored
Remove 'always-auth' configuration from install script
Removed 'always-auth' configuration from both setting and deleting configurations.
1 parent 6905f48 commit 43fa74d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

deepstudio/private-install.ps1

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,6 @@ try {
202202
SetCfg "${authPrefix}:username" "ms"
203203
SetCfg "${authPrefix}:_password" $patB64
204204
SetCfg "${authPrefix}:email" "npm@example.com"
205-
SetCfg "always-auth" "true"
206205

207206
Info ""
208207
Info ("Command: npm " + ($npmInstallArgs -join " "))
@@ -261,7 +260,6 @@ finally {
261260
DelCfg "${authPrefix}:username"
262261
DelCfg "${authPrefix}:_password"
263262
DelCfg "${authPrefix}:email"
264-
DelCfg "always-auth"
265263

266264
if ($VerboseInstall) {
267265
Remove-Item Env:\NPM_CONFIG_LOGLEVEL -ErrorAction SilentlyContinue

0 commit comments

Comments
 (0)