basho-riak-client : Bashos officially supported NodeJS client for Riak. You can installing basho-riak-client 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 basho-riak-client $ sudo npm install -g basho-riak-client
If want to update the basho-riak-client package execute the command as below,
$ sudo npm update basho-riak-client
Update package globally,
$ npm install -g basho-riak-client
$ sudo git clone https://github.com/rektide/basho-riak-client.git
$ sudo npm install -g ./basho-riak-client
basho-riak-client@2.4.0 /usr/lib/node_modules/basho-riak-client
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall basho-riak-client
Package Name | basho-riak-client |
Version | 2.4.0 |
Description | Bashos officially supported NodeJS client for Riak |
Released Date | 2016-12-12T17:56:16.864Z |
Published by | basho |
How to Learn | https://www.npmjs.com/package/basho-riak-client/tutorial |