There appears to be trouble with your network connection.Retrying

简介: There appears to be trouble with your network connection.Retrying

yarn 下包的时候提示错误:There appears to be trouble with your network connection. Retrying


原因: yarn超时,终端多次提示There appears to be trouble with your network connection. Retrying


解决如下:

//查看代理
git config list
//删除代理
git config delete  registry
//或者删除代理
git config delete proxy
//更换淘宝镜像
yarn config set registry https://registry.npm.taobao.org

微信图片_20221009171131.png

相关文章
|
资源调度
yarn 错误:There appears to be trouble with your network connection. Retrying…
yarn 错误:There appears to be trouble with your network connection. Retrying…
1435 0
报错解决:Reason: Failed to determine a suitable driver class
报错解决:Reason: Failed to determine a suitable driver class
2580 0
报错解决:Reason: Failed to determine a suitable driver class
ERROR: Encountered errors while bringing up the project.
ERROR: Encountered errors while bringing up the project.
193 0
|
开发工具 git
fatal: The remote end hung up unexpectedly
fatal: The remote end hung up unexpectedly
204 0