Skip to content

Commit

Permalink
[windows] update npm registry to https (actions#3521)
Browse files Browse the repository at this point in the history
  • Loading branch information
agorti authored Jun 4, 2021
1 parent cf551b1 commit 0648d43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/win/scripts/Installers/Install-NodeLts.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ setx npm_config_prefix $PrefixPath /M
$env:npm_config_prefix = $PrefixPath

npm config set cache $CachePath --global
npm config set registry http://registry.npmjs.org/
npm config set registry https://registry.npmjs.org/

npm install -g cordova
npm install -g grunt-cli
Expand Down

0 comments on commit 0648d43

Please sign in to comment.