Merge pull request #13838 from edx/zoldak/node-options

Add npm config file with retry options
This commit is contained in:
Jesse Zoldak
2016-10-25 22:40:47 -04:00
committed by GitHub

4
.npmrc Normal file
View File

@@ -0,0 +1,4 @@
fetch-retries = 5
fetch-retry-factor = 2
fetch-retry-mintimeout = 10000
fetch-retry-maxtimeout = 60000