mirror of
https://github.com/actions/runner-images-sangeeth.git
synced 2025-12-20 06:29:50 +00:00
[windows] update npm registry to https (#3521)
This commit is contained in:
@@ -19,7 +19,7 @@ setx npm_config_prefix $PrefixPath /M
|
|||||||
$env:npm_config_prefix = $PrefixPath
|
$env:npm_config_prefix = $PrefixPath
|
||||||
|
|
||||||
npm config set cache $CachePath --global
|
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 cordova
|
||||||
npm install -g grunt-cli
|
npm install -g grunt-cli
|
||||||
|
|||||||
Reference in New Issue
Block a user