is-mobile : Check if mobile browser.. You can installing is-mobile 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 is-mobile $ sudo npm install -g is-mobile
If want to update the is-mobile package execute the command as below,
$ sudo npm update is-mobile
Update package globally,
$ npm install -g is-mobile
$ sudo git clone https://github.com/rektide/is-mobile.git
$ sudo npm install -g ./is-mobile
is-mobile@0.2.2 /usr/lib/node_modules/is-mobile
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall is-mobile
Package Name | is-mobile |
Version | 0.2.2 |
Description | Check if mobile browser. |
Released Date | 2013-09-16T14:04:12.061Z |
Published by | juliangruber |
How to Learn | https://www.npmjs.com/package/is-mobile/tutorial |