node-etcd : etcd library for node.js (etcd v2 api). You can installing node-etcd 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-etcd $ sudo npm install -g node-etcd
If want to update the node-etcd package execute the command as below,
$ sudo npm update node-etcd
Update package globally,
$ npm install -g node-etcd
$ sudo git clone https://github.com/rektide/node-etcd.git
$ sudo npm install -g ./node-etcd
node-etcd@5.1.0 /usr/lib/node_modules/node-etcd
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall node-etcd
| Package Name | node-etcd |
| Version | 5.1.0 |
| Description | etcd library for node.js (etcd v2 api) |
| Released Date | 2017-05-15T09:41:46.718Z |
| Published by | stiane |
| How to Learn | https://www.npmjs.com/package/node-etcd/tutorial |