I was attempting to start an angular app by using the Servers tab -> right-click app -> start server, but got an error that the port was already in use. I open my Windows Task Manager and I find the Node.js Server process is running. I kill the process, and now my server runs. But…
Again using the Servers tab, I shutdown the server, and the UI reflects that the server is ‘stopped’. However, in the Windows Task Manager, again Node.js is still running, and I cannot restart my server until I manually kill the process. I also notice that Terminal+ had much to say when the server starts, but says nothing when I Stop the server – I do not know if that is relevant or not. Also, I have used the ‘Launch Configuration Properties’ to use port 4201 for this server.
My question is, is there a setting somewhere I need to update so that webclipse can stop the node.js processes it has started?
Thanks!
PS – Help -> Webclipse -> Check for Updates says that I am running the latest version.