Step by Step Guide to Fix the Error using only 2 Commands
Open cmd
Use netstat -ano
List of process with the particular port will be opened
Next kill the Process with taskkill in CMD
or Open task Manager and Stop that process
Now your port is ready to use :)