我已经开始玩Koa了,但到目前为止还没有找到一个像样的解决方案来在代码更改时自动重新加载应用程序。
我的理解是nodemon是 Node 世界中的首选解决方案,但由于--harmony
标志(Koa 要求)而出现错误:
$ node_modules/.bin/nodemon /path/to/node-unstable/bin/node app.js
/path/to/node-unstable/bin/node --harmony $@
^^^^^^^
SyntaxError: Unexpected identifier
[nodemon] app crashed - waiting for file changes before starting...