close the port on 8080 on cmd code example
Example: windows stop process running on port 8080
netstat -ano | findstr <Port Number>
taskkill /F /PID <Process Id>
netstat -ano | findstr <Port Number>
taskkill /F /PID <Process Id>