node-osmosis
node-osmosis copied to clipboard
failed by node-gyp libxmljs build on Mac OS
Mac OS High Sierra NodeJS 10.0.0 x64
node- gyp build fail for libxmljs
this library is unusable in Mac if not patched
The same problem in ArchLinux. The following command helps:
npm install kbiedrzycki/libxmljs#update-to-node-10
Can you please check npm version? 5.6.0 and 5.8.0 had some bugs where decent amount of packages failed to build/install. 6.0.0 fixed them for most people, but some edge cases were left, 6.1.0 should have patched that.
You could also try using yarn instead of npm
The same problem in Windows. Node v8.11.2
Facing the same issue on Mac OS X. Node v9.5.0
Had the same problem on Mac OS X When switched to Node v10.14.0 it worked. @OmarKan @A-Zaharenko