原文: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