当启动vue项目时,有如下报错:
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! vue3demo2@0.1.0 serve: `vue-cli-service serve`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the vue3demo2@0.1.0 serve script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\cx\AppData\Roaming\npm-cache\_logs\2022-01-02T03_47_20_525Z-debug.log
此时就要卸载模块们重装。
1.删除你项目中的node_modules文件夹和package_lock.json.
2.清除缓存
npm cache clean --force
3.重新安装:
npm install