filesize : JavaScript library to generate a human readable String describing the file size. You can installing filesize 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 filesize $ sudo npm install -g filesize
If want to update the filesize package execute the command as below,
$ sudo npm update filesize
Update package globally,
$ npm install -g filesize
$ sudo git clone https://github.com/rektide/filesize.git
$ sudo npm install -g ./filesize
filesize@3.5.11 /usr/lib/node_modules/filesize
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall filesize
Package Name | filesize |
Version | 3.5.11 |
Description | JavaScript library to generate a human readable String describing the file size |
Released Date | 2017-10-18T12:41:17.283Z |
Published by | avoidwork |
How to Learn | https://www.npmjs.com/package/filesize/tutorial |