You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
By clicking “Sign up for GitHub”, you agree to our
terms of service
and
privacy statement
. We’ll occasionally send you account related emails.
Already on GitHub?
Sign in
to your account
谢谢!服务器部署使用npm start命令启动,启动时报错了,我加了参数–ignore-stderr忽略了启动错误。
因为脚本中没有指定–env参数,所以使用了框架内置环境prod(config/config.prod.js)。
"start": "egg-scripts start --daemon --workers=2 --title=performance --ignore-stderr"