get-folder-size : Get the size of a folder by recursively iterating through all its sub(files && folders).. You can installing get-folder-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 get-folder-size $ sudo npm install -g get-folder-size
If want to update the get-folder-size package execute the command as below,
$ sudo npm update get-folder-size
Update package globally,
$ npm install -g get-folder-size
$ sudo git clone https://github.com/rektide/get-folder-size.git
$ sudo npm install -g ./get-folder-size
get-folder-size@1.0.0 /usr/lib/node_modules/get-folder-size
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall get-folder-size
Package Name | get-folder-size |
Version | 1.0.0 |
Description | Get the size of a folder by recursively iterating through all its sub(files && folders). |
Released Date | 2015-10-23T09:18:02.259Z |
Published by | alessioalex |
How to Learn | https://www.npmjs.com/package/get-folder-size/tutorial |