gulp-inject : A javascript, stylesheet and webcomponent injection plugin for Gulp, i.e. inject file references into your index.html. You can installing gulp-inject 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-inject $ sudo npm install -g gulp-inject
If want to update the gulp-inject package execute the command as below,
$ sudo npm update gulp-inject
Update package globally,
$ npm install -g gulp-inject
$ sudo git clone https://github.com/rektide/gulp-inject.git
$ sudo npm install -g ./gulp-inject
gulp-inject@4.3.0 /usr/lib/node_modules/gulp-inject
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall gulp-inject
Package Name | gulp-inject |
Version | 4.3.0 |
Description | A javascript, stylesheet and webcomponent injection plugin for Gulp, i.e. inject file references into your index.html |
Released Date | 2017-09-15T08:53:11.526Z |
Published by | joakimbeng |
How to Learn | https://www.npmjs.com/package/gulp-inject/tutorial |