gulp-debug : Debug Vinyl file streams to see what files are run through your Gulp pipeline. You can installing gulp-debug 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-debug $ sudo npm install -g gulp-debug
If want to update the gulp-debug package execute the command as below,
$ sudo npm update gulp-debug
Update package globally,
$ npm install -g gulp-debug
$ sudo git clone https://github.com/rektide/gulp-debug.git
$ sudo npm install -g ./gulp-debug
gulp-debug@3.1.0 /usr/lib/node_modules/gulp-debug
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall gulp-debug
Package Name | gulp-debug |
Version | 3.1.0 |
Description | Debug Vinyl file streams to see what files are run through your Gulp pipeline |
Released Date | 2017-02-13T07:52:06.183Z |
Published by | sindresorhus |
How to Learn | https://www.npmjs.com/package/gulp-debug/tutorial |