neo4j-driver : Connect to Neo4j 3.0.0 and up from JavaScript. You can installing neo4j-driver 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 neo4j-driver $ sudo npm install -g neo4j-driver
If want to update the neo4j-driver package execute the command as below,
$ sudo npm update neo4j-driver
Update package globally,
$ npm install -g neo4j-driver
$ sudo git clone https://github.com/rektide/neo4j-driver.git
$ sudo npm install -g ./neo4j-driver
neo4j-driver@1.5.0 /usr/lib/node_modules/neo4j-driver
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall neo4j-driver
Package Name | neo4j-driver |
Version | 1.5.0 |
Description | Connect to Neo4j 3.0.0 and up from JavaScript |
Released Date | 2017-10-16T10:12:46.568Z |
Published by | neo4j-organization |
How to Learn | https://www.npmjs.com/package/neo4j-driver/tutorial |