Error: listen EADDRINUSE with NodeJS Server
EADDRINUSE indicates the port number that listen() is attempting to bind the server to is already in use. Sometimes, even though you have hit Control C a few times. Somehow nodejs is still running. My guess is that there are lingering processes from a faulty termination for whatever reason. How to fix Error: listen EADDRINUSE… Read more Error: listen EADDRINUSE with NodeJS Server