-
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
Support for Node.js 12.0.0 #1410
Comments
I'm trying to build it normally, but i get this error:
unsure if is a missing library or there is an incompatibility. |
oh i see, i need latest master. |
Any chance to get a new release with node12 support? |
Sorry, been away traveling, getting a release ready now! |
thankyouuuu
…On Wed, 1 May 2019, 12:53 Linus Unnebäck, ***@***.***> wrote:
Sorry, been away traveling, getting a release ready now!
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#1410 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAJDQQCAXTLLTGOLNCGRCW3PTFZEJANCNFSM4HIB5APQ>
.
|
2.5.0 have been released under the |
just a note that since i upgraded to node12 and canvas 2.5.0 my visual tests in fabricjs started to fail, 27 failures. I did not have time to inspect the visuals yet, but something happened. |
@LinusU I uploaded the binaries yesterday, sorry for the wait. No Windows builds for node 12 yet since AppVeyor has to update their whole image and I can't get their suggested solution to work. |
No worries at all! I saw the release in that repo and bumped the tag earlier today Thanks for taking care of it ❤️ if you want me to help out with it, feel free to open an issue describing how to trigger a build (or maybe this is already documented somewhere?) and then maybe I can try doing the next one 🙌 |
regarding my comment node 12 and latest nodecanvas works good on my laptop, fail tests under travis. Whatever version of node i use, travis fails to make tests pass with nodecanvas 2.5.0 but not with the previous release. |
but locally on mac works. I cannot pull out artifacts from travis or i would try to see. do you know how to do? |
@asturur you can run a debug build on Travis (allows SSH into the VM and thus rsync/whatever you want) per https://docs.travis-ci.com/user/running-build-in-debug-mode/. |
Ah, the wiki of course 😁 I only looked in the repo, thanks! |
Issue or Feature
I wanted to install canvas on version 12 of Node.js
Steps to Reproduce
yarn add canvas
Error: The module '/opt/printer/node_modules/canvas/build/Release/canvas.node' NODE_MODULE_VERSION 67. This version of Node.js requires NODE_MODULE_VERSION 72. Please try re-compiling or re-installing
Your Environment
npm list canvas
oryarn list canvas
):2.4.1
Node.js 12.0.0 on Debian GNU/Linux buster/sid x86_64
The text was updated successfully, but these errors were encountered: