recommend to use 0.11.13+
This commit is contained in:
parent
ca1197c93e
commit
d58f458b8d
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@
|
||||||
$ npm install koa
|
$ npm install koa
|
||||||
```
|
```
|
||||||
|
|
||||||
To use Koa you must be running __node 0.11.9__ or higher for generator support, and must run node(1)
|
To use Koa you must be running __node 0.11.13__ or higher for generator and promise support, and must run node(1)
|
||||||
with the `--harmony` flag. If you don't like typing this, add an alias to your shell profile:
|
with the `--harmony` flag. If you don't like typing this, add an alias to your shell profile:
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue