赞
踩
今天在执行
npm install指令时,出现一直卡 在npm install [..................] \ idealTree:ruoyi-ui: sill idealTree buildDeps
,我在网上查了一下解决 方案,大部分都是清除缓存,切换为淘宝镜像源或者是切换网络,但是都没有解决我的问题
,下面我来详细的说一下我的解决方案
建议先来采用方案一 进行解决
npm 的命令
npm config set registry https://registry.npmmirror.com
yarn 的命令
yarn config set registry https://registry.npmmirror.com
npm 的命令
npm config get registry
yarn 的命令
yarn config get registry
先清除缓存,在执行npm install
npm cache clean --force
npm install
切换为淘宝镜像源,然后再执行npm install
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。