rkusa / koa-passport-example

koa-passport usage example
https://github.com/rkusa/koa-passport
262 stars 74 forks source link

Added instruction how to avoid error if node version greated then or … #25

Closed rashed-jitu closed 7 years ago

rashed-jitu commented 7 years ago

To avoid this error

node: bad option: --harmony-async-await npm ERR! code ELIFECYCLE npm ERR! errno 9 npm ERR! koa-passport-example@3.0.0 start: node --harmony-async-await server.js npm ERR! Exit status 9 npm ERR! npm ERR! Failed at the koa-passport-example@3.0.0 start script. npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

I have added a note.

rkusa commented 7 years ago

Thanks! 👍