美文网首页
vue创建项目 yarn 错误There appears to

vue创建项目 yarn 错误There appears to

作者: 莫伊剑客 | 来源:发表于2021-02-18 15:22 被阅读0次

yarn 错误There appears to be trouble with your network connection. Retrying…

原因:yarn超时

解决途径:

#查看代理
yarn config list
#删除代理
yarn config delete proxy
npm config rm proxy
npm config rm https-proxy
#安装好后更换淘宝镜像
yarn config set registry https://registry.npm.taobao.org

相关文章

网友评论

      本文标题:vue创建项目 yarn 错误There appears to

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