watchify : watch mode for browserify builds. You can installing watchify 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 watchify $ sudo npm install -g watchify
If want to update the watchify package execute the command as below,
$ sudo npm update watchify
Update package globally,
$ npm install -g watchify
$ sudo git clone https://github.com/rektide/watchify.git
$ sudo npm install -g ./watchify
watchify@3.9.0 /usr/lib/node_modules/watchify
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall watchify
| Package Name | watchify |
| Version | 3.9.0 |
| Description | watch mode for browserify builds |
| Released Date | 2017-01-25T07:19:32.853Z |
| Published by | feross |
| How to Learn | https://www.npmjs.com/package/watchify/tutorial |