@thomas-braun
Danke!
NEWS
T
Latest posts made by Thomas75 0
-
RE: HABPanel Installation klappt nicht
@thomas-braun
Okay, hab ich gesehen. Scheint das gleiche zu sein. Dann abwarten? -
RE: HABPanel Installation klappt nicht
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
-
RE: HABPanel Installation klappt nicht
@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
-
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