node.js

关注公众号 jb51net

关闭
首页 > 网络编程 > JavaScript > node.js > npm报错A complete log of this run can be found in

npm报错"A complete log of this run can be found in:"的解决办法

作者:骆骆爱学习

这篇文章主要给大家介绍了关于npm报错"A complete log of this run can be found in:"的解决办法,文中通过实例代码介绍的非常详细,对大家的学习或者工作具有一定的参考学习价值,需要的朋友可以参考下

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 servenpm run dev就可以解决啦!

总结

到此这篇关于npm报错"A complete log of this run can be found in:"解决办法的文章就介绍到这了,更多相关npm报错A complete log of this run can be found in内容请搜索脚本之家以前的文章或继续浏览下面的相关文章希望大家以后多多支持脚本之家!

您可能感兴趣的文章:
阅读全文