首页 前端知识 npm 安装时卡在 sill idealTree buildDeps 不动

npm 安装时卡在 sill idealTree buildDeps 不动

2024-04-20 17:04:18 前端知识 前端哥 438 385 我要收藏

网上很多博客给出的解决方案是将镜像源修改为淘宝镜像源,如下:

1. 查看当前的镜像网址
npm config get registry 
2. 把npm的镜像地址改成taobao的
npm config set registry https://registry.npm.taobao.org
3. 检验是否设置成功
npm config get registry
但是我试了一下并没有解决,还是卡着不动,后来清除了 npm 缓存,重新设置了镜像源地址,之后就可以正常安装了,如下:
1. 强制清理npm的缓存
 npm cache clean --force
2. 设置镜像源
npm config set registry https://registry.npmmirror.com
3. 重新 install
npm install

应该是 npm 配置问题,具体原因还不知道,如果有知道的大佬可以评论告诉我一下

转载请注明出处或者链接地址:https://www.qianduange.cn//article/5498.html
标签
评论
发布的文章

CSS(8)空间转换 动画

2024-04-29 12:04:29

CSS介绍(4)--背景属性

2024-04-29 12:04:26

Web学习记录---CSS(1)

2024-04-29 12:04:17

大家推荐的文章
会员中心 联系我 留言建议 回顶部
复制成功!