赞
踩
报错为
info There appears to be trouble with your network connection. Retrying…
更换安装依赖的镜像,使用淘宝镜像安装
yarn config set registry https://registry.npm.taobao.org
yarn config delete proxy
npm config rm proxy
npm config rm https-proxy
npm install -g cnpm --registry=https://registry.npm.taobao.org
npm config set registry https://registry.npm.taobao.org
解决!
yarn config delete proxy
yarn config set registry https://registry.npm.taobao.org/
yarn install --network-timeout 6000
超时时间是毫秒单位
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。