NEWS
UNSOLVED HABPanel Installation klappt nicht
-
Hallo,
mein erster Post, ich hoffe ich beschreibe es richtig... Die Installation des HABPanels auf dem Raspberry PI3 mit Betriebssystem RaspIOS lite klappt einfach nicht. Die Fehlermeldung wird angezeigt:$ ./iobroker add habpanel --host raspberrypi NPM version: 6.14.10 npm install iobroker.habpanel@0.4.3 --loglevel error --prefix "/opt/iobroker" (System call) npm ERR! code ENOTSUP npm ERR! notsup Unsupported engine for got@5.7.1: wanted: {"node":">=0.10.0 <7"} (current: {"node":"10.23.1","npm":"6.14.10"}) npm ERR! notsup Not compatible with your version of node/npm: got@5.7.1 npm ERR! notsup Not compatible with your version of node/npm: got@5.7.1 npm ERR! notsup Required: {"node":">=0.10.0 <7"} npm ERR! notsup Actual: {"npm":"6.14.10","node":"10.23.1"} npm ERR! A complete log of this run can be found in:npm ERR! /home/iobroker/.npm/_logs/2021-01-17T14_10_44_513Z-debug.log ERROR: host.raspberrypi Cannot install iobroker.habpanel@0.4.3: 1 ERROR: process exited with code 25
Danke für eure Hilfe.
Gruß
Thomas -
cd /opt/iobroker npm cache clear --force
Und mal schauen was die node-Installation so sagt:
which nodejs && nodejs -v && which node && node -v && which npm && npm -v && apt policy nodejs
-
@thomas-braun said in HABPanel Installation klappt nicht:
which nodejs && nodejs -v && which node && node -v && which npm && npm -v && apt policy nodejs
Das hat leider nicht geklappt. Ist immer noch der gleiche Fehler.
Die node-Installation sagt:
/usr/bin/nodejs v10.23.1 /usr/bin/node v10.23.1 /usr/bin/npm 6.14.10 nodejs: Installed: 10.23.1-1nodesource1 Candidate: 10.23.1-1nodesource1 Version table: *** 10.23.1-1nodesource1 500 500 https://deb.nodesource.com/node_10.x buster/main armhf Packages 100 /var/lib/dpkg/status 10.23.1~dfsg-1~deb10u1 500 500 http://raspbian.raspberrypi.org/raspbian buster/main armhf Packages
-
Node könntest du nebenher auf node12 aktualisieren.
Zum Fehler:
https://github.com/iobroker-community-adapters/ioBroker.habpanel/issues/81 -
Okay, Habe auf node12 umgestellt:
/usr/bin/nodejs v12.20.1 /usr/bin/node v12.20.1 /usr/bin/npm 6.14.10 nodejs: Installed: 12.20.1-1nodesource1 Candidate: 12.20.1-1nodesource1 Version table: *** 12.20.1-1nodesource1 500 500 https://deb.nodesource.com/node_12.x buster/main armhf Packages 100 /var/lib/dpkg/status 10.23.1~dfsg-1~deb10u1 500 500 http://raspbian.raspberrypi.org/raspbian buster/main armhf Packages
Danach
cd /opt/iobroker npm cache clear --force
und
which nodejs && nodejs -v && which node && node -v && which npm && npm -v && apt policy nodejs
Aber leider klappt es immer noch nicht. Gleicher Fehler bei der Installation.
$ ./iobroker add habpanel --host raspberrypi NPM version: 6.14.10 npm install iobroker.habpanel@0.4.3 --loglevel error --prefix "/opt/iobroker" (System call) npm ERR! code ENOTSUP npm ERR! notsup Unsupported engine for got@5.7.1: wanted: {"node":">=0.10.0 <7"} (current: {"node":"12.20.1","npm":"6.14.10"}) npm ERR! notsup Not compatible with your version of node/npm: got@5.7.1 npm ERR! notsup Not compatible with your version of node/npm: got@5.7.1npm ERR! notsup Required: {"node":">=0.10.0 <7"}npm ERR! notsup Actual: {"npm":"6.14.10","node":"12.20.1"} npm ERR! A complete log of this run can be found in:npm ERR! /home/iobroker/.npm/_logs/2021-01-17T19_16_10_445Z-debug.log ERROR: host.raspberrypi Cannot install iobroker.habpanel@0.4.3: 1 ERROR: process exited with code 25
-
@thomas75-0 Ja, hast du den Issue auf GitHub gesehen? Da muss der Maintainer wohl ran.
-
@thomas-braun
Okay, hab ich gesehen. Scheint das gleiche zu sein. Dann abwarten? -
@thomas75-0 Ja, da sind vermutlich die dependencies falsch.
-
@thomas-braun
Danke! -
@thomas75-0
Moin,
wollte eben auch mal HabPanel ausprobieren - Installation funktioniert nicht.Gibts einen Trick ??
IOB: v5.1.28
PLATTFORM: LINUX
RAM: 7.3 GB
NODE.JS: V12.22.7
NPM: 6.14.15 -
@friedhofsblond sagte in HABPanel Installation klappt nicht:
Installation funktioniert nicht.
Konkret? Meldungen im LogFile?
Grundsätzlich geht es nämlich:echad@chet:~ $ iobroker add habpanel NPM version: 6.14.15 npm install iobroker.habpanel@0.4.3 --loglevel error --prefix "/opt/iobroker" (System call) host.chet install adapter habpanel upload [0] habpanel.admin /opt/iobroker/node_modules/iobroker.habpanel/admin/habpanel.png habpanel.png image/png (...upload gekürzt...) upload [0] habpanel /opt/iobroker/node_modules/iobroker.habpanel/www/app/app.js app/app.js application/javascript host.chet object system.adapter.habpanel created/updated host.chet create instance habpanel host.chet object system.adapter.habpanel.upload created host.chet object system.adapter.habpanel.0 created
-
@thomas-braun
hm, sorry bin erst ein paar Tage bei ioBroker.
Muß ich den Adapter irgendwie anders installieren?
Protokoll steht auf debug - zeigt überhaupt nix an beim Installversuch -
iobroker.web nicht installiert?
iobroker list instances | grep web
Am besten nimmst du die Konsole für die Administrierung des iobrokers her. Geht am einfachsten.
-
@thomas-braun
Ja sorry Anfängerfehler - aus dem Web funktionierte es jetzt - DankeWelche Icons sollte man hier verwenden SVG oder PNG ?