描述:npm install的时候一直卡在sill idealTree buildDeps没有反应
第一步:清缓存
npm cache clean --force
第二步:换镜像
npm config set registry https://registry.npmmirror.com
检查是否安装成功
npm config get registry
第三步:重新安装
npm install
描述:npm install的时候一直卡在sill idealTree buildDeps没有反应
第一步:清缓存
npm cache clean --force
第二步:换镜像
npm config set registry https://registry.npmmirror.com
检查是否安装成功
npm config get registry
第三步:重新安装
npm install