watch : Utilities for watching file trees.. You can installing 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 watch $ sudo npm install -g watch
If want to update the watch package execute the command as below,
$ sudo npm update watch
Update package globally,
$ npm install -g watch
$ sudo git clone https://github.com/rektide/watch.git
$ sudo npm install -g ./watch
watch@1.0.2 /usr/lib/node_modules/watch
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall watch
| Package Name | watch |
| Version | 1.0.2 |
| Description | Utilities for watching file trees. |
| Released Date | 2017-02-17T18:22:47.637Z |
| Published by | levithomason |
| How to Learn | https://www.npmjs.com/package/watch/tutorial |