【关于npm install报错信息排查-npm WARN registry Unexpected warning for https://registry.npmmirror.com/: 】

关于npm install报错信息排查

以下是我的报错信息:

npm WARN registry Unexpected warning for https://registry.npmmirror.com/: Miscellaneous Warning EAI_AGAIN: request to https://registry.npmmirror.com/chalk failed, reason: getaddrinfo EAI_AGAIN registry.npmmirror.com
npm WARN registry Using stale data from https://registry.npmmirror.com/ due to a request error during revalidation.
npm ERR! code EAI_AGAIN
npm ERR! errno EAI_AGAIN
npm ERR! request to https://registry.npmmirror.com/axios failed, reason: getaddrinfo EAI_AGAIN registry.npmmirror.com

npm ERR! A complete log of this run can be found in:
npm ERR!     C:\Program Files\Java\nodejs_renbao\node_cache\_logs\2023-12-07T05_58_35_947Z-debug.log

经过排查,这个错误通常是由于 DNS 解析问题引起的。
如果您连的公司内网或者建议断开链接再重新install
同时,cmd黑窗口,也需要管理员权限的页面
就可以解决了。

你可能感兴趣的:(npm,前端,node.js)