watchman: watchman took too long to load with ReactNative
Hi,
I’m facing this error when I run ‘npm start’ on react-native folder.
[Error: Watcher took too long to load
Try running watchman
from your terminal
https://facebook.github.io/watchman/docs/troubleshooting.html]
Error: Watcher took too long to load
Try running watchman
from your terminal
https://facebook.github.io/watchman/docs/troubleshooting.html
at null._onTimeout (/Users/niccolo/Desktop/iOS Projects/react-native/packager/react-packager/src/FileWatcher/index.js:71:16)
at Timer.listOnTimeout (timers.js:110:15)
ERROR: could not create packager - please shut down any existing instances that are already running.
I’ve just installed watchman via homebrew. How can I fix this error?
About this issue
- Original URL
- State: closed
- Created 9 years ago
- Comments: 27 (12 by maintainers)
Commits related to this issue
- launchd: fix permissions on the plist file Don't rely on the user have the same umask as me, force the permissions to be correct. I'm guessing that the ownership is something that gets fixed on rebo... — committed to facebook/watchman by wez 9 years ago
- Add watchman permission errors Added quick reinstall --HEAD fix for watchman https://github.com/facebook/watchman/issues/90 — committed to tehfailsafe/react-native by tehfailsafe 9 years ago
Can you try:
and see if that helps?
Sorry, 81507da59377e0320d668cab7cdc369aaeced8c2 fixes this weird permission problem (doh!) You should:
to pick up that change.