You can override the max and min timeout in ~/.npmrc . // npm config ls -l // add these 2 lines in ~/.npmrc fetch-retry-maxtimeout = 6000000 ...
確定! 回上一頁