Home > front end >  I denied watchman access/permission to my desktop. How can I now allow it again?
I denied watchman access/permission to my desktop. How can I now allow it again?

Time:11-21

I'm developing a React Native app. I keep my workspace on my desktop. Earlier a window came up asking me if I wanted to grant permission for watchman to watch my desktop. I accidentally clicked deny.

I'm not knowledgable enough in this area. How can I give watchman permissions to monitor files on my desktop again? Where is the config file and how must I change it to grant permissions.

I have already tried to uninstall and reinstall it with homebrew....This didn't fix anything.

Edit: Below you see that I was able to find it and grant permission again. But why now, do I have multiple watchman entries here?

enter image description here

CodePudding user response:

Go to System Preferences -> Security & Privacy -> Privacy tab -> scroll down and click Full Disk Access, and then check Watchman

  • Related