Turbopack Error: Permission denied (os error 13) #98788
Tsiaro05052004
started this conversation in
Turbopack Error Report
Replies: 1 comment
|
Permission denied (os error 13) usually means Turbopack can't read or write somewhere in the project/build environment. I'd try clearing the generated cache first: rm -rf .next .turbo
npm run dev
If it still happens, check that your user has read/write permission for the project directory and that .next isn't owned by another user (for example, after running a previous command with sudo). On Windows, also check whether Defender/antivirus is blocking writes.
If you're using WSL, make sure the project is in a location where your Linux user has full access rather than a restricted/mounted directory.
If none of these helps, the full error output with the file/path Turbopack is trying to access would be useful for pinpointing the permission issue. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Turbopack version:
731ace46Next.js version:
0.0.0Error message:
All reactions