aerospike : Aerospike Client Library. You can installing aerospike 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 aerospike $ sudo npm install -g aerospike
If want to update the aerospike package execute the command as below,
$ sudo npm update aerospike
Update package globally,
$ npm install -g aerospike
$ sudo git clone https://github.com/rektide/aerospike.git
$ sudo npm install -g ./aerospike
aerospike@3.0.2 /usr/lib/node_modules/aerospike
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall aerospike
Package Name | aerospike |
Version | 3.0.2 |
Description | Aerospike Client Library |
Released Date | 2017-10-09T08:23:32.786Z |
Published by | jhecking-aerospike |
How to Learn | https://www.npmjs.com/package/aerospike/tutorial |