Reputation: 46
Im trying to run my Django server as I did lot of times before, but probably after update or so im receiving errors from watchman, specifically this one
Watchman warning: opendir(/opt/homebrew/var/run/watchman/root-state) -> Permission denied.
And its strange because from what I researched this folder should have restricted access.
So I have two folders there, user-state and root-state
Its still running server when im starting it, but throwing bunch of those errors in terminal so im just curios why its even watching in this dir.
After deleting all watching paths its starts looking in this path again.
Upvotes: 0
Views: 193