TIL end all node processing scripts
POSTED ON:
TAGS: javascript commandline terminal bash node stackoverflow
killall node
- a sure fire way to kill a node.js server that won't stop running.
Windows: taskkill /f /im node.exe
Related TILs
Tagged: javascript