We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I get Watchman error: Watcher took too long to load when running react-native start
Watchman error: Watcher took too long to load
react-native start
Error: Watchman error: Watcher took too long to load (WatchmanWatcher) Try running watchman version from your terminal https://facebook.github.io/watchman/docs/troubleshooting.html. Make sure watchman is running for this project. See https://facebook.github.io/watchman/docs/troubleshooting.html. at Promise.all.then.then.error (Project/node_modules/react-native/packager/react-packager/src/node-haste/crawlers/watchman.js:64:15)
watchman version
Sample Code
For now I have to reinstall watchman to fix it. I don't know how to fix it permanently.
Installation Steps
The text was updated successfully, but these errors were encountered:
I think this can be solved by running watchman watch-del-all
watchman watch-del-all
Sorry, something went wrong.
I tried running watchman watch-del-all but I still get the same error Watchman error: Watcher took too long to load. Any ideas?
No branches or pull requests
Description
I get
Watchman error: Watcher took too long to load
when runningreact-native start
Error: Watchman error: Watcher took too long to load (WatchmanWatcher)
Try running
watchman version
from your terminalhttps://facebook.github.io/watchman/docs/troubleshooting.html. Make sure watchman is running for this project. See https://facebook.github.io/watchman/docs/troubleshooting.html.
at Promise.all.then.then.error (Project/node_modules/react-native/packager/react-packager/src/node-haste/crawlers/watchman.js:64:15)
Reproduction Steps and Sample Code
react-native start
Sample Code
Solution
For now I have to reinstall watchman to fix it.
I don't know how to fix it permanently.
Installation Steps
Additional Information
The text was updated successfully, but these errors were encountered: