How to Install node-inspector NPM Packages on Ubuntu / Debian

How to Install node-inspector software package in NPM Packages

node-inspector : Web Inspector based nodeJS debugger. You can installing node-inspector 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 node-inspector
$ sudo npm install -g node-inspector

If want to update the node-inspector package execute the command as below,

$ sudo npm update node-inspector

Update package globally,

$ npm install -g node-inspector

Git clone:

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

node-inspector@1.1.1 /usr/lib/node_modules/node-inspector

How to remove node-inspector package :

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

$ sudo npm uninstall node-inspector

Basic Information of node-inspector NPM Package:

Package Name node-inspector
Version 1.1.1
Description Web Inspector based nodeJS debugger
Released Date 2017-04-24T08:21:38.846Z
Published by taojie
How to Learn https://www.npmjs.com/package/node-inspector/tutorial