Error: listen EADDRINUSE: address already in use :::45003 code example
Example: Error: listen EADDRINUSE: address already in use :::31641
ps aux | grep node //gets all the nodes and list of PID
kill -9 {PID}
ps aux | grep node //gets all the nodes and list of PID
kill -9 {PID}