-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Comments
'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 node-pre-gyp WARN Pre-built binaries not found for [email protected] and [email protected] (node-v72 ABI, musl) (falling back to source compile with node-gyp) unable to get this after yesterday's update |
Same issue with me menthined by @vishu3011 |
same issue, how to fix it?? |
Temporary modification "dependencies": { |
The issue can be solved by upgrading the node version to 14.16.1 |
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. |
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? |
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. |
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/.) |
I notice this 404 error starting today and it seems there was a release done yesterday?
The text was updated successfully, but these errors were encountered: