NEWS
Fehler beim Ring Adapter update
-
Hallo Zusammen,
wollte auf den Ring Adapter 1.2.1 updaten, klappt aber nicht. Auf auf die vorherigen Beta Versionen klappte es nicht.
Ich bekomme immer folgende Fehlermeldung$ ./iobroker upgrade ring Update ring from @1.1.5-beta to @1.2.1 NPM version: 6.14.4 npm install iobroker.ring@1.2.1 --loglevel error --prefix "/opt/iobroker" (System call) npm ERR! code ENOTSUPnpm ERR! notsup Unsupported engine for ring-client-api@9.17.0: wanted: {"node":"^10 || ^12.20 || ^14","homebridge":">=1.0.0"} (current: {"node":"12.16.2","npm":"6.14.4"})npm ERR! notsup Not compatible with your version of node/npm: ring-client-api@9.17.0npm ERR! notsup Not compatible with your version of node/npm: ring-client-api@9.17.0npm ERR! notsup Required: {"node":"^10 || ^12.20 || ^14","homebridge":">=1.0.0"}npm ERR! notsup Actual: {"npm":"6.14.4","node":"12.16.2"} npm ERR! A complete log of this run can be found in:npm ERR! /home/iobroker/.npm/_logs/2021-04-18T19_49_35_630Z-debug.log upload [2] ring.admin /opt/iobroker/node_modules/iobroker.ring/admin/words.js words.js application/javascript upload [1] ring.admin /opt/iobroker/node_modules/iobroker.ring/admin/ring.png ring.png image/png upload [0] ring.admin /opt/iobroker/node_modules/iobroker.ring/admin/index_m.html index_m.html text/html Adapter "ring" updated process exited with code 0
Er schreibt zwar, dass der Adapter geupdatet wurde, ist so aber nicht
Jemand ne Idee was ich anpassen muss ?
Das Ganze läuft bei mir auf einen Proxmox .
iobroker-lxc Platform linux Betriebssystem linux Architektur x64 CPUs 2 Geschwindigkeit 3263 MHz Modell Intel(R) Core(TM) i5-4570S CPU @ 2.90GHz RAM 4 GB System Betriebszeit 62 T. 13:59:31 Node.js v12.16.2 (Es gibt eine neuere Version: v12.22.1) NPM 6.14.4 Festplatte Größe 29.4 GB Festplatte frei 14.69 GB Anzahl der Adapter 411 Betriebszeit 11 T. 00:19:52 Aktive Instanzen 37 Hostname iobroker-lxc
Gruß Michael
-
NodeJS senkrecht im System?
which nodejs && nodejs -v && which node && node -v && which npm && npm -v && apt policy nodejs
Dein 12.16 scheint zu alt zu sein, denn:
wanted: {"node":"^10 || ^12.20 || ^14"
Installier die aktuelle Version von node12 oder node14. Siehe meine Signatur.