首页 前端知识 【npm】npm install 卡住不动

【npm】npm install 卡住不动

2024-05-13 10:05:49 前端知识 前端哥 155 685 我要收藏

如下几种解决办法

  1. npm install --force
    原因:版本不匹配
  2. 删除 node_modules文件夹,重新执行 npm install
    原因:下载过程中,有一个包下载失败那么之后的包都下载不了,整个进度执行不下去
  3. 重新设置镜像源
    原因:
    原淘宝npm停止解析,如下:
    ① http://npm.taobao.org
    ② http://registry.npm.taobao.org)
    现已更换为 中国镜像站,如下
    npmmirror.com
npm config set registry https://registry.npmmirror.com
转载请注明出处或者链接地址:https://www.qianduange.cn//article/8519.html
标签
评论
会员中心 联系我 留言建议 回顶部
复制成功!