hystrixjs : resilience module for NodeJS applications. You can installing hystrixjs 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 hystrixjs $ sudo npm install -g hystrixjs
If want to update the hystrixjs package execute the command as below,
$ sudo npm update hystrixjs
Update package globally,
$ npm install -g hystrixjs
$ sudo git clone https://github.com/rektide/hystrixjs.git
$ sudo npm install -g ./hystrixjs
hystrixjs@0.2.0 /usr/lib/node_modules/hystrixjs
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall hystrixjs
Package Name | hystrixjs |
Version | 0.2.0 |
Description | resilience module for NodeJS applications |
Released Date | 2017-05-25T03:46:17.671Z |
Published by | igorsechyn |
How to Learn | https://www.npmjs.com/package/hystrixjs/tutorial |