How to Install supervisor NPM Packages on Ubuntu / Debian

How to Install supervisor software package in NPM Packages

supervisor : A supervisor program for running nodejs programs. You can installing supervisor 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 supervisor
$ sudo npm install -g supervisor

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

$ sudo npm update supervisor

Update package globally,

$ npm install -g supervisor

Git clone:

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

supervisor@0.12.0 /usr/lib/node_modules/supervisor

How to remove supervisor package :

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

$ sudo npm uninstall supervisor

Basic Information of supervisor NPM Package:

Package Name supervisor
Version 0.12.0
Description A supervisor program for running nodejs programs
Released Date 2016-11-14T16:01:17.220Z
Published by petruisfan
How to Learn https://www.npmjs.com/package/supervisor/tutorial