Closed
Description
When running coffee
on a directory with a large number of files (329 to be exact), I receive the following error:
pipe(): Too many open files
child_process.js:243
var fds = this._internal.spawn(path,
^
Error: Error spawning
at ChildProcess.spawn (child_process.js:243:28)
at child_process.js:31:15
at child_process.js:77:15
at child_process.js:38:27
at /Users/brad/dev/coffee-script/lib/command.js:242:16
at path.js:292:19
The failure seems to center on the call to mkdir -p
. I've yet to find a way to fix this cleanly.