I have Angular 8 installed on the server which uses port 4200. But today I can't run angular on port 4200. The error message is "An unhandled exception occurred: listen EACCES: permission denied 127.0.0.1:4200".
Using netstat -a
I noticed that the port is listening and it is used by the system.
I tried to kill the process taskkill /F /PID 1242
but couldn't. The error message is "Access is denied".
How can I kill the process?