Merge pull request #390 from murgatroid99/test_install_retries

Increase npm retries when downloading packages
This commit is contained in:
Michael Lumish 2018-06-07 16:25:45 -07:00 committed by GitHub
commit 3a72b9f514
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 0 deletions

View File

@ -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

View File

@ -35,6 +35,8 @@ nvm install lts/*
nvm use lts/*
set -ex
npm_config_fetch_retries=5
npm install --unsafe-perm
mkdir -p reports