node-zookeeper-client : A pure Javascript ZooKeeper client for Node.js.. You can installing node-zookeeper-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 node-zookeeper-client $ sudo npm install -g node-zookeeper-client
If want to update the node-zookeeper-client package execute the command as below,
$ sudo npm update node-zookeeper-client
Update package globally,
$ npm install -g node-zookeeper-client
$ sudo git clone https://github.com/rektide/node-zookeeper-client.git
$ sudo npm install -g ./node-zookeeper-client
node-zookeeper-client@0.2.2 /usr/lib/node_modules/node-zookeeper-client
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall node-zookeeper-client
Package Name | node-zookeeper-client |
Version | 0.2.2 |
Description | A pure Javascript ZooKeeper client for Node.js. |
Released Date | 2015-01-17T01:59:56.010Z |
Published by | alexguan |
How to Learn | https://www.npmjs.com/package/node-zookeeper-client/tutorial |