filewatcher : Wrapper around fs.watch with fallback to fs.watchFile. You can installing filewatcher npm packages, there are two ways to install this module locally and globaly. -g option is specified to global. Execute the below command.
$ sudo npm install filewatcher $ sudo npm install -g filewatcher
If want to update the filewatcher package execute the command as below,
$ sudo npm update filewatcher
Update package globally,
$ npm install -g filewatcher
$ sudo git clone https://github.com/rektide/filewatcher.git
$ sudo npm install -g ./filewatcher
filewatcher@3.0.1 /usr/lib/node_modules/filewatcher
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall filewatcher
Package Name | filewatcher |
Version | 3.0.1 |
Description | Wrapper around fs.watch with fallback to fs.watchFile |
Released Date | 2016-07-18T14:54:41.021Z |
Published by | fgnass |
How to Learn | https://www.npmjs.com/package/filewatcher/tutorial |