how to kill a task on port 3000 of localhost ?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Imishu
    New Member
    • Oct 2020
    • 1

    how to kill a task on port 3000 of localhost ?

    i made a app on localhost:3000 and finished it but now i am working on a new project and it is showing an error that port 3000 is not available how to fix this please help me out!
  • dev7060
    Recognized Expert Contributor
    • Mar 2017
    • 655

    #2
    Use the netstat command to find the process that is using the port.

    Comment

    • esantos
      New Member
      • Oct 2020
      • 1

      #3
      on windows you can open the task manager and kill the process using the port. If you are using Git for a command line, you can do a ctrl + C and that'll kill the process.

      Comment

      Working...