watchr : Better file system watching for Node.js. You can installing watchr 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 watchr $ sudo npm install -g watchr
If want to update the watchr package execute the command as below,
$ sudo npm update watchr
Update package globally,
$ npm install -g watchr
$ sudo git clone https://github.com/rektide/watchr.git
$ sudo npm install -g ./watchr
watchr@3.0.1 /usr/lib/node_modules/watchr
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall watchr
| Package Name | watchr |
| Version | 3.0.1 |
| Description | Better file system watching for Node.js |
| Released Date | 2016-10-23T15:20:12.019Z |
| Published by | balupton |
| How to Learn | https://www.npmjs.com/package/watchr/tutorial |