gulp-load-plugins : Automatically load any gulp plugins in your package.json. You can installing gulp-load-plugins 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-load-plugins $ sudo npm install -g gulp-load-plugins
If want to update the gulp-load-plugins package execute the command as below,
$ sudo npm update gulp-load-plugins
Update package globally,
$ npm install -g gulp-load-plugins
$ sudo git clone https://github.com/rektide/gulp-load-plugins.git
$ sudo npm install -g ./gulp-load-plugins
gulp-load-plugins@1.5.0 /usr/lib/node_modules/gulp-load-plugins
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall gulp-load-plugins
Package Name | gulp-load-plugins |
Version | 1.5.0 |
Description | Automatically load any gulp plugins in your package.json |
Released Date | 2017-02-03T10:04:08.383Z |
Published by | jackfranklin |
How to Learn | https://www.npmjs.com/package/gulp-load-plugins/tutorial |