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

 

posted @ 2022-02-15 15:02  他她  阅读(170)  评论(0编辑  收藏  举报