fastclick : Polyfill to remove click delays on browsers with touch UIs.. You can installing fastclick 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 fastclick $ sudo npm install -g fastclick
If want to update the fastclick package execute the command as below,
$ sudo npm update fastclick
Update package globally,
$ npm install -g fastclick
$ sudo git clone https://github.com/rektide/fastclick.git
$ sudo npm install -g ./fastclick
fastclick@1.0.6 /usr/lib/node_modules/fastclick
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall fastclick
Package Name | fastclick |
Version | 1.0.6 |
Description | Polyfill to remove click delays on browsers with touch UIs. |
Released Date | 2015-01-26T21:22:31.045Z |
Published by | mattandrews |
How to Learn | https://www.npmjs.com/package/fastclick/tutorial |