Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. ioBroker Allgemein
    4. Status ioBroker und Node.js 18.x

    NEWS

    • ioBroker@Smart Living Forum Solingen, 14.06. - Agenda added

    • ioBroker goes Matter ... Matter Adapter in Stable

    • Monatsrückblick - April 2025

    Status ioBroker und Node.js 18.x

    This topic has been deleted. Only users with topic management privileges can see it.
    • Fabio
      Fabio @apollon77 last edited by

      @apollon77 Danke 👍

      1 Reply Last reply Reply Quote 0
      • Peter V.
        Peter V. @apollon77 last edited by

        @apollon77
        Danke, Upgrade erfolgreich durchgeführt.
        An dieser Stelle mal ein Dickes Danke an alle hier im Forum. Es gibt fast nix, auf das ihr keine Lösung habt.

        1 Reply Last reply Reply Quote 1
        • sigi234
          sigi234 Forum Testing Most Active @apollon77 last edited by sigi234

          @apollon77

          Hallo, ist ein bisschen verwirrend. Ich bleibe bei 8.19.4 wie im neuen Beitrag gesehen.

          Screenshot (5584).png

          EDIT:

          Screenshot (5586).png

          Fabio Meister Mopper 2 Replies Last reply Reply Quote 0
          • Fabio
            Fabio @sigi234 last edited by

            Hallo @sigi234 siehe bitte den link hat @apollon77 vorhin überarbeitet.
            https://forum.iobroker.net/topic/64032/update-nodejs-best-practise-supported-14-16-und-18
            die 9.5.0 ist da schon die richtige.

            Grüße
            Fabio

            David G. 1 Reply Last reply Reply Quote 0
            • Meister Mopper
              Meister Mopper @sigi234 last edited by

              @sigi234 sagte in Status ioBroker und Node.js 18.x:

              Hallo, ist ein bisschen verwirrend. Ich bleibe bei 8.19.4 wie im neuen Beitrag gesehen.

              Wenn Du das Update über eine Versionsänderung im repository (/etc/apt/sources.list.d/nodesource.list) machst, ist es einfach und sicher.

              Thomas Braun 1 Reply Last reply Reply Quote 0
              • David G.
                David G. @Fabio last edited by

                @fa-bio sagte in Status ioBroker und Node.js 18.x:

                @apollon77 vorhin überarbeitet.
                https://forum.iobroker.net/topic/64032/update-nodejs-best-practise-supported-14-16-und-18

                Hat es einen Grund, dass die Anleitung ziemlich angepasst wurde? Erst Node deinstallieren etc.
                Meine, das war vorher ja nicht so. Hab ich beim Update auch nicht gemacht.
                Hab es nach der "alten" Version gemacht und die 16 durch eine 18 ersetzt.

                Thomas Braun Fabio 2 Replies Last reply Reply Quote 0
                • Thomas Braun
                  Thomas Braun Most Active @David G. last edited by

                  @david-g sagte in Status ioBroker und Node.js 18.x:

                  Erst Node deinstallieren etc.
                  Meine, das war vorher ja nicht so. Hab ich beim Update auch nicht gemacht.

                  Eine Deinstallation einer 'sauberen' Altversion (aus dem nodesource-Universum) ist nicht nötig.
                  Das hier vorgeschlagene Vorgehen räumt allerdings auch mit den dfsg-Versionen auf, die einige installiert haben.
                  Andere strubbelige Installationen (via n z. B.) bleiben aber auch damit stehen.

                  1 Reply Last reply Reply Quote 0
                  • Thomas Braun
                    Thomas Braun Most Active @Meister Mopper last edited by

                    @meister-mopper sagte in Status ioBroker und Node.js 18.x:

                    Wenn Du das Update über eine Versionsänderung im repository (/etc/apt/sources.list.d/nodesource.list) machst, ist es einfach und sicher.

                    @sigi234 fährt aber Windows. Würde mich wundern, wenn das da ginge...

                    1 Reply Last reply Reply Quote 0
                    • Fabio
                      Fabio @David G. last edited by

                      @david-g ja das wurde mit @thomas-braun überarbeitet weil da einige Fehler drin waren. Jetzt aber stimmt es so.😉👍
                      Grüße
                      Fabio

                      R 1 Reply Last reply Reply Quote 0
                      • R
                        rotamint @Fabio last edited by

                        Hallo, guten Abend zusammen.
                        Gemäß dem Tutorial von Thomas Braun liefert

                        cd /opt/iobroker
                        npm ls | grep -E 'github|ERR'
                        

                        folgendes zurück:

                        
                        pi@ioBroker:~ $ cd /opt/iobroker
                        pi@ioBroker:/opt/iobroker $ npm ls | grep -E 'github|ERR'
                        ├── iobroker.linux-control@1.1.6 (git+ssh://git@github.com/Scrounger/ioBroker.linux-control.git#59f578f3402850684ba8767a24a9ff288b05a3f0)
                        ├── iobroker.zigbee@1.8.11 (git+ssh://git@github.com/ioBroker/ioBroker.zigbee.git#aac7c4d3af56f065632d59a129f01f5852e54f43)
                        ├── iobroker.zigbee2mqtt@2.7.4 (git+ssh://git@github.com/o0shojo0o/ioBroker.zigbee2mqtt.git#3dfb2287ef336cd0ea386017e9db81dd74054336)
                        pi@ioBroker:/opt/iobroker $
                        
                        

                        Jetzt bin ich etwas irritiert, weil Thomas schreibt: "...Im Idealfall wird nichts zurückgeliefert" und "Falls Adapter als aus github stammend markiert sind sollte man diese auf die letzte Version aus dem verwendeten Repository (stable oder beta) bringen. Adapter, die ausschließlich über github verfügbar sind temprorär ganz zu deinstallieren und erst nach erfolgtem node-Upgrade wieder aus github zuangeln."

                        Lange Rede - kurzer Sinn: Was habe ich zu tun?
                        Danke für Eure Unterstützung!

                        LG S.

                        Thomas Braun 1 Reply Last reply Reply Quote 0
                        • Thomas Braun
                          Thomas Braun Most Active @rotamint last edited by

                          @rotamint sagte in Status ioBroker und Node.js 18.x:

                          Lange Rede - kurzer Sinn: Was habe ich zu tun?

                          Außer zu prüfen, ob es sinnvoll ist diese Adapter aus dem github geangelt zu haben nichts.

                          R 1 Reply Last reply Reply Quote 0
                          • R
                            rotamint @Thomas Braun last edited by

                            @thomas-braun sagte in Status ioBroker und Node.js 18.x:

                            @rotamint sagte in Status ioBroker und Node.js 18.x:

                            Lange Rede - kurzer Sinn: Was habe ich zu tun?

                            Außer zu prüfen, ob es sinnvoll ist diese Adapter aus dem github geangelt zu haben nichts.

                            Ganz großes Fragezeichen ? Sorry Thomas. Verstehe ich nicht... Was habe ich jetzt zu tun?

                            Thomas Braun 1 Reply Last reply Reply Quote 0
                            • Thomas Braun
                              Thomas Braun Most Active @rotamint last edited by Thomas Braun

                              @rotamint

                              Nichts.
                              nodejs einfach auf v18 heben.

                              Die Anleitung stammt noch aus den Anfangstagen von npm8. Mittlerweile sollte das so durchlaufen.

                              R 2 Replies Last reply Reply Quote 1
                              • R
                                rotamint @Thomas Braun last edited by

                                @thomas-braun 🙂 Lach... Danke ... Ich mach' mich ans Werk 😉

                                1 Reply Last reply Reply Quote 0
                                • R
                                  rotamint @Thomas Braun last edited by

                                  @thomas-braun sagte in Status ioBroker und Node.js 18.x:

                                  @rotamint

                                  Nichts.
                                  nodejs einfach auf v18 heben.

                                  Die Anleitung stammt noch aus den Anfangstagen von npm8. Mittlerweile sollte das so durchlaufen.

                                  ioBroker
                                  
                                  Plattform
                                      linux
                                  Betriebssystem
                                      linux
                                  Architektur
                                      arm64
                                  CPUs
                                      4
                                  Geschwindigkeit
                                      1800 MHz
                                  Modell
                                      Cortex-A72
                                  RAM
                                      7.63 GB
                                  System-Betriebszeit
                                      02:01:44
                                  Node.js
                                      v18.15.0
                                  time
                                      1679345380923
                                  timeOffset
                                      -60
                                  Anzahl der Adapter
                                      561
                                  NPM
                                      v9.5.0
                                  Datenträgergröße
                                      54.74 GB
                                  freier Festplattenspeicher
                                      44.94 GB
                                  Betriebszeit
                                      00:01:10
                                  Aktive Instanzen
                                      10
                                  Weg
                                      /opt/iobroker/
                                  Hostname
                                      ioBroker
                                  

                                  Wieder einmal ein herzliches Dankeschön für Deine Unterstützung!

                                  Thomas Braun 1 Reply Last reply Reply Quote 0
                                  • Thomas Braun
                                    Thomas Braun Most Active @rotamint last edited by

                                    @rotamint

                                    Schau besser mit

                                    sudo ln -s /usr/bin/node /usr/bin/nodejs &> /dev/null
                                    uname -m && type -P nodejs node npm npx && nodejs -v && node -v && npm -v && npx -v && iob -v && whoami && groups && echo $XDG_SESSION_TYPE && pwd && sudo apt update &> /dev/null && sudo apt update && apt policy nodejs
                                    

                                    nach der Installation. Zeigt dir mehr, u. a. die Installations-Pfade.

                                    R 1 Reply Last reply Reply Quote 0
                                    • R
                                      rotamint @Thomas Braun last edited by

                                      @thomas-braun sagte in Status ioBroker und Node.js 18.x:

                                      sudo ln -s /usr/bin/node /usr/bin/nodejs &> /dev/null

                                      ==========================================================================
                                      
                                          Your installation was fixed successfully
                                          Run iobroker start to start ioBroker again!
                                      
                                      ==========================================================================
                                      
                                      pi@ioBroker:/opt/iobroker $ uname -m && type -P nodejs node npm npx && nodejs -v && node -v && npm -v && npx -v && iob -v && whoami && groups && echo $XDG_SESSION_TYPE && pwd && sudo apt-get update &> /dev/null && sudo apt-get update && apt-cache policy nodejs
                                      aarch64
                                      /usr/bin/nodejs
                                      /usr/bin/node
                                      /usr/bin/npm
                                      /usr/bin/npx
                                      v18.15.0
                                      v18.15.0
                                      9.5.0
                                      9.5.0
                                      4.0.24
                                      pi
                                      pi adm dialout cdrom sudo audio video plugdev games users input render netdev gpio i2c spi iobroker
                                      tty
                                      /opt/iobroker
                                      OK:1 http://deb.debian.org/debian bullseye InRelease
                                      OK:2 http://security.debian.org/debian-security bullseye-security InRelease
                                      OK:3 http://deb.debian.org/debian bullseye-updates InRelease
                                      OK:4 https://deb.nodesource.com/node_18.x bullseye InRelease
                                      OK:5 http://archive.raspberrypi.org/debian bullseye InRelease
                                      Paketlisten werden gelesen… Fertig
                                      nodejs:
                                        Installiert:           18.15.0-deb-1nodesource1
                                        Installationskandidat: 18.15.0-deb-1nodesource1
                                        Versionstabelle:
                                       *** 18.15.0-deb-1nodesource1 500
                                              500 https://deb.nodesource.com/node_18.x bullseye/main arm64 Packages
                                              100 /var/lib/dpkg/status
                                           12.22.12~dfsg-1~deb11u3 500
                                              500 http://security.debian.org/debian-security bullseye-security/main arm64 Packages
                                           12.22.5~dfsg-2~11u1 500
                                              500 http://deb.debian.org/debian bullseye/main arm64 Packages
                                      pi@ioBroker:/opt/iobroker $ iobroker start
                                      
                                      
                                      Thomas Braun 1 Reply Last reply Reply Quote 0
                                      • Thomas Braun
                                        Thomas Braun Most Active @rotamint last edited by

                                        @rotamint

                                        Schaut gut aus. Viel Spaß mit dem aktuellen nodejs.

                                        R 1 Reply Last reply Reply Quote 1
                                        • R
                                          rotamint @Thomas Braun last edited by

                                          @thomas-braun Danke Dir!

                                          surfer09 1 Reply Last reply Reply Quote 0
                                          • surfer09
                                            surfer09 @rotamint last edited by

                                            Bei mir hat das Update auf Node 18.15.0 auch geklappt unter Windows.
                                            Ich lade mir immer die msi-Datei herunter und starte diese bei beendeten IO-Broker Dienst.
                                            Anschließender Neustart - fertig.

                                            2023-03-21 09_55_56-intro - IOBroker-Server – Mozilla Firefox.jpg

                                            1 Reply Last reply Reply Quote 0
                                            • First post
                                              Last post

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate
                                            FAQ Cloud / IOT
                                            HowTo: Node.js-Update
                                            HowTo: Backup/Restore
                                            Downloads
                                            BLOG

                                            624
                                            Online

                                            31.7k
                                            Users

                                            79.7k
                                            Topics

                                            1.3m
                                            Posts

                                            10
                                            32
                                            6855
                                            Loading More Posts
                                            • Oldest to Newest
                                            • Newest to Oldest
                                            • Most Votes
                                            Reply
                                            • Reply as topic
                                            Log in to reply
                                            Community
                                            Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
                                            The ioBroker Community 2014-2023
                                            logo