mbtiles : Utilities and tilelive integration for the MBTiles format.. You can installing mbtiles 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 mbtiles $ sudo npm install -g mbtiles
If want to update the mbtiles package execute the command as below,
$ sudo npm update mbtiles
Update package globally,
$ npm install -g mbtiles
$ sudo git clone https://github.com/rektide/mbtiles.git
$ sudo npm install -g ./mbtiles
mbtiles@0.9.0 /usr/lib/node_modules/mbtiles
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall mbtiles
Package Name | mbtiles |
Version | 0.9.0 |
Description | Utilities and tilelive integration for the MBTiles format. |
Released Date | 2016-04-15T17:28:37.970Z |
Published by | apendleton |
How to Learn | https://www.npmjs.com/package/mbtiles/tutorial |