Skip to content

Instantly share code, notes, and snippets.

@d3netxer
Last active December 21, 2017 21:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save d3netxer/322ec6addf27b289a843c5e50caf10b8 to your computer and use it in GitHub Desktop.
Save d3netxer/322ec6addf27b289a843c5e50caf10b8 to your computer and use it in GitHub Desktop.

Try Out These Instructions

nvm install --lts 6.9.5

other nvm tips:

see all versions:

nvm ls

Set 6.9.5 (or another version) as default

nvm alias default 6.9.5
  • kosmtik installed successfully with node version LTS 6.9.5 and npm version 5.6.0. so update npm:
nvm install-latest-npm
  • unsure but may need to install mapbox carto first (npm install -g @mapbox/carto)

  • install kosmtik

going inside the kosmtik directory andd then do this command:

npm -g install kosmtik

Now install kosmtik-mbtiles-export plug-in (https://github.com/kosmtik/kosmtik-mbtiles-export) within the kosmtik repo:

sudo node index.js plugins --install kosmtik-mbtiles-export
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment