I\'m trying to setup an environment for a Node.js app. but I\'m getting this error every time.
\"NODE_ENV\" is not recognized as an internal or extern
Most of the answers up there didn't help me..
What helped me was NODE_ENV=production&& nodemon app/app.js
NODE_ENV=production&& nodemon app/app.js
Take note of the space. Good luck.