You have to kill the process on port 12000, 11000, 13000. You can use the following commands
To kill a process on specific port (8000):
sudo lsof -t -i tcp:8000 -s tcp:listen | sudo xargs kill
8 Likes
You have to kill the process on port 12000, 11000, 13000. You can use the following commands
To kill a process on specific port (8000):
sudo lsof -t -i tcp:8000 -s tcp:listen | sudo xargs kill