As pointed out in #16, #18, and #19, lzma-native is failing to build. This is due to an outdated version being required by decompress-tarxz and is being addressed with kevva/decompress-tarxz#11. However, as of this time, that PR has a failing build and hasn't been properly addressed by the OP or the module maintainer.
In order to fix this issue until decompress-tarxz is updated, this module needs to maintain its own fork with the lzma-native dependency pinned to ^4.0.0.
As pointed out in #16, #18, and #19,
lzma-native
is failing to build. This is due to an outdated version being required bydecompress-tarxz
and is being addressed with kevva/decompress-tarxz#11. However, as of this time, that PR has a failing build and hasn't been properly addressed by the OP or the module maintainer.In order to fix this issue until
decompress-tarxz
is updated, this module needs to maintain its own fork with thelzma-native
dependency pinned to^4.0.0
.