Defina o ambiente do nó através do script package.json

  "scripts": {
    "start": "SET NODE_ENV=development & node server.js",
  }
amit.bhagat