首页 前端知识 npm安装时一直idealTree:npm: sill idealTree buildDeps卡住不动

npm安装时一直idealTree:npm: sill idealTree buildDeps卡住不动

2024-06-26 23:06:59 前端知识 前端哥 977 902 我要收藏

npm安装时一直idealTree:npm: sill idealTree buildDeps卡住不动

解决步骤:
1.去以下的目录中删掉.npmrc文件(只在C:\User.npmrc)
在这里插入图片描述
2.清除缓存,使用npm cache verify

不要用npm cache clean --force,容易出现npm WARN using --force I sure hope you know what you are doing.

3.设置镜像:

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

4.查看镜像是否设置成功: npm config get registry
5. 运行npm 安装东西即可(npm i / npm install

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

JSON、Ajax

2024-07-27 22:07:31

JsonNode、ObjectNode和ArrayNode

2024-07-27 22:07:30

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