You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The
start
command has to be like this"start": "set DEBUG=true | node server.js",
to work on windows.The text was updated successfully, but these errors were encountered: