node-watch : A wrapper and enhancements for fs.watch. You can installing node-watch 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 node-watch $ sudo npm install -g node-watch
If want to update the node-watch package execute the command as below,
$ sudo npm update node-watch
Update package globally,
$ npm install -g node-watch
$ sudo git clone https://github.com/rektide/node-watch.git
$ sudo npm install -g ./node-watch
node-watch@0.5.5 /usr/lib/node_modules/node-watch
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall node-watch
Package Name | node-watch |
Version | 0.5.5 |
Description | A wrapper and enhancements for fs.watch |
Released Date | 2017-06-23T03:04:58.969Z |
Published by | yuanchuan |
How to Learn | https://www.npmjs.com/package/node-watch/tutorial |