code: 'EADDRINUSE', errno: -4091, syscall: 'listen', address: '::', port: 1337 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}