I have a npm start script like this:
"start": "NODE_ENV=development PORT=3003 nodemon app.js"
but when I run it I get the following output:
'NODE_ENV' is not recognized as an internal or external command,
I am using VSCode with Powershell, does anyone know why this doesn't work?