Find us on facebook

Feb 3, 2018

Error: listen EADDRINUSE - Fix

Check PID using following command
lsof -i tcp:<port>
Then kill the process that runs on port
kill -9 <PID>

No comments:

Post a Comment