SyntaxFix
Write A Post
Hire A Developer
Questions
On a mac, run the following command to find id of the process which is using port 8081 sudo lsof -i :8081 Then run the following to terminate process: kill -9 23583
8081
sudo lsof -i :8081
kill -9 23583
Here is how it will look like