mirror of
https://github.com/grpc/grpc-node.git
synced 2025-12-08 18:23:54 +00:00
Upgrade npm on Node 4
This commit is contained in:
parent
ff16b66b6f
commit
5405aa31f4
@ -39,6 +39,9 @@ SET FAILED=0
|
||||
for %%v in (4 6 7 8 9) do (
|
||||
call nvm install %%v
|
||||
call nvm use %%v
|
||||
if "%%v"=="4" (
|
||||
npm install -g npm@5
|
||||
)
|
||||
@rem https://github.com/mapbox/node-pre-gyp/issues/362
|
||||
call npm install -g node-gyp
|
||||
node -e "console.log(process.versions)"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user