赞
踩
每次清除依赖都要好长时间,需要管理员权限,后面终于网上找到,记录下。
在项目目录下
1.清理依赖包
del node_modules
2.清理文件 del package-lock.json
3.强制清理 npm cache clear --force
4.重新安装 npm install