現(xiàn)象
- 有時候
yarn
或者npm
安裝項目依賴的時候報錯 there appears to be trouble with your network connection. retrying...
解決辦法
- 添加超時時間
yarn add <yourPackage> --network-timeout 100000
yarn install --network-timeout 100000
- 去掉代理
proxy
npm config rm proxy
npm config rm https-proxy