ddsol / speedtest.net

node.js SpeedTest.net client module
MIT License
607 stars 126 forks source link

Update decompress-tarxz when they update their deps #120

Open scottw-kr opened 3 years ago

scottw-kr commented 3 years ago

Installing this yields an error with one of decompress-tarxz's dependencies. They have an open PR to fix it. When that's done, you'll need to bump your version to resolve the issue.

kitsunekyo commented 3 years ago

https://github.com/addaleax/lzma-native/issues/115

related

karthik6402 commented 3 years ago

As per the PR comments https://github.com/kevva/decompress-tarxz/pull/14 The changes to fix this is done but it is not merged into decompress-tarxz so a new fork is created as a new npm package https://www.npmjs.com/package/@felipecrs/decompress-tarxz @ddsol : are you planning on migrating to the new package or waiting for the decompress-tarxz to make the change ?