addaleax / lzma-native

Node.js interface to the native liblzma compression library (.xz file format, among others)
MIT License
105 stars 37 forks source link

Update node-pre-gyp to 0.11.0 #68

Closed webcarrot closed 6 years ago

webcarrot commented 6 years ago

fix #67

Build successful on Linux with node versions: 6.14.4, 8.12.0, 10.12.0 and 11.0.0.

Build forced by setting invalid binary.host in package.json ( + rm -Rf ~ /.node-gyp ).

npm i phantomjs-prebuilt https://github.com/webcarrot/lzma-native.git#patch-1 also work.

addaleax commented 6 years ago

Thanks for the PR!