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

npm install fails #85

Closed c43721 closed 4 years ago

c43721 commented 5 years ago

https://github.com/jdeurt/payload-rewrite trying to rehost this project, but npm keeps failing: Log file: 2019-11-04T01_53_30_009Z-debug.log

I've exhausted every search possible and I think it's because it's trying to download a version that's not on the website anymore.

i dont know specifically if it's lzma related. hopefully this is still read :|

addaleax commented 5 years ago

@c43721 Your debug log is missing the actual error output, so it’s not very useful. Can you share that from e.g. stderr?

c43721 commented 5 years ago

@addaleax I will get that sorted tomorrow.

c43721 commented 4 years ago

Ok, it's been a bit. Was doing some stuff.

Here's the error that keeps popping up: Capture

This link: https://node-pre-gyp.addaleax.net/lzma-native/lzma_native-v3.0.8-node-v72-win32-ia32.tar.gz

The link isn't valid, which is where im confused. But it can't be from lzma, because npm install windows-build-tools fails as well, and canvas fails too. I am on windows which is probably why it's failing tbh.

addaleax commented 4 years ago

The build situation here has improved a lot with lzma-native@6.0.0 which brings N-API support to this module. Let me know if you have further trouble, but for now I’m closing this issue.