0.13.1 does not install
Installing [email protected]... (System call) ERROR: host.iobroker Cannot install [email protected]: 127 ERROR: process exited with code 25
@Apollon77 Wissen wir was der Fehler bedeutet?
@daniel-lo please run with --debug to see full eeror ... and check out https://forum.iobroker.net/topic/57337/fehler-25-oder-217-bei-adapter-install-update-mit-npm8
I tried some Fehler-25 stuff I remembered from a while ago .. hope I didn't mess anything up .. this is what I see in the installer now:
$ iobroker upgrade [email protected] --debug
Update ble from @0.13.0 to @0.13.1
NPM version: 8.19.3
Installing [email protected]... (System call)
npm ERR! code 127
npm ERR! path /opt/iobroker/node_modules/@abandonware/bluetooth-hci-socket
npm ERR! command failed
npm ERR! command sh -c -- node-pre-gyp install --fallback-to-build --update-binary
npm ERR! sh: 1: node-pre-gyp: not found
npm ERR! A complete log of this run can be found in:npm ERR! /home/iobroker/.npm/_logs/2022-12-20T12_14_26_560Z-debug-0.log
host.iobroker Cannot install [email protected]: 127
ERROR: Process exited with code 25
"iob fix" versucht?
ja
Keine Ahnung warum bei dier node-pre-gyp nicht da ist
Hab's hinbekommen https://github.com/mapbox/node-pre-gyp#install
danke!