Solution to the "Error: listen EADDRINUSE 127.0.0.1:8080" Hello, Just sharing a solution to the errors below, when you run "npm start" and a port is already in use: Error: listen EADDRINUSE 127.0.0.1:8080" (or EADDRINUSE 127.0.0.1…
If I run a server with the port 80, and I try to use xmlHTTPrequest i get this error: Error: listen EADDRINUSE Why is it problem for nodejs, if I want to do a request, while I run a server on the port 80? For the webbrowsers it is not a problem: I ca…