That error means there is something already listening on port 3001 and I suppose it is your own application. You should stop or kill it if you want to start it again. Also, are you using nginx as a proxy to your node.js app or...?
1 Like