question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Something is already running on port 3000 ! why

See original GitHub issue

But nothing is already running on port 3000!!!

if “127.0.0.1 localhost” is not in your host. when you run yarn start . it tell you Something is already running on port 3000 ....

see detect-port#L58

the error msg should more friendly.

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Reactions:8
  • Comments:12 (5 by maintainers)

github_iconTop GitHub Comments

9reactions
piggy2303commented, Nov 18, 2017

this work for me 1 open chrome 2 open : localhost:3000 3 write something on your code 4 refesh tab on chrome -> it will crash 5 npm start again 6 done 😃

5reactions
leonwatson2commented, Aug 27, 2017

@benhanks040888 adding

127.0.0.1 localhost

in the hosts file

/etc/hosts for mac C:\Windows\System32\Drivers\etc\hosts for windows

helped. Thank you so much sir.

Read more comments on GitHub >

github_iconTop Results From Across the Web

keep getting "? Something is already running on port 3000 ...
Something is already running on port 3000 " message in my terminal when I start up my react server when there is absolutely...
Read more >
Something is already running on port 3000
Hi! I used to encounter this error. It may happen if you close the editor or console with running node — sometimes editor...
Read more >
Something is already running on port 3000 : r/reactjs - Reddit
When I run the project with the command npm start I got this error message : "Something is already running on port 3000"....
Read more >
[Fix] Rails Server Is Already Running - The Dev Post
Reasons for Error · You are running the Rails server on port 3000 in another tab of the terminal · You suspended the...
Read more >
Something is already running on port 3000 React - Devsheet
Something is already running on port 3000 React ... I am getting this error when running command 'npm start' in React. But I...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found