NEWS
Unable to update node.js v20.19.1 to v20.19.2
-
Folgende Fehlermeldung erscheint:
rm: cannot remove '/etc/apt/keyrings/nodesource.gpg 2> /dev/null': No such file or directory Waiting for ioBroker to shut down - Give me a minute... ############################################################ Removing dfsg-nodejs *** These repos are active on your system: Hit:1 http://raspbian.raspberrypi.org/raspbian bullseye InRelease Hit:2 http://archive.raspberrypi.org/debian bullseye InRelease Hit:3 https://repos.influxdata.com/debian stable InRelease Hit:4 https://apt.grafana.com stable InRelease Hit:5 https://repos.influxdata.com/debian bullseye InRelease Reading package lists... Done *** Installing ca-certificates, curl and gnupg, just in case they are missing. *** Creating new /etc/apt/sources.list.d/nodesource.list and pinning source deb [signed-by=/etc/apt/keyrings/nodesource.gpg] https://deb.nodesource.com/node_20.x nodistro main Package: nodejs Pin: origin deb.nodesource.com Pin-Priority: 1001 *** These repos are active after the adjustments: Hit:1 http://raspbian.raspberrypi.org/raspbian bullseye InRelease Hit:2 http://archive.raspberrypi.org/debian bullseye InRelease Hit:3 https://repos.influxdata.com/debian stable InRelease Hit:4 https://apt.grafana.com stable InRelease Hit:5 https://repos.influxdata.com/debian bullseye InRelease Get:6 https://deb.nodesource.com/node_20.x nodistro InRelease [12.1 kB] Get:7 https://deb.nodesource.com/node_20.x nodistro/main armhf Packages [11.4 kB] Fetched 23.5 kB in 1s (16.4 kB/s) Reading package lists... Done Installing nodejs now! Installing nodejs! COMPATIBILITY CHECK IN PROGRESS add fsevents 2.3.3 added 1 package in 5s 102 packages are looking for funding run `npm fund` for details We tried our best to fix your nodejs. Please run iob diag again to verify. *** RESTARTING ioBroker NOW! *** Please refresh or restart your browser in a few moments. pi@iobroker:~ $ node -v v20.19.1
-
Innerhalb einer Major-Version macht man das auch nicht über
iob nodejs-update
sondern über den Paketmanager deines Systems.sudo apt update sudo apt full-upgrade
liefert?
Edit: Ich sehe gerade, da war zuvor die Quelle von nodesource gar nicht angelegt. Vermutlich hattest/hast du da die dfsg-Version am Wickel (oder eine am Paketmanager vorbei gezirkelte Installation).
Schau mal periob diag
nach der konkreten Situation.