Replies: 4 comments 8 replies
-
I think this is because of missing permissions? Like the build command is not allowed to write to that directory. I am not sure if in Windows Application Data requires some kind of admin level access. Try to move the project to Documents or something like that, that'd require less privileges. |
Beta Was this translation helpful? Give feedback.
-
Adding generated prisma output directory to next config.js experimental: {
outputFileTracingIgnores: ["./generated/client/**/*"],
} |
Beta Was this translation helpful? Give feedback.
-
Delete "import os from 'os'" and other imports related to system operations. or delete the fold : C:\Users\admin\Application Data the fold size is zero but all the unread zero size file or fold may ouput the error..... i delete the code // import os from 'os' now It works well ,again |
Beta Was this translation helpful? Give feedback.
-
When I moved project to c: disk, removed .next and node_modules folder and reinstall packages then it fixed |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Summary
I need to build my project on Windows 11
I run
and got error
how to solve it? thanks
Additional information
Example
No response
Beta Was this translation helpful? Give feedback.
All reactions