react-modal : Accessible modal dialog component for React.JS. You can installing react-modal 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 react-modal $ sudo npm install -g react-modal
If want to update the react-modal package execute the command as below,
$ sudo npm update react-modal
Update package globally,
$ npm install -g react-modal
$ sudo git clone https://github.com/rektide/react-modal.git
$ sudo npm install -g ./react-modal
react-modal@3.1.4 /usr/lib/node_modules/react-modal
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall react-modal
| Package Name | react-modal |
| Version | 3.1.4 |
| Description | Accessible modal dialog component for React.JS |
| Released Date | 2017-11-24T17:27:48.332Z |
| Published by | diasbruno |
| How to Learn | https://www.npmjs.com/package/react-modal/tutorial |