0


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

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

标签: npm 前端 node.js

本文转载自: https://blog.csdn.net/weixin_41823246/article/details/138225531
版权归原作者 骨子里的偏爱 所有, 如有侵权,请联系我们删除。

“npm安装时一直idealTree:npm: sill idealTree buildDeps卡住不动”的评论:

还没有评论