yarn安装网络错误
安装史提示错误信息:info There appears to be trouble with your network connection. Retrying…
问题排查:
- 网络可用
- 确认yarn.lock文件中的地址是否正确
- 如果正确请按下面的操作执行
可以设置超时时间稍长一点。
1 | yarn install --network-timeout 1000000 |
安装史提示错误信息:info There appears to be trouble with your network connection. Retrying…
问题排查:
可以设置超时时间稍长一点。
1 | yarn install --network-timeout 1000000 |