Questions tagged [kill-process]

This label pertains to the act of ending (aborting) a process.

What is the best way to terminate a running process in node.js?

I'm working on configuring a build system for Node.js in Sublime Text, with the goal of being able to press F7 to execute "node" on the currently open file. However, I've run into an issue where the process remains active indefinitely, causing an error whe ...