-
Notifications
You must be signed in to change notification settings - Fork 995
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 crawl failed. After MacOS Catalina Update #751
Comments
I had the same problem. I moved the entire project directory outside of the Documents directory and it solved the problem. Appears to be something related to the new permissions catalina requires for access to the Documents directory. |
Where do you paste your project? I’ve my project in the desktop directory. Can we remove the permissions? |
I think the Desktop has similar problems as Documents, I moved mine to my root user directory |
To change the permissions for Watchman regarding the Documents folder, it's under Security & Privacy -> files & folders in the system preferences |
Guys. I spent hours to figure this out. I found a solution. First, Kill all the server running and close your terminal. You are welcome. |
@jaeseonglee1008 Worked for me!! kudos man!! |
this one solved it for me. Tried all the stuff from "Full disk access" to reinstall, chmod etc. But moving project under {user} folder solved all the issues. Damn Catalina's new security rules. Spent few days on that. |
thanks ,fixed |
This was it. THANK YOU. |
Thank you so much :) |
This was it. Thank you! |
How to change fix the issue in Ubuntu? :( |
Same, this only solved my problem, but there must be a better solution. I manage all my projects in Documents/projects. It would not be possible to move all my react-native projects to /User/{myuser}. |
@nikhilthakur001 What actually solved this for me was that I needed to run |
Okay, I will try this and revert you back soon. |
I had the same issue and this is worked for me. |
Only way I could resolve this was to move my project out of ~/Documents and into ~/ |
Worked for me as well |
Worked for me also. Thanks. |
I'm using Mac with Apple M1 chip. https://www.spinellis.gr/blog/20211127/ According to which, we need to add path of homebrew within project's build phases, so that watchman is picked up while xcode archives the project: |
worked for me |
After the MacOS update and zsh terminal change i can't run my app with npm start even with a watchman blank file. I'm getting this error:
Should i downgrade? Or there is any fix for this?
The text was updated successfully, but these errors were encountered: