0
点赞
收藏
分享

微信扫一扫

npm卡死

Gaaidou 2023-08-07 阅读 35


查看当前使用的那个镜像
nrm ls
  npm ---------- https://registry.npmjs.org/
  yarn --------- https://registry.yarnpkg.com/
  cnpm --------- https://r.cnpmjs.org/
  taobao ------- https://registry.npmmirror.com/

切换镜像
nrm use taobao

如果还不行试试,官方镜像

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


举报

相关推荐

0 条评论