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…
1305 0
|
11月前
ERROR: Encountered errors while bringing up the project.
ERROR: Encountered errors while bringing up the project.
151 0
|
Java Maven
An attempt was made to call a method that does not exist. The attempt was made from the following
An attempt was made to call a method that does not exist. The attempt was made from the following
443 0
|
前端开发
Warning: This synthetic event is reused for performance reasons.
Warning: This synthetic event is reused for performance reasons.
509 0
Warning: This synthetic event is reused for performance reasons.
E: Unable to correct problems, you have held broken packages.
在使用服务器配置环境中遇到的问题,先将解决方案列下:
|
JavaScript 前端开发
Guidelines for Function Compute Development - Troubleshoot Timeout Issues
Endless codes and endless bugs When you write code, you may inadvertently introduce some hidden bugs, even if you test a large proportion of the codes to the maximum extent possible.
1632 0