Closed wlepinski closed 10 years ago
You might want to read https://github.com/koajs/koa#installation again.
You need node 0.11.9+ to use node --harmony
but you can use node 0.10.x is you use gnode
.
Hi, I'm still getting the same error even it's been running on node 0.11.9. Could you give some hints?
run with 'node --harmony app.js',not 'node app.js'
Thank you! Now it works pretty well!
Do you guys have any tips on how to install unstable versions of NodeJS? Do I have to compile it from source?
@wlepinski use nvm https://github.com/creationix/nvm
Forget about it. Just found the installer. http://blog.nodejs.org/2013/12/31/node-v0-11-10-unstable/ Tks.
Also an easy way to install Node version is N: https://github.com/visionmedia/n.
Hi. I'm trying to follow the starter guide and I'm get the following error:
I'm using node 0.10.24 and executing the script using
node --harmony