gulp-watch : Watch, that actually is an endless stream. You can installing gulp-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 gulp-watch $ sudo npm install -g gulp-watch
If want to update the gulp-watch package execute the command as below,
$ sudo npm update gulp-watch
Update package globally,
$ npm install -g gulp-watch
$ sudo git clone https://github.com/rektide/gulp-watch.git
$ sudo npm install -g ./gulp-watch
gulp-watch@4.3.11 /usr/lib/node_modules/gulp-watch
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall gulp-watch
Package Name | gulp-watch |
Version | 4.3.11 |
Description | Watch, that actually is an endless stream |
Released Date | 2016-11-19T08:26:39.321Z |
Published by | ult_combo |
How to Learn | https://www.npmjs.com/package/gulp-watch/tutorial |