Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error: EMFILE: too many open files #2527

Open
TheLovinator1 opened this issue Mar 8, 2024 · 0 comments
Open

Error: EMFILE: too many open files #2527

TheLovinator1 opened this issue Mar 8, 2024 · 0 comments

Comments

@TheLovinator1
Copy link

TheLovinator1 commented Mar 8, 2024

PS C:\Code\panso.se> quicktype .\webhallen-json\ -o webhallen_types.go
(node:21544) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead.
(Use `node --trace-deprecation ...` to show where the warning was created)
node:events:497
      throw er; // Unhandled 'error' event
      ^

Error: EMFILE: too many open files, open 'C:\Code\panso.se\webhallen-json\358129.json'
Emitted 'error' event on ReadStream instance at:
    at emitErrorNT (node:internal/streams/destroy:169:8)
    at emitErrorCloseNT (node:internal/streams/destroy:128:3)
    at process.processTicksAndRejections (node:internal/process/task_queues:82:21) {
  errno: -4066,
  code: 'EMFILE',
  syscall: 'open',
  path: 'C:\\Code\\panso.se\\webhallen-json\\358129.json'
}

Node.js v21.7.0

How many files does Quicktype support?

I am on Windows 11.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant