StephenGrider / ReactStarter

https://www.udemy.com/learn-and-understand-reactjs/
204 stars 186 forks source link

Which Node version is recommended? #8

Open stabenfeldt opened 8 years ago

stabenfeldt commented 8 years ago

Hi,

Do you have any experience with which NodeJS version this runs best with? E.g. which version is most likely to be supported by all the dependencies?

Martin

stabenfeldt commented 8 years ago

I guess Node v0.10.0+ is good as you specify "react": "^0.13.1" in package.json https://github.com/facebook/react/tree/0.13-stable#prerequisites

Would be nice if you updated your README with the recommended version, though.