generator-redux icon indicating copy to clipboard operation
generator-redux copied to clipboard

Doesn't start on windows

Open hackhat opened this issue 10 years ago • 2 comments

The start command has to be like this "start": "set DEBUG=true | node server.js", to work on windows.

hackhat avatar Oct 28 '15 20:10 hackhat

I had an issue with a missing module ('webpack-sources', did an install --save-dev and resolved the issue) but just npm start is all I needed to get it running once dependencies were met.

ablank avatar Jan 06 '16 08:01 ablank

@hackhat I added this in v0.4.1 if you want to see if it fixes the issues. I took your word on that command being correct :grimacing:

banderson avatar Jan 27 '16 02:01 banderson