hypercore : Hypercore is a secure, distributed append-only log. You can installing hypercore 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 hypercore $ sudo npm install -g hypercore
If want to update the hypercore package execute the command as below,
$ sudo npm update hypercore
Update package globally,
$ npm install -g hypercore
$ sudo git clone https://github.com/rektide/hypercore.git
$ sudo npm install -g ./hypercore
hypercore@6.11.0 /usr/lib/node_modules/hypercore
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall hypercore
Package Name | hypercore |
Version | 6.11.0 |
Description | Hypercore is a secure, distributed append-only log |
Released Date | 2017-11-14T20:17:01.126Z |
Published by | mafintosh |
How to Learn | https://www.npmjs.com/package/hypercore/tutorial |