Skip to content

Instantly share code, notes, and snippets.

@codepotato
Created May 1, 2018 09:29
Show Gist options
  • Save codepotato/d3ba9f3afc3e9410c4c687b3c4b87ef7 to your computer and use it in GitHub Desktop.
Save codepotato/d3ba9f3afc3e9410c4c687b3c4b87ef7 to your computer and use it in GitHub Desktop.
Terminate all running node processes on your mac / linux machine
# This command is a great way of terminating any orphaned node processes running on your mac / linux machine. Useful if you use
# npm run watch or yarn run watch commands and want to free up your resources / memory.
killall -KILL node
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment