react-webpack-generators / generator-react-webpack

Yeoman generator for ReactJS and Webpack
http://newtriks.com/2013/12/31/automating-react-with-yeoman-and-grunt/
MIT License
2.88k stars 355 forks source link

Node server will not start #231

Closed kcgunn closed 8 years ago

kcgunn commented 8 years ago

Getting Errors upon trying to get up and running with this Generator. I am using node v4.4.3 and npm v3.9.3, getting a Exit Status 1 with no real other error messages when running npm start and also npm run serve. Says Failed at the serve script 'node server.js --env=dev'. I am running on Windows 7 professional SP1, windows_NT 6.1.7601. Any guidance is appreciated.

kcgunn commented 8 years ago

I'm guessing this is a Windows issue...code works fine on my MBP

weblogixx commented 8 years ago

Hi @kcgunn,

I am currently running the generator on Win 7 with node 4.4, there are no problems that I can see here. Will test it with 4.2 tomorrow.

weblogixx commented 8 years ago

@kcgunn, I do not get any problems on different machines (and operating systems). There is no news for about a month, so I will close this for now. However, feel free to open another issue if such a problem still arises.