Error: listen EADDRINUSE: address already in use :::3000
The error would occur if you run your server without stopping the previously started one.
Please stop your server with
Ctrl+C
before restart it.Ctrl+C
before restart it.