Skip to content

Instantly share code, notes, and snippets.

@thoriqmacto
Last active August 1, 2023 14:06
Show Gist options
  • Save thoriqmacto/318ce632c953382bfe43d4eeb1487698 to your computer and use it in GitHub Desktop.
Save thoriqmacto/318ce632c953382bfe43d4eeb1487698 to your computer and use it in GitHub Desktop.
Compilations of node commands in windows powershell terminal.
// To set NODE_ENV to some variables
$env:NODE_ENV="production"
// To run node server with NODE_DEBUG
$env:NODE_DEBUG="server";node index.js
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment