How to Install sandbox NPM Packages on Ubuntu / Debian

How to Install sandbox software package in NPM Packages

sandbox : A nifty javascript sandbox for node.js. You can installing sandbox 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 sandbox
$ sudo npm install -g sandbox

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

$ sudo npm update sandbox

Update package globally,

$ npm install -g sandbox

Git clone:

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

sandbox@0.8.6 /usr/lib/node_modules/sandbox

How to remove sandbox package :

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

$ sudo npm uninstall sandbox

Basic Information of sandbox NPM Package:

Package Name sandbox
Version 0.8.6
Description A nifty javascript sandbox for node.js
Released Date 2014-06-19T18:25:29.021Z
Published by gf3
How to Learn https://www.npmjs.com/package/sandbox/tutorial