` npm install --save-dev hawkeye
npm WARN deprecated coffee-script@1.6.3: CoffeeScript on NPM has moved to "coffeescript" (no hyphen)
npm WARN deprecated minimatch@0.2.14: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
CXX(target) Release/obj.target/inotify/src/bindings.o
In file included from ../src/bindings.cc:2:
In file included from ../src/bindings.h:4:
../src/node_inotify.h:7:10: fatal error: 'sys/inotify.h' file not found
` npm install --save-dev hawkeye npm WARN deprecated coffee-script@1.6.3: CoffeeScript on NPM has moved to "coffeescript" (no hyphen) npm WARN deprecated minimatch@0.2.14: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
CXX(target) Release/obj.target/inotify/src/bindings.o In file included from ../src/bindings.cc:2: In file included from ../src/bindings.h:4: ../src/node_inotify.h:7:10: fatal error: 'sys/inotify.h' file not found
include <sys/inotify.h>
1 error generated. make: *** [Release/obj.target/inotify/src/bindings.o] Error 1`