Merge pull request #1003 from murgatroid99/windows_npm_6.10_pin

Install npm 6.10 on Windows
This commit is contained in:
Michael Lumish 2019-08-21 09:31:48 -07:00 committed by GitHub
commit eef80c6dd0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,7 @@ SET PATH=%APPDATA%\nvm-ps;%APPDATA%\nvm-ps\nodejs;%PATH%
call nvm install 10 call nvm install 10
call nvm use 10 call nvm use 10
call npm install -g npm call npm install -g npm@6.10.x
@rem https://github.com/mapbox/node-pre-gyp/issues/362 @rem https://github.com/mapbox/node-pre-gyp/issues/362
call npm install -g node-gyp@3 call npm install -g node-gyp@3

View File

@ -20,7 +20,7 @@ SET PATH=%APPDATA%\nvm-ps;%APPDATA%\nvm-ps\nodejs;%PATH%
call nvm install 10 call nvm install 10
call nvm use 10 call nvm use 10
call npm install -g npm call npm install -g npm@6.10.x
@rem https://github.com/mapbox/node-pre-gyp/issues/362 @rem https://github.com/mapbox/node-pre-gyp/issues/362
call npm install -g node-gyp@3 call npm install -g node-gyp@3