he term 'NODE_ENV=development' is not recognized as the name of a cmdlet, function, script file, code example
Example: 'NODE_ENV' is not recognized as an internal or external command
npm install -g win-node-env
This will solve problem
if not for windows use below commands
set NODE_ENV=something node filename.js