fullstackreact / react-yelp-clone

Tutorial: Build a Yelp-clone in React
https://www.fullstackreact.com/articles/react-tutorial-cloning-yelp/
MIT License
840 stars 218 forks source link

Error in the build process on windows. #14

Closed umairghazi closed 8 years ago

umairghazi commented 8 years ago

I get the following error when I run npm start on windows -

NODE_ENV=development ./node_modules/.bin/hjs-dev-server

'NODE_ENV' is not recognized as an internal or external command,
operable program or batch file.

This example is working fine on OSX. Is there an alternate way to start script to run this on windows?

umairghazi commented 8 years ago

I checked the closed issues and found this to be the same as #3 and figured the solution. Closing this.