在koa的Github的readme看到了需求0.11.9(https://github.com/koajs/koa),但是nodejs官网才是0.10.26。
To use Koa you must be running node 0.11.9 or higher for generator support, and must run node(1) with the --harmony flag. If you don't like typing this, add an alias to your shell profile:
......
但是看了下http://nodejs.org/dist/,感觉完全不懂了,0.11不应该比0.10大吗?
To use Koa you must be running node 0.11.9 or higher for generator support, and must run node(1) with the --harmony flag. If you don't like typing this, add an alias to your shell profile:
......
但是看了下http://nodejs.org/dist/,感觉完全不懂了,0.11不应该比0.10大吗?