Created
May 1, 2018 09:29
-
-
Save codepotato/d3ba9f3afc3e9410c4c687b3c4b87ef7 to your computer and use it in GitHub Desktop.
Terminate all running node processes on your mac / linux machine
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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