ReactNativeUtil icon indicating copy to clipboard operation
ReactNativeUtil copied to clipboard

react native 无法加载bundle 一直显示0.0% :Watchman error:query failed: synchronization failed:Operation timed out

Open wuyunqiang opened this issue 7 years ago • 2 comments

watchman.png

解决: sudo npm install -g watchman sudo npm run start

wuyunqiang avatar Feb 22 '18 08:02 wuyunqiang

第二种方式:rm -rf /usr/local/var/run/watchman/root-state "Unable to load script from assets 'index.android.bundle'.make sure you bundle is packaged correctly.....":https://github.com/facebook/react-native/issues/18692#issuecomment-378555389

wuyunqiang avatar Apr 20 '18 03:04 wuyunqiang

remove watchman sudo npm uninstall -g watchman and then run again npm run start

gurbela avatar Jul 12 '18 11:07 gurbela