当前位置:   article > 正文

yarn安装报错网络问题解决方案_yarn install 网络问题

yarn install 网络问题

yarn安装报错网络问题解决方案

报错为

info There appears to be trouble with your network connection. Retrying…

解决方案:

更换安装依赖的镜像,使用淘宝镜像安装

  1. 安装好后更换淘宝镜像

yarn config set registry https://registry.npm.taobao.org

  1. 移除原代理

yarn config delete proxy
npm config rm proxy
npm config rm https-proxy

  1. 安装cnpm镜像并使用代理registry
  • 安装cnpm镜像

npm install -g cnpm --registry=https://registry.npm.taobao.org

  • 使用代理registry

npm config set registry https://registry.npm.taobao.org

解决!

类似情况

  1. 删除代理

yarn config delete proxy

  1. 设置淘宝镜像

yarn config set registry https://registry.npm.taobao.org/

  1. 设置超时时间

yarn install --network-timeout 6000

超时时间是毫秒单位

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/Cpp五条/article/detail/531126
推荐阅读
相关标签
  

闽ICP备14008679号