How to Install shelljs NPM Packages on Ubuntu / Debian

How to Install shelljs software package in NPM Packages

shelljs : Portable Unix shell commands for Node.js. You can installing shelljs 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 shelljs
$ sudo npm install -g shelljs

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

$ sudo npm update shelljs

Update package globally,

$ npm install -g shelljs

Git clone:

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

shelljs@0.7.8 /usr/lib/node_modules/shelljs

How to remove shelljs package :

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

$ sudo npm uninstall shelljs

Basic Information of shelljs NPM Package:

Package Name shelljs
Version 0.7.8
Description Portable Unix shell commands for Node.js
Released Date 2017-06-07T04:01:34.904Z
Published by nfischer
How to Learn https://www.npmjs.com/package/shelljs/tutorial