node-osmosis icon indicating copy to clipboard operation
node-osmosis copied to clipboard

failed by node-gyp libxmljs build on Mac OS

Open alanpurple opened this issue 6 years ago • 5 comments

Mac OS High Sierra NodeJS 10.0.0 x64

node- gyp build fail for libxmljs

this library is unusable in Mac if not patched

alanpurple avatar May 08 '18 01:05 alanpurple

The same problem in ArchLinux. The following command helps:

npm install kbiedrzycki/libxmljs#update-to-node-10

samogot avatar May 12 '18 19:05 samogot

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

BitFros7y avatar Jun 27 '18 03:06 BitFros7y

The same problem in Windows. Node v8.11.2

A-Zaharenko avatar Jul 04 '18 19:07 A-Zaharenko

Facing the same issue on Mac OS X. Node v9.5.0

OmarKan avatar Aug 09 '18 12:08 OmarKan

Had the same problem on Mac OS X When switched to Node v10.14.0 it worked. @OmarKan @A-Zaharenko

roytz avatar Jul 11 '19 15:07 roytz