gpt4 book ai didi

node.js - 错误 : network request to https://registry. npmjs.org/yarn 失败,原因 : getaddrinfo ENOTFOUND example. com example.com:8080

转载 作者:太空宇宙 更新时间:2023-11-04 01:34:38 25 4
gpt4 key购买 nike

尝试运行npm install -g "something"。但我收到此错误。

我正在使用 Windows 7:

npm ERR! code ENOTFOUND
npm ERR! errno ENOTFOUND
npm ERR! network request to https://registry.npmjs.org/yarn failed, reason:
getaddrinfo ENOTFOUND example.com example.com:8080
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:
npm ERR! C:\Users\User\AppData\Roaming\npm-cache\_logs\2019-03-
01T13_13_42_425Z-debug.log

当我在 Chrome 上打开此网址时,我看到了文件内容 https://registry.npmjs.org/yarn

谁能帮我解决这个问题吗?

最佳答案

经过大量研究,终于找到了解决这个问题的方法。

从一开始我就尝试使用 npm 删除代理

npm config rm proxy
npm config rm https-proxy

但由于某种原因,它没有成功。

我在此文件中找到了代理网址C:\Users\User\.npmrc

https-proxy=http://example.com:8080
proxy=http://example.com:8080/

手动删除这些解决了问题,我可以使用 npm 安装任何应用程序。

关于node.js - 错误 : network request to https://registry. npmjs.org/yarn 失败,原因 : getaddrinfo ENOTFOUND example. com example.com:8080,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/54945557/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com