#Command to check which services are running on that particular tcp port sudo lsof -i tcp:4200 #kill the task kill -9 {{pid}}