find out what's using port 8081 mac code example Example 1: kill the port in mac sudo lsof -i tcp:3000 Example 2: kill port mac kill -9 <PID>