当前位置:网站首页>There appears to be a failure with your network connection Retrying.
There appears to be a failure with your network connection Retrying.
2022-06-28 02:28:00 【Cangzhou governor】
from github On clone One. uniapp project , because npm There are some problems , So I used yarn. But use
yarn install
When , Each time the download process reaches a specific place, it will get stuck , And then it'll report a mistake :
There appears to be trouble with your network connection. Retrying.
I found a lot of solutions :
- Replace source
- Delete agent
- Set network timeout settings
All useless .
however , stay Stack Overflow There is an answer above , I tried , It works for me :
Delete yarn The configuration file , Proceed again yarn install
This time , But it may be the reason for the combination of these schemes , So let me be specific about how I got it :
First, I changed the source of Taobao :
yarn config set registry https://registry.npm.taobao.org
Then I deleted the network proxy
yarn config delete proxy
npm config rm proxy
npm config rm https-proxy
At last I deleted yarn Configuration file for , And perform the
yarn install --netwrok -timeout 100000
Successfully solved the network connection timeout problem .
边栏推荐
- File transfer protocol --ftp
- Hi, you have a code review strategy to check!
- Cesium 抗锯齿(线,边框等)
- 4G-learn from great partners
- [Yocto RM]9 - QA Error and Warning Messages
- [elt.zip] openharmony paper Club - memory compression for data intensive applications
- 树莓派实现温控风扇智能降温
- [sylixos] I2C device driver creation and use
- Introduction to hybrid apps
- [Yocto RM]3 - Yocto Project Releases and the Stable Release Process
猜你喜欢

匿名挂载&具名挂载

Jenkins - Groovy Postbuild 插件丰富 Build History 信息

Cesium anti aliasing (lines, borders, etc.)

SQL 注入绕过(三)

SQL 注入绕过(四)

SQL injection Bypass (2)

Cesium 多边形(polygon)extrudedHeight 和 height 的区别

Numpy----np. reshape()

Jenkins - email notification plug-in

Appium automation test foundation ADB common commands (I)
随机推荐
Four classic training modes in comparative learning
外盘期货哪里可以开户?哪个平台出入金比较安全?
Jenkins - Pipeline 概念及创建方式
类的初始化与回调的用法
利用redis bitmap实现人员在线情况监控
数据治理与数据标准
SQL 注入绕过(三)
Introduction to hybrid apps
Take n multiple table names of a database as the values of a column in another table (the range can be a table in another database)
要搞清楚什么是同步,异步,串行,并行,并发,进程,线程,协程
Dynamic Host Configuration Protocol
Jenkins - built in variable access
文件傳輸協議--FTP
Learn pickle
[Yocto RM]3 - Yocto Project Releases and the Stable Release Process
低代码DSL里面在数仓中的实践
[Yongyi XY chair] trial experience
Jenkins - 访问 Jenkins 自定义参数变量,处理变量值中含有空格
[Yocto RM] 2 - Yocto Project Terms
Cesium 抗锯齿(线,边框等)