如何把所有node.js server殺掉?(Windows, Linux and MacOS)
Windows
taskkill /f /im node.exe
Linux
killall node
MacOS
killall node
Ref: https://stackoverflow.com/questions/14790910/stop-all-instances-of-node-js-server
我希望我的生活除了電腦,還有生活
Windows
taskkill /f /im node.exe
Linux
killall node
MacOS
killall node
Ref: https://stackoverflow.com/questions/14790910/stop-all-instances-of-node-js-server