I am getting the following error:

after looking at this solution: https://levelup.gitconnected.com/how-to-kill-server-when-seeing-eaddrinuse-address-already-in-use-16c4c4d7fe5d (kill the process manually) and typing: lsof -i tcp:8080
I get:

which one would be the process to kill?
You can do it using the following ways
sudo kill $(lsof -t -i:8000)
OR
sudo fuser -k -n tcp 8000
OR
fuser -k 8000/tcp
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With