gulp-util : Utility functions for gulp plugins. You can installing gulp-util 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-util $ sudo npm install -g gulp-util
If want to update the gulp-util package execute the command as below,
$ sudo npm update gulp-util
Update package globally,
$ npm install -g gulp-util
$ sudo git clone https://github.com/rektide/gulp-util.git
$ sudo npm install -g ./gulp-util
gulp-util@3.0.8 /usr/lib/node_modules/gulp-util
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall gulp-util
Package Name | gulp-util |
Version | 3.0.8 |
Description | Utility functions for gulp plugins |
Released Date | 2016-12-26T23:11:10.645Z |
Published by | phated |
How to Learn | https://www.npmjs.com/package/gulp-util/tutorial |