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