redux-promise : FSA-compliant promise middleware for Redux.. You can installing redux-promise 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 redux-promise $ sudo npm install -g redux-promise
If want to update the redux-promise package execute the command as below,
$ sudo npm update redux-promise
Update package globally,
$ npm install -g redux-promise
$ sudo git clone https://github.com/rektide/redux-promise.git
$ sudo npm install -g ./redux-promise
redux-promise@0.5.3 /usr/lib/node_modules/redux-promise
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall redux-promise
| Package Name | redux-promise |
| Version | 0.5.3 |
| Description | FSA-compliant promise middleware for Redux. |
| Released Date | 2016-03-15T20:01:05.135Z |
| Published by | acdlite |
| How to Learn | https://www.npmjs.com/package/redux-promise/tutorial |