bootstrap-daterangepicker : Date range picker component for Bootstrap. You can installing bootstrap-daterangepicker 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 bootstrap-daterangepicker $ sudo npm install -g bootstrap-daterangepicker
If want to update the bootstrap-daterangepicker package execute the command as below,
$ sudo npm update bootstrap-daterangepicker
Update package globally,
$ npm install -g bootstrap-daterangepicker
$ sudo git clone https://github.com/rektide/bootstrap-daterangepicker.git
$ sudo npm install -g ./bootstrap-daterangepicker
bootstrap-daterangepicker@2.1.25 /usr/lib/node_modules/bootstrap-daterangepicker
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall bootstrap-daterangepicker
Package Name | bootstrap-daterangepicker |
Version | 2.1.25 |
Description | Date range picker component for Bootstrap |
Released Date | 2017-01-17T18:47:44.186Z |
Published by | dangrossman |
How to Learn | https://www.npmjs.com/package/bootstrap-daterangepicker/tutorial |