React-native: stuck at Loading Dependency Graph then Bundling `index.js` [development, non-minified] 鈻戔枒鈻戔枒鈻戔枒鈻戔枒鈻戔枒鈻戔枒鈻戔枒鈻戔枒 0.0% (0/1)

Created on 15 Nov 2017  路  14Comments  路  Source: facebook/react-native

Is this a bug report?

Yes

Have you read the Contributing Guidelines?

Yes

Environment

Environment:
OS: macOS High Sierra 10.13.1
Node: 8.9.1
npm: 5.5.1
Watchman: 4.9.0
Yarn:not install
Flow: 0.58.0
Xcode: Xcode Version 9.1 (9B55)
Android Studio: Version 9.1 (9B55)

Packages: ( installed)
react-native: 0.50.3
react: 16.0.0

android :5.0.2,linegeos14.1, aosp8.0
ios:11.1.1,9.3.3

Steps to Reproduce

1.create new react native project use this 'react-native init AwesomeProject'
2.cd AwesomeProject

  1. npm start
  2. react-native run-android

Expected Behavior

loading view show hello react native

Actual Behavior


is not working stuck at Loading Dependency Graph [....]

screenshot_2017-11-15-20-18-33-287_com awesomeproject
qq20171115-203416 2x

Reproducible Demo


this is my project
https://github.com/avalond/awesomeproject_react-native

Stale

Most helpful comment

same problem
_2017.12.21_
found the cause of the problem and solved

remove /usr/local/var/run/watchman/
brew reinstall the watchman

done.
From: built-stuck-at-0-0-while-bundling-index-ios-js

All 14 comments

i reproducible project i push all code, please help me, thanks

Having the same issue but only on iOS. The only way I get around it when it happens is to open XCode, clean build folder and build the project again. This seems to take a God-awful long time but once it's done, I am able to launch the project again from the terminal and the loading dependency graph gets to done

@ragamufin but in my local i clean build folder and build the project agion,both android and ios is not worked, strange

Same. Android build gets stuck at Loading dependency graph, done and says "could not connect to development server". Adb reverse does not work. iOs build does not work. I run react-native run-ios a second time and the project then builds. Does anyone know why this started happening about two weeks ago and how it can be resolved?

I'm experiencing the same issue with a clean sample "AwesomeProject". It's stuck bundling. I'm using Mac OS X High Sierra.

+1

same problem
_2017.12.21_
found the cause of the problem and solved

remove /usr/local/var/run/watchman/
brew reinstall the watchman

done.
From: built-stuck-at-0-0-while-bundling-index-ios-js

I got the same problem!!

@latpaw Thx, problem solved!

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.

brew uninstall watchman
then
brew install watchman
fix the problem

thanks for saving my time

I find the watchman is a bug, I remove it as all, refresh my app manually

sir, how to fix them i faces same problem how to delete wtchman please reply sir i am using windows 10

Was this page helpful?
0 / 5 - 0 ratings