If I run a server with the port 80, and I try to use xmlHTTPrequest i get this error: Error: listen EADDRINUSE
Error: listen EADDRINUSE
Why is it problem for nodejs, if I want t
In below command replace your portNumber
sudo lsof -t -i tcp:portNumber | xargs kill -9