How to Install neo4j NPM Packages on Ubuntu / Debian

How to Install neo4j software package in NPM Packages

neo4j : Neo4j driver (REST API client) for Node.js. You can installing neo4j 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
$ sudo npm install -g neo4j

If want to update the neo4j package execute the command as below,

$ sudo npm update neo4j

Update package globally,

$ npm install -g neo4j

Git clone:

$ sudo  git clone https://github.com/rektide/neo4j.git
$ sudo  npm install -g ./neo4j

neo4j@2.0.0-RC2 /usr/lib/node_modules/neo4j

How to remove neo4j package :

You can uninstall or remove this package from your node_modules run the command as below,

$ sudo npm uninstall neo4j

Basic Information of neo4j NPM Package:

Package Name neo4j
Version 2.0.0-RC2
Description Neo4j driver (REST API client) for Node.js
Released Date 2015-06-11T13:32:59.786Z
Published by aseemk
How to Learn https://www.npmjs.com/package/neo4j/tutorial