现象
- 有时候
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