-
Notifications
You must be signed in to change notification settings - Fork 108
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
unable to 'npm start' a local server on Windows 7 // Unix-style NODE_ENV variable assignment issue #18
Comments
tried the advice here, without success http://stackoverflow.com/questions/9249830/how-can-i-set-node-env-production-in-windows |
@micahstubbs are you able to run it without the e.g. just
as the most basic way to start it up? |
@micahstubbs it seems to be the Do windows users typically not have a |
@mathisonian good question. On Windows I use Git Bash and and MinGW, which is a port of a Linux style environment and command line tools. |
this answer over at stackoverflow suggests that for Windows the command
NODE_ENV=development nodemon --watch app --watch public/js server js
should be something like
SET NODE_ENV=development nodemon --watch app --watch public/js server js
http://stackoverflow.com/questions/11928013/node-env-is-not-recognized-as-an-internal-or-external-command-operable-comman
The text was updated successfully, but these errors were encountered: