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

node v10 pre-built native binding #58

Closed jixunmoe closed 6 years ago

jixunmoe commented 6 years ago
Output:
node-pre-gyp info it worked if it ends with ok
node-pre-gyp info using node-pre-gyp@0.6.39
node-pre-gyp info using node@10.0.0 | linux | x64
node-pre-gyp info check checked for "/opt/project-glacier/node_modules/lzma-native/binding-v3.0.7-node-v64-linux-x64/lzma_native.node" (not found)
node-pre-gyp http GET https://node-pre-gyp.addaleax.net/lzma-native/lzma_native-v3.0.7-node-v64-linux-x64.tar.gz
node-pre-gyp http 404 https://node-pre-gyp.addaleax.net/lzma-native/lzma_native-v3.0.7-node-v64-linux-x64.tar.gz
node-pre-gyp ERR! Tried to download(404): https://node-pre-gyp.addaleax.net/lzma-native/lzma_native-v3.0.7-node-v64-linux-x64.tar.gz
node-pre-gyp ERR! Pre-built binaries not found for lzma-native@3.0.7 and node@10.0.0 (node-v64 ABI, musl) (falling back to source compile with node-gyp)
node-pre-gyp http 404 status code downloading tarball https://node-pre-gyp.addaleax.net/lzma-native/lzma_native-v3.0.7-node-v64-linux-x64.tar.gz
gyp info it worked if it ends with ok
addaleax commented 6 years ago

Published as lzma-native@3.0.8. Let me know if you run into any other trouble!