error listen eaddrinuse address already in use 8080 nodejs code example
Example: Error: listen EADDRINUSE: address already in use :::8080
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}