原文:yarn 安装 node 包提示“ There appears to be trouble with your network connection. Retrying...”

参考网址:https: stackoverflow.com questions yarn there appears to be trouble with your network connection retrying 如果使用的是国内源,那么有可能是因为包体积太大导致网络超时所致。 对应的解决方法为,指定网络超时时间 yarn install network timeout ...

2021-05-11 13:30 0 2427 推荐指数:

查看详情

“There appears to be trouble with your network connection. Retrying

网上很多答案都说是代理问题,不过,设置了代理还是提示这个,后来删除了 yarn.lock 文件后重新 yarn 就好了。估计是 yarn.lock 中的路径有错,所以一直加载失败。出现此问题可能是 npm 和 yarn 混用导致的。当然,也有可能真的是网络问题。 删了 yarn.lock 文件 ...

Wed Jun 03 23:42:00 CST 2020 0 2893
 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM