gulp-filter : Filter files in a Vinyl stream. You can installing gulp-filter 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-filter $ sudo npm install -g gulp-filter
If want to update the gulp-filter package execute the command as below,
$ sudo npm update gulp-filter
Update package globally,
$ npm install -g gulp-filter
$ sudo git clone https://github.com/rektide/gulp-filter.git
$ sudo npm install -g ./gulp-filter
gulp-filter@5.0.1 /usr/lib/node_modules/gulp-filter
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall gulp-filter
Package Name | gulp-filter |
Version | 5.0.1 |
Description | Filter files in a Vinyl stream |
Released Date | 2017-08-03T19:23:34.361Z |
Published by | sindresorhus |
How to Learn | https://www.npmjs.com/package/gulp-filter/tutorial |