I execute the gulp serve> command, which will start the server using node.js. I am trying to stop the process in order to use the console again. However, pressing the red STOP button in the console has no effect. The only way I can stop this process is to go to the task manager and stop "Node.js" as the process the console then tells
"The conveyor is stopped"
And it allows me to use the package manager console again.
Any ideas on how to allow me to easily stop either node, or actually allow the stop button? Thanks.
source share