flatpickr : A lightweight, powerful javascript datetime picker. You can installing flatpickr 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 flatpickr $ sudo npm install -g flatpickr
If want to update the flatpickr package execute the command as below,
$ sudo npm update flatpickr
Update package globally,
$ npm install -g flatpickr
$ sudo git clone https://github.com/rektide/flatpickr.git
$ sudo npm install -g ./flatpickr
flatpickr@4.1.2 /usr/lib/node_modules/flatpickr
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall flatpickr
Package Name | flatpickr |
Version | 4.1.2 |
Description | A lightweight, powerful javascript datetime picker |
Released Date | 2017-11-15T14:31:07.803Z |
Published by | chmln |
How to Learn | https://www.npmjs.com/package/flatpickr/tutorial |