Skip to content

Error: EMFILE: too many open files #2527

Closed
@TheLovinator1

Description

@TheLovinator1
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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugneed infoWe need more information, or we can't resolve this issue

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions