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

前端 未结 30 2140
闹比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:53

    Open Task Manager (press Ctrl+Alt+Del Select the 'Processes Tab' Search for 'Node.js: Server-side JavaScript' Select it and click on 'End task' button

提交回复
热议问题