gulp-print : Prints names of files to the console so that you can see whats going through the the gulp pipe.. You can installing gulp-print 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-print $ sudo npm install -g gulp-print
If want to update the gulp-print package execute the command as below,
$ sudo npm update gulp-print
Update package globally,
$ npm install -g gulp-print
$ sudo git clone https://github.com/rektide/gulp-print.git
$ sudo npm install -g ./gulp-print
gulp-print@2.0.1 /usr/lib/node_modules/gulp-print
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall gulp-print
Package Name | gulp-print |
Version | 2.0.1 |
Description | Prints names of files to the console so that you can see whats going through the the gulp pipe. |
Released Date | 2015-09-20T18:09:21.950Z |
Published by | alexgorbatchev |
How to Learn | https://www.npmjs.com/package/gulp-print/tutorial |