How to Install multiaddr NPM Packages on Ubuntu / Debian

How to Install multiaddr software package in NPM Packages

multiaddr : multiaddr implementation (binary + string representation of network addresses). You can installing multiaddr 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 multiaddr
$ sudo npm install -g multiaddr

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

$ sudo npm update multiaddr

Update package globally,

$ npm install -g multiaddr

Git clone:

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

multiaddr@3.0.1 /usr/lib/node_modules/multiaddr

How to remove multiaddr package :

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

$ sudo npm uninstall multiaddr

Basic Information of multiaddr NPM Package:

Package Name multiaddr
Version 3.0.1
Description multiaddr implementation (binary + string representation of network addresses)
Released Date 2017-09-05T15:59:51.405Z
Published by daviddias
How to Learn https://www.npmjs.com/package/multiaddr/tutorial