首页 前端知识 解决NPM报错:getaddrinfo ENOTFOUND registry. request to https://registry.nlark.com/(.*?).tgz failed

解决NPM报错:getaddrinfo ENOTFOUND registry. request to https://registry.nlark.com/(.*?).tgz failed

2024-08-14 22:08:44 前端知识 前端哥 624 606 我要收藏

问题描述

运行npm install安装包时,出现如下错误:

npm ERR! code ENOTFOUND
npm ERR! syscall getaddrinfo
npm ERR! errno ENOTFOUND
npm ERR! network request to https://registry.nlark.com/wrappy/download/wrappy-1.0.2.tgz?cache=0&sync_timestamp=1619133505879&other_urls=https://registry.nlark.com/wrappy/download/wrappy-1.0.2.tgz failed, reason: getaddrinfo ENOTFOUND registry.nlark.com
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'

npm ERR! A complete log of this run can be found in: D:\software\nodejs\node_cache\_logs\2024-07-13T09_56_26_626Z-debug-0.log

原因分析:

这是一个与网络连接有关的问题。在大多数情况下,与代理或网络设置有关。

解决方案:

重新设置代理:

  1. 移除旧的代理
npm config rm proxy
npm config rm https-proxy
  1. 设置新的代理
npm config set registry https://registry.npmmirror.com
转载请注明出处或者链接地址:https://www.qianduange.cn//article/15614.html
标签
评论
发布的文章

JQuery 详细教程

2024-08-21 22:08:08

jQuery2 高级教程(八)

2024-08-21 22:08:06

jQuery Spellchecker 使用教程

2024-08-21 22:08:50

大家推荐的文章
会员中心 联系我 留言建议 回顶部
复制成功!