Last active
March 17, 2017 23:59
-
-
Save patmigliaccio/d618ee29643643927b1a20ab9943fd8d to your computer and use it in GitHub Desktop.
kill node - Forcefully terminates all node processes in Windows
This file contains 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
rem Forcefully terminates all node processes | |
taskkill /f /im node.exe |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment