pipe(): Too many open files
node.js:134
throw e; // process.nextTick error, or 'error' event on first tick
^
Error: Error spawning
That's my error. My code is:
grep = spawn 'ls'
UPDATE
for tweet in indexedTweetsResults exec 'ls', (error, stdout, stderr) -> console.log stdout
This is my code and it errors with the pipe
error. Any ideas?