How to Install shell NPM Packages on Ubuntu / Debian

How to Install shell software package in NPM Packages

shell : Full features and pretty console applications. You can installing shell 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 shell
$ sudo npm install -g shell

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

$ sudo npm update shell

Update package globally,

$ npm install -g shell

Git clone:

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

shell@0.3.2 /usr/lib/node_modules/shell

How to remove shell package :

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

$ sudo npm uninstall shell

Basic Information of shell NPM Package:

Package Name shell
Version 0.3.2
Description Full features and pretty console applications
Released Date 2013-01-04T08:52:29.880Z
Published by npm
How to Learn https://www.npmjs.com/package/shell/tutorial