node-inotify icon indicating copy to clipboard operation
node-inotify copied to clipboard

Inotify bindings for Node.JS

Results 8 node-inotify issues
Sort by recently updated
recently updated
newest added

Tried to use npm install inotify [email protected] [email protected] [email protected] ```sh In file included from ../src/node_inotify.h:14, from ../src/bindings.h:4, from ../src/bindings.cc:2: ../../nan/nan.h: In function ‘void Nan::AsyncQueueWorker(Nan::AsyncWorker*)’: ../../nan/nan.h:2294:62: warning: cast between incompatible function...

When running `node-gyp rebuild` step from the following instructions ``` $ npm install node-gyp -g $ git clone git://github.com/c4milo/node-inotify.git $ cd node-inotify $ node-gyp rebuild ``` I get this error:...

In attempting to install gulp-load-plugins, was hit with this issue: ``` npm ERR! code EBADPLATFORM npm ERR! notsup Unsupported platform for [email protected]: wanted {"os":"linux"} (current: {"os":"darwin","arch":"arm64"}) npm ERR! notsup Valid...

Hi everybody ! I am trying to install my app with the command `sudo npm install`, but I have this issue : ``` npm ERR! code ELIFECYCLE npm ERR! errno...

It looks like this event's object holds the watch descriptor associated with the parent directory, not for the directory that was just deleted. Basically it returns the same data as...

Originally, node-inotify was written following Node.JS core C++ conventions. But, there are a couple of things we could improve in terms of readability: - Explicit name spacing is better: http://stackoverflow.com/questions/4872373/why-is-including-using-namespace-into-a-header-file-a-bad-idea-in-c...

node-inotify needs to use another way to save the callbacks other than the watch file descriptor as key. When you make a removeWatch and a subsequent addWatch, inotify is using...

My project was working yesterday, but after removing yarn.lock, inotify fails to build. I'm getting this output while building my project: ``` # This file contains the result of Yarn...