npm安装时一直在idealTree:npm: sill idealTree buildDeps卡住不动解决方法
本文介绍关于 npm 安装 xmysql 时一直idealTree:npm: sill idealTree buildDeps卡住不动 问题的解决方法
·
npm安装xmysql时一直idealTree:npm: sill idealTree buildDeps卡住不动 问题解决,如下图所示
解决方法:
1、查看.npmrc位置,并去目录中删掉.npmrc文件
--在cmd(DOS页面)界面执行下述指令,可查看 .npmrc 文件位置
npm config list
2、清除缓存,使用 npm cache verify
PS:不要用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 install
PS:npm i 为 npm install的简写形式,功能完全相同
更多推荐
已为社区贡献1条内容
所有评论(0)