NEWS
[How-to] Node.js ioBroker richtig updaten-2021/22 Edition
-
@thomas-braun
Schon mal Danke für deine Hilfe.
Ich versuch jetzt mal ein Backup einzuspielen auf einem neuen System16.xKannst du mir sagen wie ich bei einem Multihost System 1xMaster/1xSlave ein Backup richtig einspiele, hab das noch nie gemacht.
Muss ich das System vorher trennen oder geht das auch im Verbund?
Zuerst Slave dann Master oder reicht es nur auf dem Master das Backup einzuspielen?
Hab das noch nie gemacht, wäre cool wenns dazu einm kleines Kochrezept gibt. -
Bei mir funktioniert das leider nicht. ich bekomme folgende Meldung:
nodejs is already the newest version (12.22.12-deb-1nodesource1).
Hat jemand eine Lösung dafür?
Danke.
-
Lösung: Repository einrichten.
Wie biste denn da jetzt unterwegs?
sudo ln -s /usr/bin/node /usr/bin/nodejs uname -m && type -P nodejs node npm && nodejs -v && node -v && npm -v && whoami && pwd && sudo apt update &> /dev/null && sudo apt update && apt policy nodejs
anschauen.
-
@thomas-braun said in [How-to] Node.js ioBroker richtig updaten-2021/22 Edition:
sudo ln -s /usr/bin/node /usr/bin/nodejs uname -m && type -P nodejs node npm && nodejs -v && node -v && npm -v && whoami && pwd && sudo apt update &> /dev/null && sudo apt update && apt policy nodejs
-
Danke.
Das ist das Ergebnis.armv7l
/usr/bin/nodejs
/usr/bin/node
/usr/bin/npm
v12.22.12
v12.22.126.14.16
pi
/home/pi -
Bitte in CodeTags posten, danke.
iobroker stop sudo apt update sudo apt full-upgrade sudo reboot
-
Sorry absoluter rookie.
pi@raspberrypi:~ $ pi@raspberrypi:~ $ iobroker stop pi@raspberrypi:~ $ sudo apt update Get:1 http://archive.raspberrypi.org/debian buster InRelease [32.6 kB] Hit:2 http://raspbian.raspberrypi.org/raspbian buster InRelease Get:3 https://packages.grafana.com/oss/deb stable InRelease [12.1 kB] Hit:4 https://repos.influxdata.com/debian buster InRelease Hit:5 https://phoscon.de/apt/deconz buster InRelease Hit:6 https://deb.nodesource.com/node_12.x buster InRelease E: Repository 'http://archive.raspberrypi.org/debian buster InRelease' changed its 'Suite' value from 'testing' to 'oldstable' N: This must be accepted explicitly before updates for this repository can be applied. See apt-secure(8) manpage for details. Do you want to accept these changes and continue updating from this repository? [y/N] y Err:3 https://packages.grafana.com/oss/deb stable InRelease The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 8C8C34C524098CB6 Reading package lists... Done W: GPG error: https://packages.grafana.com/oss/deb stable InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 8C8C34C524098CB6 E: The repository 'https://packages.grafana.com/oss/deb stable InRelease' is not signed. N: Updating from such a repository can't be done securely, and is therefore disabled by default. N: See apt-secure(8) manpage for repository creation and user configuration details. pi@raspberrypi:~ $ sudo apt-get install -y nodejs
-
Zu Grafana:
sudo apt-get install -y apt-transport-https sudo apt-get install -y software-properties-common wget wget -q -O - https://packages.grafana.com/gpg.key | sudo apt-key add - sudo apt update sudo apt full-upgrade
-
Zu nodejs:
curl -sL https://deb.nodesource.com/setup_16.x | sudo -E bash sudo apt update sudo apt install nodejs sudo ln -s /usr/bin/node /usr/bin/nodejs
-
Und dann regelmäßig das System auf Stand halten.
Das ist offenbar noch nie gemacht worden, der suite change ist nämlich schon fast ein Jahr her. Seither ist apt also nicht mehr angepackt worden...Regelmäßig alle paar Wochen:
sudo apt update sudo apt full-upgrade sudo reboot
-
hat funktioniert. Vielen Dank!!!
-
Ich bräuchte mal eure hilfe.
Ich habe versucht Node.js zu auf die 16.x Version zu bekommen.
Das update ist auch ohne Fehler durchgelaufen.Node sollte ja auch gleich sein. Ist es aber nicht.
x86_64 /usr/bin/nodejs /usr/local/bin/node /usr/local/bin/npm v16.16.0 v14.18.2 8.15.1 root /opt/iobroker Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease Hit:2 https://deb.nodesource.com/node_16.x bullseye InRelease Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease Hit:4 http://archive.ubuntu.com/ubuntu bionic-security InRelease Reading package lists... Done Building dependency tree Reading state information... Done All packages are up to date. nodejs: Installed: 16.16.0-deb-1nodesource1 Candidate: 16.16.0-deb-1nodesource1 Version table: *** 16.16.0-deb-1nodesource1 500 500 https://deb.nodesource.com/node_16.x bullseye/main amd64 Packages 100 /var/lib/dpkg/status 8.10.0~dfsg-2ubuntu0.4 500 500 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages 8.10.0~dfsg-2ubuntu0.2 500 500 http://archive.ubuntu.com/ubuntu bionic-security/universe amd64 Packages 8.10.0~dfsg-2 500 500 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages
wie bekomme ich das wieder gerade?
-
Ich habe versucht Node.js zu auf die 16.x Version zu bekommen.
Wie und was hast du gemacht? Insbesondere als root im Zusammenhang mit node14...
https://forum.iobroker.net/topic/35090/howto-nodejs-installation-und-upgrades-unter-debian
Eigentlich IMMER das gleiche...
NICHT als root rumhampeln, NICHT am Paketmanager vorbei irgendwas ins System donnern. -
@thomas-braun
Ok da hast du recht. Ich habe das ganze in mit root durchgeführt.Habe nun das ganze ohne root gemacht. Stehe aber noch vor dem gleichem Problem.
Was kann ich noch machen? -
Was kann ich noch machen?
Was hast du denn jetzt gemacht? HowTo gelesen? Falsche Pfade gelöscht?
-
@thomas-braun
ja die falschen Pfade habe ich gelöscht.das habe ich auch gemacht. Nicht unter root!
sudo rm -rf /usr/local/lib/node* sudo rm -rf /usr/local/include/node* sudo rm -rf /usr/local/bin/node*
Habe dann die Anleitung Punkt für Punkt abgearbeitet.
sudo apt install nodejs --reinstall
Danach
iobroker fix
Und es läuft wieder!
Danke!!
-
sudo ln -s /usr/bin/node /usr/bin/nodejs uname -m && type -P nodejs node npm && nodejs -v && node -v && npm -v && whoami && pwd && sudo apt update &> /dev/null && sudo apt update && apt policy nodejs
sagt? Du hast gesehen, dass du da auch die falsche Distribution drin hattest?
-
Hallo Zusammen,
mir wird das Update angezeigt , kann man das gefahrlos Updaten ? oder gibt es mit der Version probleme ?
Node.js
v16.15.1 (Es gibt eine neuere Version: v16.16.0) -
Hau drauf.
-
sieht doch gut aus. Oder sehe ich das falsch.
stefan@ioBroker:~$ uname -m && type -P nodejs node npm && nodejs -v && node -v && npm -v && whoami && pwd && sudo apt update &> /dev/null && sudo apt update && apt policy nodejs x86_64 /usr/bin/nodejs /usr/bin/node /usr/bin/npm v16.16.0 v16.16.0 8.11.0 stefan /home/stefan Hit:1 https://deb.nodesource.com/node_16.x focal InRelease Hit:2 https://dl.yarnpkg.com/debian stable InRelease Hit:3 http://archive.ubuntu.com/ubuntu focal InRelease Hit:4 http://archive.ubuntu.com/ubuntu focal-updates InRelease Hit:5 http://archive.ubuntu.com/ubuntu focal-security InRelease Reading package lists... Done Building dependency tree Reading state information... Done 2 packages can be upgraded. Run 'apt list --upgradable' to see them. nodejs: Installed: 16.16.0-deb-1nodesource1 Candidate: 16.16.0-deb-1nodesource1 Version table: *** 16.16.0-deb-1nodesource1 500 500 https://deb.nodesource.com/node_16.x focal/main amd64 Packages 100 /var/lib/dpkg/status 10.19.0~dfsg-3ubuntu1 500 500 http://archive.ubuntu.com/ubuntu focal/universe amd64 Packages stefan@ioBroker:~$