-
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
UPGRADE TO Node-108 #2132
Comments
@makarasty as the error message suggests, could you try and run |
I tried to manually install but could not find version 108
|
We currently don't provide pre-builds for that version of Node.js, so you'll have to build the package from source in the meantime. As per the instructions here https://github.com/Automattic/node-canvas#compiling, I think that all you need to to is to install the right dependencies, then you can try rebuilding again. |
Since my application is hosted on a host I can't solve this problem this way |
Could you compile on your machine, before uploading to your host? E.g. in Docker to match the remote host os/configuration? Otherwise I would recommend using the LTS version of Node.js, which we should provide prebuilds for. That is currently version |
I can't use a node version lower than 108 because I have many other dependencies that I can't use without |
Currently there isn't any newer builds available, beta or not. But if you want to work on this we would be happy to accept a pull request to this repo: https://github.com/node-gfx/node-canvas-prebuilt I'm personally not up to speed with how it works, but I believe that everything needed to build different versions is in that repo. |
can you do it for me, as I am a simple man and do not understand these clever actions |
I don't have time for this right now, but it's certainly something we'll get to in time. Especially when Node.js 18 becomes the new LTS release... |
Just found another issue that already tracks Node.js 18 support: #2025 Closing this as a duplicate... |
Duplicate of #2025 |
UPGRADE TO Node-108
The text was updated successfully, but these errors were encountered: