Skip to content

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