首页 前端知识 使用npm i命令时一直idealTree:npm: sill idealTree buildDeps卡住不动

使用npm i命令时一直idealTree:npm: sill idealTree buildDeps卡住不动

2024-04-29 11:04:44 前端知识 前端哥 443 29 我要收藏

1.清除缓存

npm cache verify

2.设置镜像源

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

3.查看是否设置成功

npm config get registry

4.运行

npm i

⚠️⚠️⚠️注意如果执行以上操作还是不行的话再执行以下命令⚠️⚠️⚠️

关掉strict-ssl即可

npm config set strict-ssl false

再次运行

npm i

用完之后恢复:

npm config set strict-ssl true

以上操作亲测有效!!!

转载请注明出处或者链接地址:https://www.qianduange.cn//article/6221.html
标签
评论
发布的文章
大家推荐的文章
会员中心 联系我 留言建议 回顶部
复制成功!