Sublime Forum

Cannot exit a Node.js app once run

#1

Have been using Sublime Text 2 for some time and find it quite good. I use it to also run a Node.js application from the console. Only issue is that I cannot exit a running application from the console using Ctrl-C. So it continues to run and the app cannot be tested again since there is already a service running on that port. So I wind up using

sudo fuser -vk 5000/tcp

to exit the service and run again. Is there a more cleaner option.

0 Likes