How to Install shell-escape NPM Packages on Ubuntu / Debian

How to Install shell-escape software package in NPM Packages

shell-escape : Escape and stringify an array of arguments to be executed on the shell. You can installing shell-escape 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-escape
$ sudo npm install -g shell-escape

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

$ sudo npm update shell-escape

Update package globally,

$ npm install -g shell-escape

Git clone:

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

shell-escape@0.2.0 /usr/lib/node_modules/shell-escape

How to remove shell-escape package :

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

$ sudo npm uninstall shell-escape

Basic Information of shell-escape NPM Package:

Package Name shell-escape
Version 0.2.0
Description Escape and stringify an array of arguments to be executed on the shell
Released Date 2015-02-11T22:44:58.290Z
Published by xorax
How to Learn https://www.npmjs.com/package/shell-escape/tutorial