gc-stats : Exposes node v8 garbage collection stats. You can installing gc-stats 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 gc-stats $ sudo npm install -g gc-stats
If want to update the gc-stats package execute the command as below,
$ sudo npm update gc-stats
Update package globally,
$ npm install -g gc-stats
$ sudo git clone https://github.com/rektide/gc-stats.git
$ sudo npm install -g ./gc-stats
gc-stats@1.0.2 /usr/lib/node_modules/gc-stats
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall gc-stats
Package Name | gc-stats |
Version | 1.0.2 |
Description | Exposes node v8 garbage collection stats |
Released Date | 2017-06-22T13:12:29.612Z |
Published by | dainis |
How to Learn | https://www.npmjs.com/package/gc-stats/tutorial |