filesize-parser : Takes human readable filesystem size strings and gives you an int representing that many bytes.. You can installing filesize-parser 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-parser $ sudo npm install -g filesize-parser
If want to update the filesize-parser package execute the command as below,
$ sudo npm update filesize-parser
Update package globally,
$ npm install -g filesize-parser
$ sudo git clone https://github.com/rektide/filesize-parser.git
$ sudo npm install -g ./filesize-parser
filesize-parser@1.4.1 /usr/lib/node_modules/filesize-parser
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall filesize-parser
Package Name | filesize-parser |
Version | 1.4.1 |
Description | Takes human readable filesystem size strings and gives you an int representing that many bytes. |
Released Date | 2016-05-31T08:41:50.175Z |
Published by | patrickkettner |
How to Learn | https://www.npmjs.com/package/filesize-parser/tutorial |