gulp-run : Pipe to shell commands in gulp. You can installing gulp-run 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-run $ sudo npm install -g gulp-run
If want to update the gulp-run package execute the command as below,
$ sudo npm update gulp-run
Update package globally,
$ npm install -g gulp-run
$ sudo git clone https://github.com/rektide/gulp-run.git
$ sudo npm install -g ./gulp-run
gulp-run@1.7.1 /usr/lib/node_modules/gulp-run
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall gulp-run
Package Name | gulp-run |
Version | 1.7.1 |
Description | Pipe to shell commands in gulp |
Released Date | 2016-06-17T09:20:22.726Z |
Published by | mrboolean |
How to Learn | https://www.npmjs.com/package/gulp-run/tutorial |