You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On macOS 11.0.1, my project uses sharp 0.26.3 and favicons 6.2.0 (which uses sharp 0.25.2). When I try to build the site, I get an error...
dyld: lazy symbol binding failed: Symbol not found: _g_once_impl
Referenced from: /Users/nates/dev/shy/node_modules/sharp/build/Release/sharp.node
Expected in: /Users/nates/dev/shy/node_modules/favicons/node_modules/sharp/build/Release/../../vendor/lib/libvips.42.dylib
dyld: Symbol not found: _g_once_impl
Referenced from: /Users/nates/dev/shy/node_modules/sharp/build/Release/sharp.node
Expected in: /Users/nates/dev/shy/node_modules/favicons/node_modules/sharp/build/Release/../../vendor/lib/libvips.42.dylib
Seems the latest version of sharp expects the libvips.42.dylib with symbols and the one provided by the older version of sharp used by favicons doesn't have it.
Should this be logged here or at the repo for sharp?
The text was updated successfully, but these errors were encountered:
On macOS 11.0.1, my project uses sharp 0.26.3 and favicons 6.2.0 (which uses sharp 0.25.2). When I try to build the site, I get an error...
If I go to the directory for favicons and do a...
then do another build, the problem goes away.
Seems the latest version of sharp expects the libvips.42.dylib with symbols and the one provided by the older version of sharp used by favicons doesn't have it.
Should this be logged here or at the repo for sharp?
The text was updated successfully, but these errors were encountered: