caniuse-api : request the caniuse data to check browsers compatibilities. You can installing caniuse-api 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 caniuse-api $ sudo npm install -g caniuse-api
If want to update the caniuse-api package execute the command as below,
$ sudo npm update caniuse-api
Update package globally,
$ npm install -g caniuse-api
$ sudo git clone https://github.com/rektide/caniuse-api.git
$ sudo npm install -g ./caniuse-api
caniuse-api@2.0.0 /usr/lib/node_modules/caniuse-api
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall caniuse-api
Package Name | caniuse-api |
Version | 2.0.0 |
Description | request the caniuse data to check browsers compatibilities |
Released Date | 2017-05-03T09:12:01.052Z |
Published by | nyalab |
How to Learn | https://www.npmjs.com/package/caniuse-api/tutorial |