I used node.js to setup tailwind on my web project. I will often need to setup it again, and need it running to -watch changes. However, even after quitting visual studio code, node.js is running in the background.
I think it overheats my pc, since I reset it recently and that problem ressurfaced when i re-installed node.js
What is the best procedure to "quit" node.js when I'm no longer working? And when I open my project again?
* I have no experience with node.js.* Please explain carefully where to run any command, as if I'm using it for the first time.
I tried a few "kill" commands in the terminal of the project, but node.js is still running. I expected it to stop node.js to run in the background. I also pressed Ctrl+Z
or CTRL+C
on the terminal and it just wrote ^C
.
Thanks in advance!