mirror of https://github.com/grpc/grpc-node.git
Merge pull request #1003 from murgatroid99/windows_npm_6.10_pin
Install npm 6.10 on Windows
This commit is contained in:
commit
eef80c6dd0
|
|
@ -20,7 +20,7 @@ SET PATH=%APPDATA%\nvm-ps;%APPDATA%\nvm-ps\nodejs;%PATH%
|
|||
call nvm install 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
|
||||
call npm install -g node-gyp@3
|
||||
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@ SET PATH=%APPDATA%\nvm-ps;%APPDATA%\nvm-ps\nodejs;%PATH%
|
|||
call nvm install 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
|
||||
call npm install -g node-gyp@3
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue