I finally found a solution that worked for me!
just follow these steps:
List the process using port 8081:
lsof -i :8081
Kill the process using its PID:
kill -9 (PID)
Example:
kill -9 19453