How to Install heapdump NPM Packages on Ubuntu / Debian

How to Install heapdump software package in NPM Packages

heapdump : Make a dump of the V8 heap for later inspection.. You can installing heapdump 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 heapdump
$ sudo npm install -g heapdump

If want to update the heapdump package execute the command as below,

$ sudo npm update heapdump

Update package globally,

$ npm install -g heapdump

Git clone:

$ sudo  git clone https://github.com/rektide/heapdump.git
$ sudo  npm install -g ./heapdump

heapdump@0.3.9 /usr/lib/node_modules/heapdump

How to remove heapdump package :

You can uninstall or remove this package from your node_modules run the command as below,

$ sudo npm uninstall heapdump

Basic Information of heapdump NPM Package:

Package Name heapdump
Version 0.3.9
Description Make a dump of the V8 heap for later inspection.
Released Date 2017-04-04T20:24:17.523Z
Published by bnoordhuis
How to Learn https://www.npmjs.com/package/heapdump/tutorial