shell-quote : quote and parse shell commands. You can installing shell-quote 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-quote $ sudo npm install -g shell-quote
If want to update the shell-quote package execute the command as below,
$ sudo npm update shell-quote
Update package globally,
$ npm install -g shell-quote
$ sudo git clone https://github.com/rektide/shell-quote.git
$ sudo npm install -g ./shell-quote
shell-quote@1.6.1 /usr/lib/node_modules/shell-quote
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall shell-quote
| Package Name | shell-quote |
| Version | 1.6.1 |
| Description | quote and parse shell commands |
| Released Date | 2016-06-17T20:43:12.824Z |
| Published by | substack |
| How to Learn | https://www.npmjs.com/package/shell-quote/tutorial |