Backend Frontend Javascript NodeJS

win-node-env package

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

Stan

Stan is an experienced full-stack developer and software engineer who is focused on web and game development. He is enthusiastic about new technologies. Stan is highly skilled in many programming languages and frameworks, and he always tries to deliver the best approach.

You may also like...

Leave a Reply

Your email address will not be published. Required fields are marked *