ipfs-block : JavaScript Implementation of IPFS Block. You can installing ipfs-block 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 ipfs-block $ sudo npm install -g ipfs-block
If want to update the ipfs-block package execute the command as below,
$ sudo npm update ipfs-block
Update package globally,
$ npm install -g ipfs-block
$ sudo git clone https://github.com/rektide/ipfs-block.git
$ sudo npm install -g ./ipfs-block
ipfs-block@0.6.1 /usr/lib/node_modules/ipfs-block
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall ipfs-block
| Package Name | ipfs-block |
| Version | 0.6.1 |
| Description | JavaScript Implementation of IPFS Block |
| Released Date | 2017-11-06T06:44:32.767Z |
| Published by | daviddias |
| How to Learn | https://www.npmjs.com/package/ipfs-block/tutorial |