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

fix: CLI stuck on "Starting JS server" on Windows #604

Merged

Conversation

thecodrr
Copy link
Contributor

@thecodrr thecodrr commented Aug 1, 2019

Summary:

This fixes RN Issue #25904 where CLI gets stuck on Starting JS Server... in Windows.

This was due to using the sync command of execa which doesn't allow multiple commands to run side by side. In the issue, if you close the Metro Bundler, the run-android command continues.

Test Plan:

Tested on a new RN Project

cc @thymikee

Copy link
Member

@thymikee thymikee left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@thymikee thymikee changed the title fix: CLI stuck on Starting JS Server fix: CLI stuck on "Starting JS server" on Windows Aug 2, 2019
@thymikee thymikee merged commit aa20ff8 into react-native-community:master Aug 2, 2019
@thecodrr thecodrr deleted the fix-stuck-on-js-server branch August 2, 2019 11:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

"run-android" stuck on JS Metro Bundler ("warn")
2 participants