-
Notifications
You must be signed in to change notification settings - Fork 24.3k
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
Unable to stop Metro Bundler correctly [Windows] #20633
Comments
Can you reproduce the issue on the latest release, v0.56? |
@MohamadKh75: #20633 (comment) |
@hramos i upgraded to 0.56 and bug exists. |
Can you update your post? It still says 0.55.4, you can re-run |
@hramos i tried |
Hey there, it looks like there has been no activity on this issue recently. Has the issue been fixed, or does it still require the community's attention? This issue may be closed if no further activity occurs. You may also label this issue as "For Discussion" or "Good first issue" and I will leave it open. Thank you for your contributions. |
Environment
[skip envinfo]
UPDATE:
Description
I use
npm start
to start developing and when I want to stop my work, I use Ctrl + c to stop it (I use this way for a year). That was ok but it's been a while that i can't use npm start:I've run EVERY command I found on the net such as
netstat -abon | findstr ":8081"
to find the process but no result.By the way, I tried new port and use
react-native start --port=8082
but again, after using Ctrl + c OR closing the cmd, I can't use that port again. I used8082
,8083
and6969
but I think it's not the correct way to stop that!Reproducible Demo
...
The text was updated successfully, but these errors were encountered: