Hallo zusammen,
bei mir auch der Fehler, ich kann aber auch keine ältere Version installieren.
Ich habe ganz normal den Pi neu aufgesetzt, dann Backup drauf und restore.
Dann versucht folgende Kommandos:
pi@raspberrypi:~ $ cd /opt/iobroker
pi@raspberrypi:/opt/iobroker $ sudo -H -u iobroker npm install iobroker.vis --lo glevel error --prefix "/opt/iobroker"
> iobroker.vis@1.4.15 install /opt/iobroker/node_modules/iobroker.vis
> node main.js --install
npm ERR! code ELIFECYCLE
npm ERR! errno 6
npm ERR! iobroker.vis@1.4.15 install: `node main.js --install`
npm ERR! Exit status 6
npm ERR!
npm ERR! Failed at the iobroker.vis@1.4.15 install script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm ERR! A complete log of this run can be found in:
npm ERR! /home/iobroker/.npm/_logs/2022-06-09T19_37_28_031Z-debug.log
pi@raspberrypi:/opt/iobroker $ npm install iobroker.vis@1.4.8
> iobroker.vis@1.4.8 install /opt/iobroker/node_modules/iobroker.vis
> node main.js --install
npm WARN crc@4.1.1 requires a peer of buffer@>=6.0.3 but none is installed. You must install peer dependencies yourself.
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@2.3.2 (node_modules/fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.3.2: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"arm"})
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: osx-temperature-sensor@1.0.7 (node_modules/osx-temperature-sensor):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for osx-temperature-sensor@1.0.7: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"arm"})
npm ERR! code ELIFECYCLE
npm ERR! errno 6
npm ERR! iobroker.vis@1.4.8 install: `node main.js --install`
npm ERR! Exit status 6
npm ERR!
npm ERR! Failed at the iobroker.vis@1.4.8 install script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm ERR! A complete log of this run can be found in:
npm ERR! /home/iobroker/.npm/_logs/2022-06-09T19_40_47_142Z-debug.log
pi@raspberrypi:/opt/iobroker $
EDIT: Irgendwie habe ich es hinbekommen.