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

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

    if you are using webstorm just make sure your default port is not 3000 from file -> settings -> Build, Execution, Deployment -> Debugger And there change

    Built-in server port

    and set it to "63342" or see this answer Change WebStorm LiveEdit Port (63342)

提交回复
热议问题