NEWS
[gelöst] Jeelink funktioniert nach Update nicht mehr
-
@gregors sagte in Jeelink funktioniert nach Update nicht mehr:
Node.js. Trying to rebuild it... 3 attempt
Hat 3 x versucht , dann aufgegeben .
Da war mal was ...
-
Finde es auf die schnelle nicht mehr ...
Nur als gesamtes ..
cd /opt/iobroker iobroker stop npm rebuild sudo reboot
-
-
@glasfaser
Hat leider nichts gebracht.
Jeelink bleibt rot mit den gleichen Fehlern -
@gregors sagte in Jeelink funktioniert nach Update nicht mehr:
Hat leider nichts gebracht.
Auch nicht ...was im Link ist !?
-
@gregors sagte in Jeelink funktioniert nach Update nicht mehr:
Please execute "npm install --production" in adapter directory manually.
Und was ist hier mit , was in deinem Log steht !?
-
@glasfaser
was bedeutet das? -
Du sollst ins Verzeichniss jeelink ...
mußt du nachschauen ob es so richtig geschrieben wird ...cd /opt/iobroker/iobroker-data/files/jeelink
dann darin
npm install --production
EDIT :
oder im
cd /opt/iobroker/node_modules/iobroker.jeelink
dann darin
npm install --production
-
Habe ich gemacht, aber jetztr soll ich eine Verzeichnis umbenennen, dass ich nicht finde.
npm WARN config production Use `--omit=dev` instead. npm ERR! code ENOTEMPTY npm ERR! syscall rename npm ERR! path /opt/iobroker/node_modules/abab npm ERR! dest /opt/iobroker/node_modules/.abab-bvmibCm3 npm ERR! errno -39 npm ERR! ENOTEMPTY: directory not empty, rename '/opt/iobroker/node_modules/abab' -> '/opt/iobroker/node_modules/.abab-bvmibCm3' npm ERR! A complete log of this run can be found in: npm ERR! /home/iobroker/.npm/_logs/2022-08-15T17_43_56_474Z-debug-0.log
Es gibt bereits ein Verzeichnis .abab-bvmibCm3
-
@gregors sagte in Jeelink funktioniert nach Update nicht mehr:
rm -r /opt/iobroker/node_modules/.abab-bvmibCm3
-
pi@TinkerboardS:/opt/iobroker/iobroker-data/files/jeelink$ npm install --production npm WARN config production Use `--omit=dev` instead. npm ERR! code ENOTEMPTY npm ERR! syscall rename npm ERR! path /opt/iobroker/node_modules/abort-controller npm ERR! dest /opt/iobroker/node_modules/.abort-controller-x3pdLVqa npm ERR! errno -39 npm ERR! ENOTEMPTY: directory not empty, rename '/opt/iobroker/node_modules/abort-controller' -> '/opt/iobroker/node_modules/.abort-controller-x3pdLVqa' npm ERR! A complete log of this run can be found in: npm ERR! /home/iobroker/.npm/_logs/2022-08-15T18_46_11_223Z-debug-0.log pi@TinkerboardS:/opt/iobroker/iobroker-data/files/jeelink$ .abort-controller-x3pdLVqa
Das Verzeichnis ist bereits richtig umbenannt
-
@gregors sagte in Jeelink funktioniert nach Update nicht mehr:
Das Verzeichnis ist bereits richtig umbenannt
nicht umbenennen !
npm ERR! ENOTEMPTY: directory not empty, rename '/opt/iobroker/node_modules/abort-controller' -> '/opt/iobroker/node_modules/.abort-controller-x3pdLVqa'
Nächste löschen
rm -r /opt/iobroker/node_modules/.abort-controller-x3pdLVqa
-
@glasfaser
War der Meinung rename ...pi@TinkerboardS:~$ rm -r /opt/iobroker/node_modules/.abort-controller-x3pdLVqa rm: das Entfernen von '/opt/iobroker/node_modules/.abort-controller-x3pdLVqa' ist nicht möglich: Datei oder Verzeichnis nicht gefunden
-
@gregors sagte in Jeelink funktioniert nach Update nicht mehr:
/opt/iobroker/node_modules/
sind dort viele mit einem Punkt vorraus !?
-
Ja, 747 Verzeichnisse
-
Dann :
cd /opt/iobroker/node_modules for i in $(ls -d .[^.]*-*/); do rm -rf ${i%%/}; done
Zitat von Thomas
(Bitte Befehl KOPIEREN, nicht eintippen, ein Vertipper kann und wird da 'tödlich' sein). -
@glasfaser
jetzt gibt es nur noch .bin -
Ja ... den lassen !!!!!!
-
@glasfaser
Jetzt nochmal:
Du sollst ins Verzeichniss jeelink ...
mußt du nachschauen ob es so richtig geschrieben wird ...cd /opt/iobroker/iobroker-data/files/jeelink
dann darin
npm install --production
EDIT :
oder im
cd /opt/iobroker/node_modules/iobroker.jeelink
dann darin
npm install --production
-
Nimm erstmal den im EDIT