gulp-plumber : Prevent pipe breaking caused by errors from gulp plugins. You can installing gulp-plumber 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-plumber $ sudo npm install -g gulp-plumber
If want to update the gulp-plumber package execute the command as below,
$ sudo npm update gulp-plumber
Update package globally,
$ npm install -g gulp-plumber
$ sudo git clone https://github.com/rektide/gulp-plumber.git
$ sudo npm install -g ./gulp-plumber
gulp-plumber@1.1.0 /usr/lib/node_modules/gulp-plumber
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall gulp-plumber
Package Name | gulp-plumber |
Version | 1.1.0 |
Description | Prevent pipe breaking caused by errors from gulp plugins |
Released Date | 2016-02-09T11:35:42.470Z |
Published by | floatdrop |
How to Learn | https://www.npmjs.com/package/gulp-plumber/tutorial |