-
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
[packager] Hangs on: index.ios.js
[development, non-minified, hmr disabled] 0%
#15332
Comments
+1
|
+1 I think its watchman issue which is upgrade via brew, when i uninstall watchman, its working |
Can confirm @prakashsejwani. Uninstalling watchman |
Uninstalling |
Not sure if related, but regarding
EDIT: the "watchman.plist: Could not find specified service" line no longer appears on |
Running Thanks to @danielfarrell for figuring this out on facebook/watchman#511 (comment) |
@dluksza how to open hmr? |
@youmyyou I don't know how to open hmr, never did that and never was interested in opening it |
@youmyyou did you figure out how to open hmr? |
@JoshuaKelly work for me, tks. |
I'm currently experiencing the same issue too right now. Uninstalling watchman only worked the first time. Running |
#15671 i fixed this issue and posted my fix hope It helps you |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Maybe the issue has been fixed in a recent release, or perhaps it is not affecting a lot of people. If you think this issue should definitely remain open, please let us know why. Thank you for your contributions. |
Is this a bug report?
Yes
Have you read the Bugs section of the How to Contribute guide?
Yes
Environment
react-native -v
:react-native-cli: 2.0.1
react-native: 0.47.0
node -v
:v8.2.1
npm -v
:5.3.0
yarn --version
:0.27.5
Then, specify:
Steps to Reproduce
(Write your steps here:)
react-native init BuildHangs
react-native run-ios
withinBuildHangs
directorypackager
to buildindex.ios.js
file.Expected Behavior
Initial react-native application should start on iphone emulator.
(Write what you thought would happen.)
Actual Behavior
Nothing happen, it seams like
index.ios.js
file is not compiled, compilation process hangs (or exit). Packager hangs with output:(Write what happened. Add screenshots!)
Everything was working fine until today afternoon when it immediately stopped working. Probably
brew update && brew upgrade
has updated /something/ and react-native got broken.Reproducible Demo
(Paste the link to an example project and exact instructions to reproduce the issue.)
The text was updated successfully, but these errors were encountered: