I am using GitBash terminal and running an Angular application through local development server using ng serve
. When I want to stop running the server, I try methods such as ctrl + c
and even taskkill /pid 14892 /f
, but nothing happens. It carries on running and the only way I can stop it is by closing GitBash and then killing the process through command line. I have a looked at this thread, but nothing works
Question
How do I kill ng serve
and carry on using the GitBash terminal?