• 0

Error: listen EADDRINUSE

EADDRINUSE - stands for error: address already in use. It means you have a server listening on the same port. To solve this problem you have to kill the process running on that port. The following command should do the job.

killall -9 node