From 0648d434e66eb924ee6e6263c344c4d5d320d3d3 Mon Sep 17 00:00:00 2001 From: agorti <66666946+agorti@users.noreply.github.com> Date: Fri, 4 Jun 2021 17:03:52 +0530 Subject: [PATCH] [windows] update npm registry to https (#3521) --- images/win/scripts/Installers/Install-NodeLts.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/win/scripts/Installers/Install-NodeLts.ps1 b/images/win/scripts/Installers/Install-NodeLts.ps1 index 4c1b9d27..2a74cc14 100644 --- a/images/win/scripts/Installers/Install-NodeLts.ps1 +++ b/images/win/scripts/Installers/Install-NodeLts.ps1 @@ -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