当前位置:   article > 正文

开发日记-npm下载镜像超时,切换镜像源方式_npm err! exit handler never called! npm err! this

npm err! exit handler never called! npm err! this is an error with npm itsel

使用npm下载组件和初始化等操作的时候可能会遇到下面的问题: 

npm ERR! Exit handler never called! npm ERR! This is an error with npm itself. Please report this error at:

npm ERR! <https://github.com/npm/cli/issues>

npm ERR! A complete log of this run can be found in:

npm ERR! x:\xx\nodejs\node_cache\_logs\2024-05-05T02_49_46_604Z-debug-0.log

解决办法

最新的配置淘宝镜像的淘宝官方提供的方法

npm config set registry https://registry.npmmirror.com

原来的 registry.npm.taobao.org 已替换为 registry.npmmirror.com ,当点击 registry.npm.taobao.org 会默认跳转到 registry.npmmirror.com

如果你想将npm的下载源恢复为默认的官方源,可以使用以下命令:

npm config set registry https://registry.npmjs.org

你可以使用以下命令来查看当前npm的下载源设置:

npm config get registry
声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/我家自动化/article/detail/853262
推荐阅读
相关标签
  

闽ICP备14008679号