-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Attempting to install from non-source causes a build error due to 404. #1108
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
Comments
Uh oh, it's been a long time now but when I created the PR I thought it was falling back to build, not sure why it isn't doing that...
Definitely agree with you there. I was even thinking about just writing a quick script to do it. I think |
Is there an easy workaround until this is fixed? |
You could install a prior release, like |
@zbjornson I tried that and was wondering why it wasn't working, turns out I missed the |
Ugh, maybe we could make some pull requests to them to use a smaller module, the request module is known for being very bloated... |
Looking at the source for |
Issue or Feature
Attempting to install from non-source causes a build error.
node-pre-gyp ERR! stack Error: 404 status code downloading tarball https://github.com/node-gfx/node-canvas-prebuilt/releases/download/v2.0.0-alpha.10/canvas-prebuilt-v2.0.0-alpha.10-node-v59-linux-x64.tar.gz
. This is likely due to the fact that the latest release on the prebuilt repo is for alpha.5. While I don't even like the idea of having the pre-build script (it brings in so many dependencies, including all of the request module), this would be a good thing to fix.Steps to Reproduce
Your Environment
The text was updated successfully, but these errors were encountered: