Skip to content

Commit e23e772

Browse files
authored
Remove 'always-auth' configuration from install script
Removed 'always-auth' configuration from both setting and deleting configurations.
1 parent b8d17fa commit e23e772

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

deepstudio/private-install.ps1

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

208207
Info ""
209208
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)