rlp : Recursive Length Prefix Encoding Module. You can installing rlp 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 rlp $ sudo npm install -g rlp
If want to update the rlp package execute the command as below,
$ sudo npm update rlp
Update package globally,
$ npm install -g rlp
$ sudo git clone https://github.com/rektide/rlp.git
$ sudo npm install -g ./rlp
rlp@2.0.0 /usr/lib/node_modules/rlp
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall rlp
| Package Name | rlp |
| Version | 2.0.0 |
| Description | Recursive Length Prefix Encoding Module |
| Released Date | 2015-09-23T01:22:49.511Z |
| Published by | null_radix |
| How to Learn | https://www.npmjs.com/package/rlp/tutorial |