-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Enhancement: add support for Node 12 #1668
Comments
Yes, I see the same thing here. The first compilation failure is:
It looks like the underlying version of V8 in Node 12 finally removed the deprecated Commit aa9b328 removes use of the deprecated API. This will be in v0.22.1. |
Thanks for your work, when will |
@DIYgod docker-library/official-images#5789 will allow Node 12 CI and therefore prebuilt binaries, which is worth waiting for. |
Looks like Node 12 just got added as tags on the docker image. Strangely, there's no |
CI for Linux and OS X now passing with Node 12 - https://travis-ci.org/lovell/sharp/builds/524351959 CI for Windows is dependent on appveyor/ci#2921 |
@lovell You don't have to wait for an AppVeyor update with |
Waiting for electron/node-abi#62 so we can build for ABI 72 (Node 12). |
v0.22.1 now available with support for Node 12. |
Updating to sharp 0.22.1 fixed this for me w/ Windows + Node 12, thanks! |
The text was updated successfully, but these errors were encountered: