Node.js Port 3000 already in use but it actually isn't?

前端 未结 30 2142
闹比i
闹比i 2020-11-28 17:24

I have been working with a node.js project for a few weeks and it has been working great. Usually, I use npm start to run my app and view it in a browser on loc

30条回答
  •  执笔经年
    2020-11-28 18:10

    server or app listen() methods might be added at 2 places. Search for listen() methods in the for the application startups thats why its returning as Server started at Port XXXX and Port XXXX already in use message coming side by side

提交回复
热议问题