mirror of https://github.com/grpc/grpc-node.git
				
				
				
			Merge pull request #390 from murgatroid99/test_install_retries
Increase npm retries when downloading packages
This commit is contained in:
		
						commit
						3a72b9f514
					
				|  | @ -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