Skip to content

Instantly share code, notes, and snippets.

@ericvicenti
Created July 22, 2013 16:22
Show Gist options
  • Save ericvicenti/3bc2ca55f71cceb9e6c7 to your computer and use it in GitHub Desktop.
Save ericvicenti/3bc2ca55f71cceb9e6c7 to your computer and use it in GitHub Desktop.
require('hound').watch('/my/latest/js/project').on('change', function(a){ console.log(a); });
Error: watch EMFILE
at errnoException (fs.js:1019:11)
at FSWatcher.start (fs.js:1051:11)
at Object.fs.watch (fs.js:1076:11)
at Hound.watch (/Users/ev/node_modules/hound/hound.js:45:27)
at Hound.watch (/Users/ev/node_modules/hound/hound.js:42:12)
at Hound.watch (/Users/ev/node_modules/hound/hound.js:42:12)
at Hound.watch (/Users/ev/node_modules/hound/hound.js:42:12)
at Hound.watch (/Users/ev/node_modules/hound/hound.js:42:12)
at Hound.watch (/Users/ev/node_modules/hound/hound.js:42:12)
at Hound.watch (/Users/ev/node_modules/hound/hound.js:42:12)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment