ngageoint / geopackage-js

GeoPackage JavaScript Library
http://ngageoint.github.io/geopackage-js/
MIT License
304 stars 78 forks source link

Incompatible with Node.js >= 14.0.0 #172

Open simoneaton opened 3 years ago

simoneaton commented 3 years ago

npm install @ngageoint/geopackage fails when using a version of Node.js >= 14.0.0 (e.g. any version from the past 11 months).

There is a 404 error when the installation for the canvas dependency executes. This is because the target in the package.json is "canvas": "2.6.0"

The available binaries for canvas 2.6.0 only go up to node-v79, which is equivalent to Node.js 13.14.0 which was released in April last year.

Bumping canvas to 2.6.1 should resolve 🤞

boeckMt commented 3 years ago

Maybe it could also be tested if canvas 2.8.0 is working.

juancromero-cotesa commented 2 years ago

is there any advance on it?