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

前端 未结 30 2214
闹比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 17:55

    I have solved this problem because the MongoDB or there is another app u had run it before on this port, so to solve it kill the process from task manager, or just change the number of the port from 3000 to any other one.

提交回复
热议问题