NEWS
Probleme beim upgraden von Adaptern
-
Systemdata Bitte Ausfüllen
Hardwaresystem: Synology
Arbeitsspeicher: 10GB
Festplattenart: HDD
Betriebssystem: Synology
Node-Version: 10.x.x
Nodejs-Version: 12.19.1
NPM-Version: 6.14.8
Installationsart: Docker Image
Image genutzt: Ja
Ort/Name der Imagedatei: buanetHallo Leute,
Hab aktuell ein Problem mit dem upgraden meiner Adapter.
Bekomme dies Fehlermeldung wenn ich z.B. den discovery Adapter upgraden möchte.
Kommt aber auch bei allen anderen Adaptern.root@iobroker2:/opt/iobroker# ./iobroker upgrade discovery Update discovery from @2.4.1 to @2.5.0 NPM version: 6.14.8 npm install iobroker.discovery@2.5.0 --loglevel error --prefix "/opt/iobroker" (System call) npm ERR! code ENOTSUP npm ERR! notsup Unsupported engine for ring-client-api@9.14.2: wanted: {"node":"^10 || ^12.20 || ^14","homebridge":">=1.0.0"} (current: {"node":"12.19.1","np m":"6.14.8"}) npm ERR! notsup Not compatible with your version of node/npm: ring-client-api@9.14.2 npm ERR! notsup Not compatible with your version of node/npm: ring-client-api@9.14.2 npm ERR! notsup Required: {"node":"^10 || ^12.20 || ^14","homebridge":">=1.0.0"} npm ERR! notsup Actual: {"npm":"6.14.8","node":"12.19.1"} npm ERR! A complete log of this run can be found in: npm ERR! /opt/iobroker/.npm/_logs/2021-02-04T13_02_49_063Z-debug.log upload [6] discovery.admin /opt/iobroker/node_modules/iobroker.discovery/admin/words.js words.js application/javascript upload [5] discovery.admin /opt/iobroker/node_modules/iobroker.discovery/admin/translateTools.js translateTools.js application/javascript upload [4] discovery.admin /opt/iobroker/node_modules/iobroker.discovery/admin/settings_m.html settings_m.html text/html upload [3] discovery.admin /opt/iobroker/node_modules/iobroker.discovery/admin/settings.html settings.html text/html upload [2] discovery.admin /opt/iobroker/node_modules/iobroker.discovery/admin/index_m.html index_m.html text/html upload [1] discovery.admin /opt/iobroker/node_modules/iobroker.discovery/admin/index.html index.html text/html upload [0] discovery.admin /opt/iobroker/node_modules/iobroker.discovery/admin/discovery.png discovery.png image/png Adapter "discovery" updated
Voller Log hier:
2021-02-04T13_02_49_063Z-debug.log.crdownload
Ich hab auch den Ring Adapter installiert und lt. der Fehlermeldung hat dies was anscheinend damit zu tun.
Hat bisher aber ohne Probleme funktioniert.
Hab auch versucht den Ring Adapter zu deinstallieren jedoch ohne Erfolg und mit der gleichen Fehlermeldung.Kann mir bitte jemand sagen was ich hier falsch gemacht habe bzw. wie ich das wieder fixen kann ?
Vielen lieben Dank schon mal im Voraus
lg
mandragora -
@mandragora sagte in Probleme beim upgraden von Adaptern:
Node-Version: 10.x.x
Nodejs-Version: 12.19.1Ausgabe von
which nodejs && nodejs -v && which node && node -v && which npm && npm -v && apt policy nodejs
-
wanted: {"node":"^10 || ^12.20 || ^14","homebridge":">=1.0.0"} (current: {"node":"12.19.1"
Du musst also node eine node-Version größer 12.20.x installieren.
Du hast offenbar jetzt 12.19.1 -
Hi...
Vielen Dank
Hab meinen Container auf latest hochgezogen und das Problem ist aus der Welt.
Warum das plötzlich aufgetaucht ist weiß ich nicht.
aber funktioniert wieder und das ist das wichtigste.Danke euch für die rasche Unterstützung.
LG
mandragora