Kaizen Today I Learned by Ville Säävuori

Posts tagged error

Resolving 'fatal error: 'vips/vips8' file not found' on macOS

I was having problems installing dependencies to a not too old frontend project using yarn. The installation failed with a long traceback which included the following: gyp info spawn args [ 'BUILDTYPE=Release', '-C', 'build' ] CC(target) Release/obj.target/nothing/../node-addon-api/nothing.o LIBTOOL-STATIC Release/nothing.a warning: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool: archive library: Release/nothing.a the table of contents is empty (no object file members in the library define global symbols) TOUCH Release/obj.

· Read the full article →