forever 启动附带 --harmony 参数

627 查看

有些 ES2015 的特性需要 node 使用 --harmony 启动参数才能够使用,所以需要在 forever 启动时能够附带这一参数。

forever start -c "node --harmony" app.js