-
-
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
sharp still requires brew for OS X / macOS Sierra #939
Comments
thanks a lot ! 👍 solved my problem |
Hello, whilst sharp will work with a manual installation of vips, this step is optional as sharp will download its own pre-built binaries of libvips+dependencies. I believe something else is wrong here and will investigate. |
Have commented in ladjs/lad#258 - I suspect this may be a yarn bug (or "performance feature") when upgrading packages. Part of the work for #186 will be to ensure the pre-built binaries are for the right platform/version. Perhaps the version-checking part of that could be worked on first to detect this kind of problem. |
#186 is now in progress and will provide the version-checking logic I mentioned in #939 (comment) so I'll close this - please subscribe to #186 for updates. |
This issue cropped up for me after updating to macOS Mojave. I had been using A variation of the first comment worked for me. brew install vips --with-webp --with-graphicsmagick
rm -rf node_modules && yarn; |
Neat, I just use my service Lipo.io entirely now, 100% uptime! Still have to figure out how to handle versioning and get a status page up or something + SLA. |
@niftylettuce It works! thank you! 👍 |
thank you, you save my day. |
No problem! I did make https://lipo.io as an alternative too, feel free to use it. |
UPDATE: See answer below BUT you can use
lipo
as an alternative tosharp
→ https://lipo.ioMyself and 3 others had the issue ladjs/lad#258
Library not loaded: @rpath/libvips-cpp.42.dylib
We are all on Mac OS X or macOS Sierra platforms.
To workaround this, we had to run:
Then
rm -rf node_modules/sharp
andyarn install
again to recompile.I think that the installation instructions need updated.
The text was updated successfully, but these errors were encountered: