grunt-contrib-watch : Run predefined tasks whenever watched file patterns are added, changed or deleted. You can installing grunt-contrib-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 grunt-contrib-watch $ sudo npm install -g grunt-contrib-watch
If want to update the grunt-contrib-watch package execute the command as below,
$ sudo npm update grunt-contrib-watch
Update package globally,
$ npm install -g grunt-contrib-watch
$ sudo git clone https://github.com/rektide/grunt-contrib-watch.git
$ sudo npm install -g ./grunt-contrib-watch
grunt-contrib-watch@1.0.0 /usr/lib/node_modules/grunt-contrib-watch
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall grunt-contrib-watch
Package Name | grunt-contrib-watch |
Version | 1.0.0 |
Description | Run predefined tasks whenever watched file patterns are added, changed or deleted |
Released Date | 2016-03-12T22:09:43.947Z |
Published by | shama |
How to Learn | https://www.npmjs.com/package/grunt-contrib-watch/tutorial |