DEV Community

Discussion on: Something is already running on port 3000

Collapse
 
myogeshchavan97 profile image
Yogesh Chavan

You can simply execute npx kill-port 3000 to kill the process which is using port 3000

Collapse
 
doepicshit0305 profile image
DoEpicShit0305

this isn't working I also tried, but still seeing ? Something is already running on port 3000. in my terminal, I restarted as well still same issue

Collapse
 
myogeshchavan97 profile image
Yogesh Chavan

Even after restarting the machine you're getting the error means something is added as a service which automatically starts on restarting the machine. You need to identify that and remove it.

Thread Thread
 
doepicshit0305 profile image
DoEpicShit0305

How do I check which service is running , because I have tested and nothing seems coming on this port

Collapse
 
dbugshe2 profile image
maroof shittu

simply best solution, in my opinion

Collapse
 
myogeshchavan97 profile image
Yogesh Chavan

Glad you found it useful 🙂