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

Auttomatic canvas 404 error #1804

Closed
newbster1 opened this issue May 17, 2021 · 10 comments
Closed

Auttomatic canvas 404 error #1804

newbster1 opened this issue May 17, 2021 · 10 comments

Comments

@newbster1
Copy link

Screen Shot 2021-05-17 at 11 51 12 AM

I notice this 404 error starting today and it seems there was a release done yesterday?

@lgc
Copy link

lgc commented May 18, 2021

image

same error

@vishu3011
Copy link

vishu3011 commented May 18, 2021

'node-pre-gyp WARN Tried to download(404): https://github.com/Automattic/node-canvas/releases/download/v2.7.0/canvas-v2.7.0-node-v72-linux-musl-x64.tar.gz \n'

getting this error
"canvas": "2.7.0",
node version: 12.19.1

node-pre-gyp WARN Pre-built binaries not found for canvas@2.7.0 and node@12.19.1 (node-v72 ABI, musl) (falling back to source compile with node-gyp)

unable to get this after yesterday's update

@pnutmath
Copy link

Same issue with me menthined by @vishu3011

@chen2009277025
Copy link

same issue, how to fix it??

@lgc
Copy link

lgc commented May 18, 2021

same issue, how to fix it??

Temporary modification

"dependencies": {
"canvas": "2.7.0"
}

@vishu3011
Copy link

The issue can be solved by upgrading the node version to 14.16.1

@Kertic
Copy link

Kertic commented May 18, 2021

Also having the same issue. Working around it with changing the dependency as "^2.7.0" and forcing it to "2.7.0" is getting further. As per @lgc 's suggestion.

@PrasathHari
Copy link

Getting the same issue. Forcing npm to install "2.7.0" instead of "^2.7.0" worked for me as per @lgc 's suggestion. Is upgrading node to 14.16.1 necessary or is it a bug from the plugin which will be fixed?

@zbjornson
Copy link
Collaborator

Node.js v10 is end of life, so I didn't make prebuilds for it.

@vishu3011 your issue is different, see the section in #1511 about musl.

@zbjornson
Copy link
Collaborator

I just made prebuilds for older versions of Node. (Note however that odd-numbered releases and <12 are not supported by Node.js anymore, https://nodejs.org/en/about/releases/.)

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

No branches or pull requests

8 participants