npm 报错“A complete log of this run can be found in:”解决方法
时间:2024-04-25 17:30:29 来源:网络cs 作者:璐璐 栏目:监控软件 阅读:
npm 启动项目 npm run serve/dev的时候报了个错:再次记录一下
! code ELIFECYCLE
npm ERR! errno 1
npm ERR! new@0.1.0 serve:vue-cli-service serve
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the new@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\Admin\AppData\Roaming\npm-cache_logs\2023-02-06T14_17_03_399Z-debug.log
一, 问题原因
项目启动失败,一直报错,翻译一下,大概意思就是依赖包或者模板有问题
二,解决方法
1.需要找到node_modules
把这个文件夹删掉
如下图
2.然后cmd或者vscode终端再运行npm install
即可,这个命令会重新安装一下依赖包,最后在执行npm run serve
或npm run dev
就可以解决啦!
本文链接:https://www.kjpai.cn/news/2024-04-25/162244.html,文章来源:网络cs,作者:璐璐,版权归作者所有,如需转载请注明来源和作者,否则将追究法律责任!
下一篇:返回列表