We often see this error when running node projects on windows…
'NODE_ENV' is not recognized as an internal or external command, operable program or batch file.
As we are already familiar this is because node scripts are configured to use UNIX shell commands by some un-experienced developers.
But we may be at circumstances that we should not change here and there, and we are on windows, needs to run this project.
This `win-node-env` package is for this situation.
Install by
npm install -g win-node-env