react-dates : A responsive and accessible date range picker component built with React. You can installing react-dates 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-dates $ sudo npm install -g react-dates
If want to update the react-dates package execute the command as below,
$ sudo npm update react-dates
Update package globally,
$ npm install -g react-dates
$ sudo git clone https://github.com/rektide/react-dates.git
$ sudo npm install -g ./react-dates
react-dates@15.1.0 /usr/lib/node_modules/react-dates
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall react-dates
| Package Name | react-dates |
| Version | 15.1.0 |
| Description | A responsive and accessible date range picker component built with React |
| Released Date | 2017-11-10T17:39:07.043Z |
| Published by | majapw |
| How to Learn | https://www.npmjs.com/package/react-dates/tutorial |