egg 执行 yarn start 失败的解决方案

1.报错信息:

Ignoring invalid timezone passed to Connection: +8:00. This is currently a warning, but in future versions of MySQL2, an error will be thrown if you pass an invalid configuration option to a Connection

2.解决方案:

"start": "egg-scripts start --daemon --title=egg-server-diary",
"start-pro": "egg-scripts start --daemon --title=egg-server-diary --ignore-stderr",

.

posted @ 2020-04-07 12:00  每天都要进步一点点  阅读(1717)  评论(0编辑  收藏  举报