gforceg/node-hound

Doesn't work with Node 0.11.*

Closed this issue · 0 comments

When running default example, we get

fs.js:1176
throw errnoException(err, 'watch');
Error: watch EINVAL
at exports._errnoException (util.js:746:11)
at FSWatcher.start (fs.js:1176:11)
at Object.fs.watch (fs.js:1202:11)
at Hound.watch (D:...\node_modules\hound\hound.js:45:27)
at Hound.watch (D:...p\node_modules\hound\hound.js:42:12)
at Object.exports.watch (D:...\node_modules\hound\hound.js:13:11)
at Object. (D:...\index.js:27:17)
at Module._compile (module.js:460:26)
at Object.Module._extensions..js (module.js:478:10)
at Module.load (module.js:355:32)

This certainly seems like a bug in pre-release Node, but I'm not proficient to report it in the required way. Also it seems that hound was meant to be reliable, so you may be interested in this issue.