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
$ sudo git clone https://github.com/rektide/multiaddr.git
$ sudo npm install -g ./multiaddr
multiaddr@3.0.1 /usr/lib/node_modules/multiaddr
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall multiaddr
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 |