@thomas-braun
Ich bekomme auch diese Fehlermeldung
$ iobroker add shelly --host raspberrypi
NPM version: 6.14.16
Installing iobroker.shelly@6.0.0... (System call)
host.raspberrypi Cannot install iobroker.shelly@6.0.0: 1
ERROR: Process exited with code 25
Nodejs habe ich aktualisiert
pi@raspberrypi:~ $ nodejs -v
v12.22.12
pi@raspberrypi:~ $ node -v
v12.22.12
pi@raspberrypi:~ $ npm -v
6.14.16
Den Befehl habe ich auch getestet:
pi@raspberrypi:~ $ for i in $(find /opt/iobroker/node_modules -type d -iname ".*-????????" ! -iname ".local-chromium"); do rm -rf ${i%%/}; done
Alles aktuell leider ohne Erfolg.