Skip to content

Installation

Mikael Carlsson edited this page May 15, 2019 · 3 revisions

To install lociDB for NodeJS you use NodeJS Package Manager (NPM) in your terminal.

npm install locidb

If you want to save it to your package.json file as a dependency for your application use the following command instead.

npm install locidb --save

Clone this wiki locally