Skip to content

EMFILE, too many open files #73

@hackingbeauty

Description

@hackingbeauty

After starting the program with the command "webgl-workshop", and clicking on the first exercise "HELLO, WEBGL" , I'm getting the following stack trace:

fs.js:438
return binding.open(pathModule._makeLong(path), stringToFlags(flags), mode);
^
Error: EMFILE, too many open files '/usr/local/lib/node_modules/webgl-workshop/node_modules/glslify/node_modules/glslify-stream/node_modules/through/index.js'
at Object.fs.openSync (fs.js:438:18)
at Object.fs.readFileSync (fs.js:289:15)
at Object.Module._extensions..js (module.js:473:44)
at Module.load (module.js:356:32)
at Function.Module._load (module.js:312:12)
at Module.require (module.js:364:17)
at require (module.js:380:17)
at Object. (/usr/local/lib/node_modules/webgl-workshop/node_modules/glslify/node_modules/glslify-stream/index.js:7:15)
at Module._compile (module.js:456:26)
at Object.Module._extensions..js (module.js:474:10)

Am I doing something wrong?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions