consul : Consul client. You can installing consul 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 consul $ sudo npm install -g consul
If want to update the consul package execute the command as below,
$ sudo npm update consul
Update package globally,
$ npm install -g consul
$ sudo git clone https://github.com/rektide/consul.git
$ sudo npm install -g ./consul
consul@0.30.0 /usr/lib/node_modules/consul
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall consul
Package Name | consul |
Version | 0.30.0 |
Description | Consul client |
Released Date | 2017-10-20T02:10:30.035Z |
Published by | silas |
How to Learn | https://www.npmjs.com/package/consul/tutorial |