之前在别的电脑的项目down到现在的电脑,运行出错了
抱一大堆英文错误,小白实在是头疼,百度了好多,才找到原因
有cache缓存,两个缓存不一样,导致运行出错
解决方法
1.先删除node_modules文件夹
- npm cache clean /npm cache verify命令清除掉cache缓存
3.npm install
4.npm run dev
但是我运行的时候还会抱一个错
ERROR Failed to compile with 1 errors
This relative module was not found:
- ./lib/html5-entities.js in ./~/html-entities/index.js
大神和我说是因为360杀毒
好吧,打开我们的360杀毒软件,
恢复文件,并且最好把我们的项目加入白名单哟
现在就应该OK
如果还是不行的话,根目录下 更新 执行npm upgrade
npm run dev
大功告成