-
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
Watchman was not found #11731
Comments
the message is fairly clear: |
Yes this should be fixable with a proper installation of watchman and putting it in your |
What does it mean by proper installation of watchman |
I have the same issue here... |
Likewise, I ran |
try |
That fixed it! |
try npm uninstall -g watchman then run npm install -g watchman |
On mac, try to uninstall watchman and install with homebrew. |
Hello everyone,
I am new to react-native. I have already installed watchman using npm but still facing this problem.
Also tried some manual installation process for watchman but no luck.
The text was updated successfully, but these errors were encountered: