mirror of https://github.com/grpc/grpc-node.git
Increase npm retries when downloading packages
This commit is contained in:
parent
fc074428cc
commit
717d9f79f7
|
@ -31,6 +31,8 @@ call nvm version
|
|||
call nvm install 8
|
||||
call nvm use 8
|
||||
|
||||
SET npm_config_fetch_retries=5
|
||||
|
||||
call npm install || goto :error
|
||||
|
||||
SET JUNIT_REPORT_STACK=1
|
||||
|
|
|
@ -35,6 +35,8 @@ nvm install lts/*
|
|||
nvm use lts/*
|
||||
set -ex
|
||||
|
||||
npm_config_fetch_retries=5
|
||||
|
||||
npm install --unsafe-perm
|
||||
|
||||
mkdir -p reports
|
||||
|
|
Loading…
Reference in New Issue