-
-
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
Print process PID for running application #3106
Comments
This seems reasonable to me. Something like?
Would you like to make a PR? |
Yes, that would be perfect. Will try to get time for a PR tomorrow |
Great! |
Timer
changed the title
Feature Request: Print pid when something is already running on a port
Print process PID for running application
Sep 11, 2017
Pajn
added a commit
to Pajn/create-react-app
that referenced
this issue
Sep 14, 2017
thongdong7
pushed a commit
to thongdong7/create-react-app
that referenced
this issue
Sep 24, 2017
thongdong7
pushed a commit
to thongdong7/create-react-app
that referenced
this issue
Sep 24, 2017
kasperpeulen
pushed a commit
to kasperpeulen/create-react-app
that referenced
this issue
Sep 24, 2017
LishuGupta652
pushed a commit
to LishuGupta652/create-react-app-1
that referenced
this issue
Oct 8, 2024
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Is this a bug report?
No, a feature request.
When something is detected as already running on a port, c-r-a prints a helpful message. However most of the time it's me that have not closed an earlier project and it looks like this:
it would be helpful if the pid was printed as well so I could just shoot it down instead of trying to find an open terminal. This information is already known by the code so it would just need to be added to the output.
What do you think?
The text was updated successfully, but these errors were encountered: