gulp-size : Display the size of your project. You can installing gulp-size 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-size $ sudo npm install -g gulp-size
If want to update the gulp-size package execute the command as below,
$ sudo npm update gulp-size
Update package globally,
$ npm install -g gulp-size
$ sudo git clone https://github.com/rektide/gulp-size.git
$ sudo npm install -g ./gulp-size
gulp-size@2.1.0 /usr/lib/node_modules/gulp-size
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall gulp-size
Package Name | gulp-size |
Version | 2.1.0 |
Description | Display the size of your project |
Released Date | 2016-03-10T13:57:32.992Z |
Published by | sindresorhus |
How to Learn | https://www.npmjs.com/package/gulp-size/tutorial |