2012/2/11 Lost Abaddon <[email protected]>: > I've installed node.js 0.7.2 and npm in Ubuntu 11.10, but I failed to > install inotify. > How can I install it?
Are you talking about the "inotify" npm package? Look here, it only works with node 0.4.x-0.6.x: http://search.npmjs.org/#/inotify An even second digit means "stable", an uneven second digit means "testing". Use node v0.6.x. -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups "nodejs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en
