I'm trying to run a node project that uses libxmljs
, but it fails on installing it, with
npm "ld: symbol(s) not found for architecture x86_64"
I've tried different versions of npm
, but none of helped, all have the same problem it appears.
How can I fix this?