Hi everyone! I’m pretty new to plasmic and I’m trying to run plasmic sync on my mac and keep running into this error: "EPERM: operation not permitted, scandir ‘/Users/nivethanarayanan/.Trash’. I’d greatly appreciate some help with this!
Hi Nivetha,
This seems to be a filesystem permission issue. You might need to execute the command with sudo
prefix. Can you please try something like this and see if it works
sudo plasmic sync
One reason I’ve seen for this is if your directory was moved to trash
Hving the same issue