Relative Content

Tag Archive for javascriptnode.jsexpress

Express server creating port file when starting

I am using the node v20.12.2 version in my application and starting my express server. But when I start my server it creates a file of port(5004;) like the file in my project folder and when I restart the server it gives me Error: listen EADDRINUSE: address already in use 5004; this type of error. This problem occurs whenever I start the server. How do we overcome this problem?