Replies: 3 comments 13 replies
-
Is this happening on a newly created project + next build? |
Beta Was this translation helpful? Give feedback.
13 replies
-
Application create projects application |
Beta Was this translation helpful? Give feedback.
0 replies
-
This error usually happens because the system is hitting the limit of open files. You can try increasing the file descriptor limit. |
Beta Was this translation helpful? Give feedback.
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.
-
Summary
Build error occurred
[Error: EMFILE: too many open files, open 'E:\project.next\server\next-font-manifest.json'] {
errno: -4066,
syscall: 'open',
code: 'EMFILE',
path: 'E:\project\.next\server\next-font-manifest.json'
}
Additional information
No response
Example
No response
Beta Was this translation helpful? Give feedback.
All reactions