gulp-exec : exec plugin for gulp. You can installing gulp-exec 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-exec $ sudo npm install -g gulp-exec
If want to update the gulp-exec package execute the command as below,
$ sudo npm update gulp-exec
Update package globally,
$ npm install -g gulp-exec
$ sudo git clone https://github.com/rektide/gulp-exec.git
$ sudo npm install -g ./gulp-exec
gulp-exec@2.1.3 /usr/lib/node_modules/gulp-exec
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall gulp-exec
Package Name | gulp-exec |
Version | 2.1.3 |
Description | exec plugin for gulp |
Released Date | 2016-11-05T19:39:33.860Z |
Published by | robrich |
How to Learn | https://www.npmjs.com/package/gulp-exec/tutorial |