Skip to content
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

[Question] Killing Process on Localhost with Cygwin #3581

Closed
mjsevilla opened this issue Dec 11, 2017 · 3 comments
Closed

[Question] Killing Process on Localhost with Cygwin #3581

mjsevilla opened this issue Dec 11, 2017 · 3 comments

Comments

@mjsevilla
Copy link

After running npm start, the standard react-scripts start command fires and starts the dev server on localhost. However, quitting cygwin does not kill the process and my app continues to run on port 3000. Is there a way for cygwin to kill the process once it quits? In order to free up port 3000 (where my app runs), I have to find the PID, then send a taskkill command to kill that process before I quit cygwin. Is this normal for cygwin on Windows? When using the terminal on my mac, quitting the terminal kills the process automatically.

@gaearon
Copy link
Contributor

gaearon commented Jan 9, 2018

If you have a fix for this let us know. I don't know why it's not enough.

@Timer
Copy link
Contributor

Timer commented Jan 9, 2018

related: #3323

@stale
Copy link

stale bot commented Nov 2, 2018

This issue has been automatically marked as stale because it has not had any recent activity. It will be closed in 7 days if no further activity occurs.

@stale stale bot added the stale label Nov 2, 2018
@Timer Timer closed this as completed Nov 2, 2018
@lock lock bot locked and limited conversation to collaborators Jan 9, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants