yarn:安装依赖包出现“There appears to be trouble with your network connection. Retrying...”

// 设置镜像地址为淘宝(地址1,推荐):
yarn config set registry https://registry.npmmirror.com
 
// 设置镜像地址为淘宝(地址2):
yarn config set registry https://registry.npm.taobao.org

你可能感兴趣的:(前端,yarn)