当前位置:网站首页>NPM install reports an error
NPM install reports an error
2022-07-05 12:25:00 【Nat_ Jst】
download elementUI Source code Install dependency when npm install An error is as follows :
Error log :
110 verbose node v14.5.0
111 verbose npm v6.14.5
112 error code ENOTFOUND
113 error errno ENOTFOUND
114 error network request to https://registry.npm.taobao.org/deepmerge failed, reason: getaddrinfo ENOTFOUND proxy1.bj.petrochina
115 error network This is a problem related to network connectivity.
115 error network In most cases you are behind a proxy or have bad network settings.
115 error network
115 error network If you are behind a proxy, please make sure that the
115 error network 'proxy' config is set properly. See: 'npm help config'
116 verbose exit [ 1, true ]
After searching, it is possible to set up an agent in the company , Forget to cancel at home .
resolvent :
npm config delete proxy
npm config delete https-proxy
Reference documents :npm How to set and cancel the proxy
边栏推荐
- Codeworks 5 questions per day (1700 average) - day 5
- Matlab struct function (structure array)
- struct MySQL
- Differences between IPv6 and IPv4 three departments including the office of network information technology promote IPv6 scale deployment
- II. Data type
- [HDU 2096] 小明A+B
- Semantic segmentation experiment: UNET network /msrc2 dataset
- A guide to threaded and asynchronous UI development in the "quick start fluent Development Series tutorials"
- Conversion du format de données GPS [facile à comprendre]
- One article tells the latest and complete learning materials of flutter
猜你喜欢
Redis highly available sentinel mechanism
abap查表程序
Course design of compilation principle --- formula calculator (a simple calculator with interface developed based on QT)
[pytorch modifies the pre training model: there is little difference between the measured loading pre training model and the random initialization of the model]
Understand kotlin from the perspective of an architect
[pytorch pre training model modification, addition and deletion of specific layers]
Understand redis persistence mechanism in one article
One article tells the latest and complete learning materials of flutter
Hexadecimal conversion summary
Solve the problem of cache and database double write data consistency
随机推荐
自动化测试生命周期
[pytorch modifies the pre training model: there is little difference between the measured loading pre training model and the random initialization of the model]
强化学习-学习笔记3 | 策略学习
Conversion du format de données GPS [facile à comprendre]
Learn garbage collection 01 of JVM -- garbage collection for the first time and life and death judgment
How does MySQL execute an SQL statement?
JS for循环 循环次数异常
Get all stock data of big a
Master-slave mode of redis cluster
Matlab imoverlay function (burn binary mask into two-dimensional image)
语义分割实验:Unet网络/MSRC2数据集
ZABBIX agent2 installation
Learn the memory management of JVM 02 - memory allocation of JVM
GPS数据格式转换[通俗易懂]
Semantic segmentation experiment: UNET network /msrc2 dataset
Matlab boundarymask function (find the boundary of the divided area)
Simple production of wechat applet cloud development authorization login
ZABBIX agent2 monitors mongodb templates and configuration operations
Learn the memory management of JVM 03 - Method area and meta space of JVM
mysql拆分字符串做条件查询