Replies: 8 comments
This comment was marked as off-topic.
This comment was marked as off-topic.
-
This wouldn't be Turbopack related since you're not running |
Beta Was this translation helpful? Give feedback.
-
@padmaia @jelmd I think the issue is with the file watcher in the linux system. Try this https://stackoverflow.com/questions/55763428/react-native-error-enospc-system-limit-for-number-of-file-watchers-reached |
Beta Was this translation helpful? Give feedback.
-
@itz-Me-Pj rising the openfd limit is not a solution, it is a really bad workaround for malfunctioning software. The problem is simply, that obviously the file watcher picks up files and directories it shouldn't. E.g. the number of files within my project folder excl. |
Beta Was this translation helpful? Give feedback.
-
@jelmd Agree, actually I am not much into the file watchers😅. So the file watcher comes with nextjs? |
Beta Was this translation helpful? Give feedback.
-
@itz-Me-Pj well, I actually have not really a clue, where this misbehavior comes from. My guess was perhaps webpack or something which gets run to compile all the stuff? Anyway, I think I got a workaround: create a src directory and move in all the files and dirs containing stuff which needs to be compiled. My project/
and
|
Beta Was this translation helpful? Give feedback.
-
#50191 (comment) |
Beta Was this translation helpful? Give feedback.
-
The core problem is, that
Btw. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Verify canary release
Provide environment information
Operating System: Platform: linux Arch: x64 Version: #91-Ubuntu SMP Thu Jul 15 19:09:17 UTC 2021 Binaries: Node: 18.16.1 npm: 9.5.1 Yarn: N/A pnpm: N/A Relevant packages: next: 13.4.8-canary.1 eslint-config-next: 13.4.7 react: 18.2.0 react-dom: 18.2.0 typescript: 5.1.3
Which area(s) of Next.js are affected? (leave empty if unsure)
CLI (create-next-app), Standalone mode (output: "standalone"), Turbopack (--turbo)
Link to the code that reproduces this issue or a replay of the bug
https://github.com/vercel/next.js/tree/canary/examples/reproduction-template-app-dir
To Reproduce
npm run dev
Describe the Bug
Thousands of errors like:
Expected Behavior
should start the dev server without any errors.
Which browser are you using? (if relevant)
No response
How are you deploying your application? (if relevant)
npm run dev
Beta Was this translation helpful? Give feedback.
All reactions