[windows] update npm registry to https (#3521)

This commit is contained in:
agorti
2021-06-04 17:03:52 +05:30
committed by GitHub
parent cf551b1f4c
commit 0648d434e6

View File

@@ -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