-
-
Notifications
You must be signed in to change notification settings - Fork 26.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Guess what app is already running in port 3000 #441
Comments
Oh, that would be really cool 👍 |
On MacOS, you can do
I'm not going to implement it, so if anybody feels like it, please grab this task, should be a good first task and pretty impactful :) |
Looking for a first task to try. Would it be alright if I gave it a shot? @vjeux |
@millerm absolutely, go for it! |
I'm guessing in most cases it is another copy of a create-react-app app. |
Rails' default port is on 3000 too. |
This command runs much faster for me:
The |
By the way, to get the raw process number, you can use the
So:
(In this case the |
|
Getting process information may be OS specific. An alternative way to solve this problem is to document the process of specifying a port. For example changing package.json to: |
#816 was just merged, so I believe this can be closed now. |
https://twitter.com/somebody32/status/764805492505997312
Would be nice to go one step further and give the name of the process that is using port 3000. Otherwise the next step is going to be to google how to figure out what is running on a port, which is a bit annoying and we can solve for the user :)
The text was updated successfully, but these errors were encountered: