当前位置:网站首页>npm ERR code ETIMEDOUT npm ERR syscall connect npm ERR errno ETIMEDOUT npm ERR network reques...
npm ERR code ETIMEDOUT npm ERR syscall connect npm ERR errno ETIMEDOUT npm ERR network reques...
2022-07-28 22:27:00 【Alan-analysis】
npm Install Taobao image npm ERR!
As follows :
npm ERR! code ETIMEDOUT
npm ERR! syscall connect
npm ERR! errno ETIMEDOUT
npm ERR! network request to https://registry.npm.taobao.org/mkdirp failed, reason: connect ETIMEDOUT 61.160.228.203:443
npm ERR! network This is a problem related to network connectivity.
npm ERR! network In most cases you are behind a proxy or have bad network settings.
npm ERR! network
npm ERR! network If you are behind a proxy, please make sure that the
npm ERR! network 'proxy' config is set properly. See: 'npm help config'
terms of settlement :
1. Set agent shutdown
npm config set proxy false
2. Clear cache
npm cache clean
If the cache is cleared, an error occurs , As shown below :
npm ERR! As of [email protected], the npm cache self-heals from corruption issues
npm ERR! by treating integrity mismatches as cache misses. As a result,
npm ERR! data extracted from the cache is guaranteed to be valid. If you
npm ERR! want to make sure everything is consistent, use `npm cache verify`
npm ERR! instead. Deleting the cache can only make npm go slower, and is
npm ERR! not likely to correct any problems you may be encountering!
npm ERR!
npm ERR! On the other hand, if you're debugging an issue with the installer,
npm ERR! or race conditions that depend on the timing of writing to an empty
npm ERR! cache, you can use `npm install --cache /tmp/empty-cache` to use a
npm ERR! temporary cache instead of nuking the actual one.
npm ERR!
npm ERR! If you're sure you want to delete the entire cache, rerun this command
npm ERR! with --force.
Just use the following command :
npm cache clean --force
If display
npm WARN using --force Recommended protections disabled.
That means we need to reduce npm Version of the , Because of the installation npm Version too high
Reduce npm The command of is as follows
npm install [email protected] -g
Finally set Taobao image
npm config set registry https://registry.npm.taobao.org
View the configuration information configured above
npm config list

边栏推荐
- Record the fluent to solve the problem of a renderflex overflowed by 7.3 pixels on the bottom
- Summary of the use of hash table set and map when leetcode brushes questions
- Lvs+keepalived high availability deployment practical application
- 想要快速成长,先要经历重大打击!
- 阿里云CDN实践
- 2021 mathematical modeling group B exercise
- 静态成员static详解
- array_diff_assoc 元素是数组时不比较数组值的办法
- Can the MySQL create statement be used to create a table structure and append new records
- Desai wisdom number - line chart (stacking area chart): ranking of deposits of different occupational groups in the proportion of monthly income in 2022
猜你喜欢

HCIP(13)

Hcip seventh experiment

IFLYTEK written examination

How to establish a decentralized community in Web3

HCIP(15)

SQL注入 Less38(堆叠注入)

If you want to grow rapidly, you must first experience a major blow!

Which is the file transfer command in the basic services of the Internet
![[CVPR 2021] cylinder3d: cylindrical asymmetric 3D convolution network for LIDAR point cloud segmentation](/img/3d/3def78ec88419712e14cf437e21447.png)
[CVPR 2021] cylinder3d: cylindrical asymmetric 3D convolution network for LIDAR point cloud segmentation

Sword finger offer II 052. flatten binary search tree (simple binary search tree DFS)
随机推荐
(翻译)图技术简明历史
IFLYTEK written examination
科大讯飞笔试
Differences of display values
Ruiji takeout - background login function development
Alibaba cloud CDN practice
[machine learning] naive Bayesian classification of text -- Classification of people's names and countries
Chapter 7: drawing rotating cubes
Lvs+keepalived high availability deployment practical application
内网渗透学习(三)域横向移动——计划任务
Can the MySQL create statement be used to create a table structure and append new records
What is a prime factor? In number theory, a prime factor (prime factor or prime factor) refers to a prime number that can divide a given positive integer
tutorial/detailed_workflow.ipynb 量化金融Qlib库
internet的基本服务中文件传输命令是哪个
Hcip experiment (14)
array_diff_assoc 元素是数组时不比较数组值的办法
The difference between get and post
SSH password free login
Ecmasript 5/6 notes
SQL注入 Less42(POST型堆叠注入)