Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incompatible with Node.js >= 14.0.0 #172

Open
simoneaton opened this issue Mar 14, 2021 · 2 comments
Open

Incompatible with Node.js >= 14.0.0 #172

simoneaton opened this issue Mar 14, 2021 · 2 comments

Comments

@simoneaton
Copy link

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
Copy link

boeckMt commented Aug 11, 2021

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

@juancromero-cotesa
Copy link
Contributor

is there any advance on it?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants