react-datepicker : A simple and reusable datepicker component for React. You can installing react-datepicker 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-datepicker $ sudo npm install -g react-datepicker
If want to update the react-datepicker package execute the command as below,
$ sudo npm update react-datepicker
Update package globally,
$ npm install -g react-datepicker
$ sudo git clone https://github.com/rektide/react-datepicker.git
$ sudo npm install -g ./react-datepicker
react-datepicker@0.61.0 /usr/lib/node_modules/react-datepicker
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall react-datepicker
| Package Name | react-datepicker |
| Version | 0.61.0 |
| Description | A simple and reusable datepicker component for React |
| Released Date | 2017-11-14T08:53:35.971Z |
| Published by | mrusschen |
| How to Learn | https://www.npmjs.com/package/react-datepicker/tutorial |