perliedman / ocad2geojson

JavaScript OCAD file reader and exporter for GeoJSON, SVG and Mapbox Style Spec
https://www.liedman.net/ocad2geojson/
GNU Affero General Public License v3.0
39 stars 4 forks source link

Install arr-flatten as dependency (used by ocad-to-geojson and ocad-to-svg) #18

Closed irnc closed 4 years ago

irnc commented 4 years ago

Without this dependency package works only in development environment, because another devDependencies install it.

Running NODE_ENV=production npm install && node cli.js without this dependency fails with error.

perliedman commented 4 years ago

:+1: Thanks, sort of knew this but had forgotten!