本文主要是介绍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安装时一直idealTree:npm: sill idealTree buildDeps卡住不动的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!