yiminghe / learning-react

materials about learning react
http://yiminghe.me/learning-react/
557 stars 107 forks source link

npm start errors #1

Closed remainstheday closed 9 years ago

remainstheday commented 9 years ago

I followed the "Run" steps line for line but keep getting a 'node --harmony server' error. screen shot 2015-02-28 at 1 06 33 am

yiminghe commented 9 years ago

please install node 0.12

carlesso commented 9 years ago

I'm havin the same issue using node v0.12.6 and node v2.12.1 but with Exit status 1

screenshot_2015-07-14_18-24-42

Here my npm-debug.log

yiminghe commented 9 years ago

try rm node_modules and npm install again