Something is already running on port 3000

后端 未结 7 1581
遥遥无期
遥遥无期 2021-01-16 09:29

I have tried to run my project on my localhost but it is saying Something is already running on your port 3000.

7条回答
  •  遥遥无期
    2021-01-16 09:39

    After all the googled advices failed to solve the problem of why already working project started failing:

    First running: npm install

    then running: npm start worked for me.

提交回复
热议问题