//killing localhost port //search the port to see its id lsof -i tcp:3000 //kill the port by its PID number kill -9 PID