Something is already running on port 3000 ! why
See original GitHub issueBut 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:
- Created 6 years ago
- Reactions:8
- Comments:12 (5 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
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 😃
@benhanks040888 adding
in the
hosts
filehelped. Thank you so much sir.