reactstrap : React Bootstrap 4 components. You can installing reactstrap 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 reactstrap $ sudo npm install -g reactstrap
If want to update the reactstrap package execute the command as below,
$ sudo npm update reactstrap
Update package globally,
$ npm install -g reactstrap
$ sudo git clone https://github.com/rektide/reactstrap.git
$ sudo npm install -g ./reactstrap
reactstrap@4.8.0 /usr/lib/node_modules/reactstrap
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall reactstrap
| Package Name | reactstrap |
| Version | 4.8.0 |
| Description | React Bootstrap 4 components |
| Released Date | 2017-06-28T03:32:52.157Z |
| Published by | eddywashere |
| How to Learn | https://www.npmjs.com/package/reactstrap/tutorial |