recompose : A React utility belt for function components and higher-order components. You can installing recompose 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 recompose $ sudo npm install -g recompose
If want to update the recompose package execute the command as below,
$ sudo npm update recompose
Update package globally,
$ npm install -g recompose
$ sudo git clone https://github.com/rektide/recompose.git
$ sudo npm install -g ./recompose
recompose@0.26.0 /usr/lib/node_modules/recompose
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall recompose
| Package Name | recompose |
| Version | 0.26.0 |
| Description | A React utility belt for function components and higher-order components |
| Released Date | 2017-10-06T15:03:38.111Z |
| Published by | istarkov |
| How to Learn | https://www.npmjs.com/package/recompose/tutorial |