Anyone else having trouble saving files and creating folders?

I’m running into a permissions issues with cursor and quite grasp why this is occuring?

Error: EPERM: operation not permitted, mkdir ‘/Users/rafaelmodesto/Desktop/Projects/juustav/app/api’ | Failed to save ‘handle-auth.tsx’: Insufficient permissions. Select ‘Retry as Sudo’ to retry as superuser. And so i’m unable to efficiently restart my dev server with my code changes?

Yeah I’m getting the same - when I make a new next.js app I can’t save any files in the new directory… Very annoying :frowning:

Just for reference when this happens in VS code it opens up a password prompt asking for admin priv, then it works

Okay solution was just to chmod the correct permissions. Maybe this isn’t an issue

That doesnt work for me.