How to Install diagnostics NPM Packages on Ubuntu / Debian

How to Install diagnostics software package in NPM Packages

diagnostics : Tools for debugging your node.js modules and event loop. You can installing diagnostics 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 diagnostics
$ sudo npm install -g diagnostics

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

$ sudo npm update diagnostics

Update package globally,

$ npm install -g diagnostics

Git clone:

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

diagnostics@1.1.0 /usr/lib/node_modules/diagnostics

How to remove diagnostics package :

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

$ sudo npm uninstall diagnostics

Basic Information of diagnostics NPM Package:

Package Name diagnostics
Version 1.1.0
Description Tools for debugging your node.js modules and event loop
Released Date 2016-12-12T15:25:39.455Z
Published by swaagie
How to Learn https://www.npmjs.com/package/diagnostics/tutorial