We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
npm install @ngageoint/geopackage fails when using a version of Node.js >= 14.0.0 (e.g. any version from the past 11 months).
npm install @ngageoint/geopackage
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"
"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 🤞
The text was updated successfully, but these errors were encountered:
Maybe it could also be tested if canvas 2.8.0 is working.
Sorry, something went wrong.
is there any advance on it?
No branches or pull requests
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 🤞
The text was updated successfully, but these errors were encountered: