error verdaccio fatal--- cannot create server: listen EADDRINUSE: address already in use 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}