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
I had the same problem and on windows platform and i just ran the below command
npm install -g win-node-env
and everything works normally