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",
.