Node Environmental variable on Windows
问题 I noticed this strange behavior which is not a big deal, but bugging the heck out of me. In my package.json file, under the "scripts" section, I have a "start" entry. It looks like this: "scripts": { "start": "APPLICATION_ENV=development nodemon app.js" } typing npm start on a Mac terminal works fine, and nodemon runs the app with the correct APPLICATION_ENV variable as expected. When I try the same on a Windows environment, I get the following error: "'APPLICATION_ENV' is not recognized as