-
-
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
package 'vips' requires 'libhwy >= 1.0.5' but version of libhwy is 1.0.4 #3948
Comments
It looks like you're using an old version of sharp that did not provide prebuilt binaries for the ARM64 macOS platform so are instead relying on a globally-installed libvips.
This suggests libvips was not installed from the standard Homebrew core, as that does not provide a package of the name https://github.com/Homebrew/homebrew-core/blob/master/Formula/v/vips.rb https://github.com/Homebrew/homebrew-core/blob/master/Formula/h/highway.rb You'll probably need to do one of the following:
Please can you also head to where you cross-posted this at libvips/libvips#3816 and thank John for his time trying to help you. |
I've discovered it's even more baffling than that, the highway version installed is already 1.0.7 |
This comment was marked as off-topic.
This comment was marked as off-topic.
i've got additional proof it may be a macOS issue, see hidden comment for more info, as on a clean macOS Monterey VM on the same host mac, these issues do not appear and I'm able to build my projects using the latest updates to node, highway, brew and node_module dependencies for the given project along with electron and electron universal builder for apple. Other than that, I had a minor issue with the sharp module installed during building inside of the numjs node module, but that issue is mitigated with the fix shared here. |
this is my error log
i'm trying to build a react typescript appleication with node and electron, but it fails on the libvips sharp thing
The text was updated successfully, but these errors were encountered: