NEWS
Diskussion zum HowTo nodejs-Installation und upgrade
-
@ja-rod sagte in Diskussion zum HowTo nodejs-Installation und upgrade:
Bringt mir das Upgrade von 14 auf 16 Vorteile
Bringt dir den Vorteil, dass es die empfohlene Version ist und am besten unterstützt werden kann. Und außerdem ist jetzt ein Upgrade einfacher als in Monaten oder Jahren. Je länger mit sowas gewartet wird umso komplexer kann es werden.
Und 'Never change irgendwas' ist der allergrößte Bullshit. Wer erzählt immer sowas? Es gilt: 'Fix your stuff'
-
@thomas-braun sagte in Diskussion zum HowTo nodejs-Installation und upgrade:
Und 'Never change irgendwas' ist der allergrößte Bullshit. Wer erzählt immer sowas? Es gilt: 'Fix your stuff'
Bei Windows ist sowas durchaus zu empfehlen. Wenn ich sehe, was auf dem Geschäfts-Laptop, auf dem ich zwangsweise Windows nutzen muss, nach einem Update immer nicht mehr oder komplett anders funktioniert, könnte einem schon der Gedanke kommen…
Gruss, Jürgen
-
So habe upgedatet auf nodejs 16, ist eigentlich gut durchgelaufen, auch der iobroker ist gestartet...
Nur mein Zigbee-Adapter bleibt rot, anscheinend wurde der Serialport nicht richtig installiert, es kommen dann diverse Fehler wie z.B.
error Caught by controller[0]: '/opt/iobroker/node_modules/@serialport/bindings/addon-build/default/install-root/bindings.node',Habe jetzt etwas gesucht und einen ähnliches Problem gefunden bei einem Upgrade von nodejs, dort wurde empfohlen den serialport mit "npm install @serialport/bindings"
zu installieren.Bevor ich jetzt das Ding komplett zerschieße möchte ich euch nochmal fragen, ob ich das machen soll?
Gruß
Ja.rod -
-
iobroker.inst@2.0.3 /opt/iobroker ├─┬ iobroker.discovery@3.0.3 │ └── serialport@10.4.0 └─┬ iobroker.zigbee@1.7.5 └─┬ zigbee-herdsman@0.14.34 └── serialport@9.2.8
-
@ja-rod
Sollte eigentlich passen.
Wie schaut ein Neustart des zigbee-Adapters im LogFile aus? -
@thomas-braun
es kommt jetzt folgendes, habe ich vorher übersehen-
Rebuild for adapter system.adapter.zigbee.0 not successful in 3 tries. Adapter will not be restarted again. Please execute "npm install --production" in adapter directory manually.
-
instance system.adapter.zigbee.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
-
-
Dann mach lieber das.
-
@thomas-braun
Werde ich machen. Kennst du zufällig wo ich das Verzeichnis des Adapters finde, bin da nicht so firm und auf der Konsole mache ich in der Regel "Copy&Paste" -
cd /opt/iobroker/node_modules/iobroker.zigbee/
-
@thomas-braun
Hat zwar funktioniert, aber das Problem nciht gelöst. Hier das "Feedback":npm WARN config production Use `--omit=dev` instead. npm WARN old lockfile npm WARN old lockfile The npm-shrinkwrap.json file was created with an old version of npm, npm WARN old lockfile so supplemental metadata must be fetched from the registry. npm WARN old lockfile npm WARN old lockfile This is a one-time fix-up, please be patient... npm WARN old lockfile up to date, audited 80 packages in 54s 5 packages are looking for funding run `npm fund` for details 2 vulnerabilities (1 high, 1 critical) To address all issues, run: npm audit fix Run `npm audit` for details. npm notice npm notice New minor version of npm available! 8.11.0 -> 8.13.2 npm notice Changelog: https://github.com/npm/cli/releases/tag/v8.13.2 npm notice Run npm install -g npm@8.13.2 to update! npm notice
Einen weiteren Rat?
-
Wie alt ist denn deine Installation?
Soweit ich weiß wird npm-shrinkwrap.json schon ewig nicht mehr benutzt.Und bitte immer komplette Ein- und Ausgabezeile posten.
-
@thomas-braun
Meine Installation ist schon älter, habe immer nur den Zigbee-Adapter upgedatet und einmal dir Firmware vom Zigbeestick.Meinst du das mit kompletter Ein- und Ausgabezeile:
iobroker@iobroker:~/node_modules/zigbee-herdsman$ npm install --production npm WARN config production Use `--omit=dev` instead. npm WARN old lockfile npm WARN old lockfile The npm-shrinkwrap.json file was created with an old version of npm, npm WARN old lockfile so supplemental metadata must be fetched from the registry. npm WARN old lockfile npm WARN old lockfile This is a one-time fix-up, please be patient... npm WARN old lockfile up to date, audited 80 packages in 54s 5 packages are looking for funding run `npm fund` for details 2 vulnerabilities (1 high, 1 critical) To address all issues, run: npm audit fix Run `npm audit` for details. npm notice npm notice New minor version of npm available! 8.11.0 -> 8.13.2 npm notice Changelog: https://github.com/npm/cli/releases/tag/v8.13.2 npm notice Run npm install -g npm@8.13.2 to update! npm notice
-
@ja-rod sagte in Diskussion zum HowTo nodejs-Installation und upgrade:
iobroker@iobroker:~/node_modules/zigbee-herdsman
Dürfte das falsche Verzeichnis sein.
~ ist das Kürzel für das home-Verzeichnis, du stehst also in /home/iobroker/node_modules/zigbee-herdsman
Das ist komplett falsch.Warum bist du nicht im Adapter-Verzeichnis
/opt/iobroker/node_modules/iobroker.zigbee/
Du hast doch oben genau danach gefragt?!? -
@thomas-braun
Ich habe vorher parallel auch gesucht und war dann zufällig als du geantwortet hast in diesem Verzeichnis.. probiere es jetzt im hoffentlich richtigen Verzeichnis -
@thomas-braun
Jetzt kommt das:iobroker@iobroker:/opt/iobroker/node_modules/iobroker.zigbee$ npm install --production npm WARN config production Use `--omit=dev` instead. npm ERR! code ERESOLVE npm ERR! ERESOLVE unable to resolve dependency tree npm ERR! npm ERR! While resolving: iobroker.zigbee@1.7.5 npm ERR! Found: eslint@7.32.0 npm ERR! node_modules/eslint npm ERR! dev eslint@"^7.18.0" from the root project npm ERR! npm ERR! Could not resolve dependency: npm ERR! peer eslint@"4.x" from lint-diff@1.2.1 npm ERR! node_modules/lint-diff npm ERR! dev lint-diff@"*" from the root project npm ERR! npm ERR! Fix the upstream dependency conflict, or retry npm ERR! this command with --force, or --legacy-peer-deps npm ERR! to accept an incorrect (and potentially broken) dependency resolution. npm ERR! npm ERR! See /home/iobroker/.npm/eresolve-report.txt for a full report. npm ERR! A complete log of this run can be found in: npm ERR! /home/iobroker/.npm/_logs/2022-07-08T15_41_58_491Z-debug-0.log
-
Schmeiß den iobroker.zigbee mal raus und dann installierst du den nochmal neu.
-
@thomas-braun
Du meinst unter Adapters im „Admin“ löschen? Muss ich nicht dann alle Geräte neu anlernen?Bin jetzt unterwegs, werde es später mal probieren. Danke schon mal.
-
@ja-rod sagte in Diskussion zum HowTo nodejs-Installation und upgrade:
Du meinst unter Adapters im „Admin“ löschen?
Ja.
Muss ich nicht dann alle Geräte neu anlernen?
Möglich.
-
@thomas-braun
Auch löschen und Neuinstallation hat nichts gebracht, Zigbee-Adapter bleibt rot und "npm install --production" bringt wieder dieselben Fehler:iobroker@iobroker:/opt/iobroker/node_modules/iobroker.zigbee$ npm install --production npm WARN config production Use `--omit=dev` instead. npm ERR! code ERESOLVE npm ERR! ERESOLVE unable to resolve dependency tree npm ERR! npm ERR! While resolving: iobroker.zigbee@1.7.5 npm ERR! Found: eslint@7.32.0 npm ERR! node_modules/eslint npm ERR! dev eslint@"^7.18.0" from the root project npm ERR! npm ERR! Could not resolve dependency: npm ERR! peer eslint@"4.x" from lint-diff@1.2.1 npm ERR! node_modules/lint-diff npm ERR! dev lint-diff@"*" from the root project npm ERR! npm ERR! Fix the upstream dependency conflict, or retry npm ERR! this command with --force, or --legacy-peer-deps npm ERR! to accept an incorrect (and potentially broken) dependency resolution. npm ERR! npm ERR! See /home/iobroker/.npm/eresolve-report.txt for a full report. npm ERR! A complete log of this run can be found in: npm ERR! /home/iobroker/.npm/_logs/2022-07-08T19_36_33_611Z-debug-0.log