redux-undo : simple undo/redo functionality for redux state containers. You can installing redux-undo 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-undo $ sudo npm install -g redux-undo
If want to update the redux-undo package execute the command as below,
$ sudo npm update redux-undo
Update package globally,
$ npm install -g redux-undo
$ sudo git clone https://github.com/rektide/redux-undo.git
$ sudo npm install -g ./redux-undo
redux-undo@0.6.1 /usr/lib/node_modules/redux-undo
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall redux-undo
| Package Name | redux-undo |
| Version | 0.6.1 |
| Description | simple undo/redo functionality for redux state containers |
| Released Date | 2016-02-22T18:55:12.377Z |
| Published by | omnidan |
| How to Learn | https://www.npmjs.com/package/redux-undo/tutorial |