If you get this error:
port 4200 is already in use. Use –port to specify a different port
you might have left your Angular development environment without closing the node.js webserver’s port.
Here’s how you can close it without having to reboot your computer or change your application’s port.
netstat -ano | findstr :4200
tskill 10764