美文网首页
npm/yarn报错there appears to be tr

npm/yarn报错there appears to be tr

作者: 有田春雪 | 来源:发表于2020-02-27 17:06 被阅读0次

现象

  • 有时候yarn或者npm安装项目依赖的时候报错
  • there appears to be trouble with your network connection. retrying...

解决办法

  1. 添加超时时间
  • yarn add <yourPackage> --network-timeout 100000
  • yarn install --network-timeout 100000
  1. 去掉代理proxy
npm config rm proxy
npm config rm https-proxy

相关文章

网友评论

      本文标题:npm/yarn报错there appears to be tr

      本文链接:https://www.haomeiwen.com/subject/lydxhhtx.html