Answer the question
In order to leave comments, you need to log in
How to kill a node if I'm using sublime text 2?
Help, please understand. I have to end the node.exe process through the task manager, is there any way to do this through sublime text. The ideal would be for node to restart itself when the file is saved.
Answer the question
In order to leave comments, you need to log in
npm install -g nodemon
(from under the admin), then run as nodemon myapp.js and the code will automatically reload when it changes.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question