azat-co / expressworks

Learn Express.js from the author of one of the best books on Express.js—Pro Express.js— with this workshop that will teach you basics of Express.js.
MIT License
715 stars 220 forks source link

Specify Node version. #5

Closed caike closed 10 years ago

caike commented 10 years ago

First of all, this is a great app! Thank you for putting this together.

This ran fine using Node v0.11.8, but I was initially using an older version of node (v0.8.20) and kept getting errors.

It might be good to specify the node version on packages.json.

azat-co commented 10 years ago

What kind of errors? The steps/tests are very general. What will happen if someone tries to run with a newer version of node? It's a CLI tool.