I was following this tutorial to create and test a Node.js Express API and hosting it on Vercel:
https://vercel.com/guides/using-express-with-vercel
I did everything as instructed. When I run vercel dev, I see the message "> Ready! Available at http://localhost:3000" but after a few seconds I get "Error: listen EADDRINUSE: address already in use :::3000" and the error keeps reappearing every few seconds, like it keeps restarting but finds the address already in use.
I did everything the same as in the tutorial, so I don't know what's going on?
Thanks for any help!
