Skip to content

NPM - npm install 安装依赖卡顿在 sill idealTree buildDeps 问题

132字小于1分钟

npm

2024-07-23

安装项目包时,npm install 下载依赖时,卡在了下载依赖的阶段。终端一致卡在 sill idealTree buildDeps

解决方法

更换npm镜像源:

  1. 查看当前npm镜像源
npm config get registry
  1. 切换为taobao源
npm config set registry https://registry.npm.taobao.org

切换成taobao源时,发现问题还是没有解决

  1. 再次切换其他源,问题解决
npm config set registry https://registry.npmmirror.com