-
-
Recently I tried to use koa next version to build a web app, after I installed koa middleware dependencies like koa-route, I found some issues from terminal. It indicated that I use old-signature-midd…
-
This would allow us to remove babel at least for the API part
-
Hello,
This is not an issue with Grant but maybe you guys could help me out. I've got Grant working on my API running on http://localhost:3000 and I've got an Angular2 app running on http://localho…
-
With Node.js v7.0.0 out (with V8 5.4), it's now possible to run Koa v2 using async/await natively, without Babel (albeit behind a `--harmony` flag).
Would you be able to make a new version of koa-hbs…
-
Hi, I was just wondering if there was any plan to upgrade to Koa2.0
Thanks.
-
When I try to run it via `babel-node`, I get:
```
> babel-node --presets=es2015-node6,stage-2 "server/index.js"
util.js:947
throw new TypeError('The super constructor to "inherits" must not ' +
…
-
It is time to just move to 2.0 now that node 7 allows async await with the flag --harmony-await-async. And it is probable V8 with async await will be in Node without the flag in a few months.
Ev…
-
In the last commit, some changes have been made but it brokes the router. The dependency `await-busboy` doesn't exist. I used Node v7.0.0 with `--harmony` flag and I ran `npm install` twice.
Thanks…
-
how about provide using case in koa2 ? thanks!