arangojs : The official ArangoDB JavaScript driver.. You can installing arangojs 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 arangojs $ sudo npm install -g arangojs
If want to update the arangojs package execute the command as below,
$ sudo npm update arangojs
Update package globally,
$ npm install -g arangojs
$ sudo git clone https://github.com/rektide/arangojs.git
$ sudo npm install -g ./arangojs
arangojs@5.7.1 /usr/lib/node_modules/arangojs
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall arangojs
Package Name | arangojs |
Version | 5.7.1 |
Description | The official ArangoDB JavaScript driver. |
Released Date | 2017-10-18T14:00:48.678Z |
Published by | pluma |
How to Learn | https://www.npmjs.com/package/arangojs/tutorial |