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
Node v8.9.0 with fresh sharp install on Mac Sierra related to libvips install issue:
module.js:664
return process.dlopen(module, path._makeLong(filename));
^
Error: dlopen(/Users/user/Projects/project/template/node_modules/sharp/build/Release/sharp.node, 1): Library not loaded: @rpath/libvips-cpp.42.dylib
Referenced from: /Users/user/Projects/project/template/node_modules/sharp/build/Release/sharp.node
Reason: image not found
at Object.Module._extensions..node (module.js:664:18)
at Module.load (module.js:554:32)
at tryModuleLoad (module.js:497:12)
at Function.Module._load (module.js:489:3)
at Module.require (module.js:579:17)
at require (internal/module.js:11:18)
at Object.<anonymous> (/Users/user/Projects/project/template/node_modules/sharp/lib/constructor.js:9:15)
at Module._compile (module.js:635:30)
at Object.Module._extensions..js (module.js:646:10)
at Module.load (module.js:554:32)
at tryModuleLoad (module.js:497:12)
at Function.Module._load (module.js:489:3)
at Module.require (module.js:579:17)
at require (internal/module.js:11:18)
at Object.<anonymous> (/Users/user/Projects/project/template/node_modules/sharp/lib/index.js:3:15)
at Module._compile (module.js:635:30)
at Object.Module._extensions..js (module.js:646:10)
at Module.load (module.js:554:32)
at tryModuleLoad (module.js:497:12)
at Function.Module._load (module.js:489:3)
at Module.require (module.js:579:17)
at require (internal/module.js:11:18)
The text was updated successfully, but these errors were encountered:
This error randomly occurred after adding an unrelated package with yarn just a moment ago. I was already at "^0.20.0" but running yarn upgrade sharp resolved the issue anyway!
Repository owner
locked and limited conversation to collaborators
Mar 22, 2018
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Related to #939 and #1031
Node v8.9.0 with fresh
sharp
install on Mac Sierra related to libvips install issue:The text was updated successfully, but these errors were encountered: