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
What really helped for me was:
killall -9 node
But this will kill a system process.
With
ps ax
you can check if it worked.