How to find and kill a running node.js process in Windows, Mac, and Linux
Windows:
Open the Task Manager by pressing "Ctrl + Shift + Esc" or by searching for "Task Manager" in the Start menu.
In the Processes tab, look for the node.exe process.
Right-click on the node.exe process and select "End Task" to kill it.
Mac:...
techbot.hashnode.dev1 min read