Address already in use
The port number is already being used by another process.
Find and kill process using the port: 'lsof -i :<port>' or 'netstat -ano | findstr :<port>'. Use different port number. Stop the conflicting application.