vue 清理依赖命令

1.清理依赖包

del node_modules

2.清理文件
del package-lock.json

3.强制清理
npm cache clear --force

4.重新安装
npm install

posted @ 2020-06-03 20:43  包远志  阅读(6853)  评论(0编辑  收藏  举报