MMM-NetworkConnection icon indicating copy to clipboard operation
MMM-NetworkConnection copied to clipboard

node-pre-gyp error, broken dependent library speedtest-net

Open RoninActual opened this issue 3 years ago • 0 comments

Install of speedtest-net is failing due to a broken dependency. This module will not work properly without it. I am actively seeking a workaround if anyone has any ideas. Contributors on speedtest-net are unresponsive to a stale open issue about this topic.

Error output:

pi@raspberrypi:~` $ npm install --save speedtest-net

npm WARN deprecated [email protected]: Please upgrade to @mapbox/node-pre-gyp: the non-scoped node-pre-gyp package is deprecated and only the @mapbox scoped package will recieve updates in the future

> [email protected] install /home/pi/node_modules/lzma-native
> node-pre-gyp install --fallback-to-build && rimraf build

node-pre-gyp WARN Using needle for node-pre-gyp https download 
node-pre-gyp WARN Pre-built binaries not installable for [email protected] and [email protected] (node-v83 ABI, glibc) (falling back to source compile with node-gyp) 
node-pre-gyp WARN Hit error socket hang up

RoninActual avatar Nov 15 '21 21:11 RoninActual