How to Install web3 NPM Packages on Ubuntu / Debian

How to Install web3 software package in NPM Packages

web3 : Ethereum JavaScript API. You can installing web3 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 web3
$ sudo npm install -g web3

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

$ sudo npm update web3

Update package globally,

$ npm install -g web3

Git clone:

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

web3@1.0.0-beta.26 /usr/lib/node_modules/web3

How to remove web3 package :

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

$ sudo npm uninstall web3

Basic Information of web3 NPM Package:

Package Name web3
Version 1.0.0-beta.26
Description Ethereum JavaScript API
Released Date 2017-11-14T11:23:55.309Z
Published by frozeman
How to Learn https://www.npmjs.com/package/web3/tutorial