Problem
I am trying to run simple http server using koa2, but have problems running it.
It uses es6 that is expected to work in future node.js v
Upgraded your node version to at least 7.6 after that there is no need to transpile your code using babel which is highly avoidable in production.Node >7.6 version support async/await which is very powerful.