egg.js npm start 启动报错
Posted 杜培东
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了egg.js npm start 启动报错相关的知识,希望对你有一定的参考价值。
开发环境运行项目即npm run dev的时候是正常的,但是npm start会启动失败,最可能的原因是因为npm start启动使用egg-scripts机制启动,对于运行中遇到error日志就会中断进程,方便发现问题,有时构建过程中的node warnning会认为是stderr被捕获到,所以npm start会构建中断,解决方案是忽略掉stderr中断机制,在原来命令基础上添加--ignore-stderr即可
egg-scripts start --port=7001 --daemon --title=egg-manage --ignore-stderr
以上是关于egg.js npm start 启动报错的主要内容,如果未能解决你的问题,请参考以下文章
Vue报错:npm run start npm ERR! missing script: start
The 'decorators' plugin requires a 'decoratorsBeforeExport' option, ...(npm start报错)