Skip to content
  • Home
  • Recent
  • Tags
  • 0 Unread 0
  • Categories
  • Unreplied
  • Popular
  • GitHub
  • Docu
  • Hilfe
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
ioBroker Logo

Community Forum

  1. ioBroker Community Home
  2. Deutsch
  3. ioBroker Allgemein
  4. Status ioBroker und Node.js 18.x

NEWS

  • UPDATE 31.10.: Amazon Alexa - ioBroker Skill läuft aus ?
    apollon77A
    apollon77
    48
    3
    8.4k

  • Monatsrückblick – September 2025
    BluefoxB
    Bluefox
    13
    1
    2.0k

  • Neues Video "KI im Smart Home" - ioBroker plus n8n
    BluefoxB
    Bluefox
    15
    1
    2.5k

Status ioBroker und Node.js 18.x

Scheduled Pinned Locked Moved ioBroker Allgemein
32 Posts 10 Posters 8.2k Views 12 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • FabioF Fabio

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

    R Offline
    R Offline
    rotamint
    wrote on last edited by
    #22

    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 BraunT 1 Reply Last reply
    0
    • R rotamint

      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 BraunT Online
      Thomas BraunT Online
      Thomas Braun
      Most Active
      wrote on last edited by
      #23

      @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.

      Linux-Werkzeugkasten:
      https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
      NodeJS Fixer Skript:
      https://forum.iobroker.net/topic/68035/iob-node-fix-skript
      iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

      R 1 Reply Last reply
      0
      • Thomas BraunT Thomas Braun

        @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 Offline
        R Offline
        rotamint
        wrote on last edited by
        #24

        @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 BraunT 1 Reply Last reply
        0
        • R rotamint

          @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 BraunT Online
          Thomas BraunT Online
          Thomas Braun
          Most Active
          wrote on last edited by Thomas Braun
          #25

          @rotamint

          Nichts.
          nodejs einfach auf v18 heben.

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

          Linux-Werkzeugkasten:
          https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
          NodeJS Fixer Skript:
          https://forum.iobroker.net/topic/68035/iob-node-fix-skript
          iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

          R 2 Replies Last reply
          1
          • Thomas BraunT Thomas Braun

            @rotamint

            Nichts.
            nodejs einfach auf v18 heben.

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

            R Offline
            R Offline
            rotamint
            wrote on last edited by
            #26

            @thomas-braun :) Lach... Danke ... Ich mach' mich ans Werk ;)

            1 Reply Last reply
            0
            • Thomas BraunT Thomas Braun

              @rotamint

              Nichts.
              nodejs einfach auf v18 heben.

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

              R Offline
              R Offline
              rotamint
              wrote on last edited by
              #27

              @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 BraunT 1 Reply Last reply
              0
              • R rotamint

                @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 BraunT Online
                Thomas BraunT Online
                Thomas Braun
                Most Active
                wrote on last edited by
                #28

                @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.

                Linux-Werkzeugkasten:
                https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                NodeJS Fixer Skript:
                https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                R 1 Reply Last reply
                0
                • Thomas BraunT Thomas Braun

                  @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 Offline
                  R Offline
                  rotamint
                  wrote on last edited by
                  #29

                  @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 BraunT 1 Reply Last reply
                  0
                  • R rotamint

                    @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 BraunT Online
                    Thomas BraunT Online
                    Thomas Braun
                    Most Active
                    wrote on last edited by
                    #30

                    @rotamint

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

                    Linux-Werkzeugkasten:
                    https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                    NodeJS Fixer Skript:
                    https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                    iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                    R 1 Reply Last reply
                    1
                    • Thomas BraunT Thomas Braun

                      @rotamint

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

                      R Offline
                      R Offline
                      rotamint
                      wrote on last edited by
                      #31

                      @thomas-braun Danke Dir!

                      surfer09S 1 Reply Last reply
                      0
                      • R rotamint

                        @thomas-braun Danke Dir!

                        surfer09S Offline
                        surfer09S Offline
                        surfer09
                        wrote on last edited by
                        #32

                        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

                        IO-Broker Master/Slave auf Windows 11 64bit, NPM 10.9.4, Node 22.21.1 js-controller 7.0.7

                        1 Reply Last reply
                        0
                        Reply
                        • Reply as topic
                        Log in to reply
                        • Oldest to Newest
                        • Newest to Oldest
                        • Most Votes


                        Support us

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

                        671

                        Online

                        32.4k

                        Users

                        81.4k

                        Topics

                        1.3m

                        Posts
                        Community
                        Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen | Einwilligungseinstellungen
                        ioBroker Community 2014-2025
                        logo
                        • Login

                        • Don't have an account? Register

                        • Login or register to search.
                        • First post
                          Last post
                        0
                        • Home
                        • Recent
                        • Tags
                        • Unread 0
                        • Categories
                        • Unreplied
                        • Popular
                        • GitHub
                        • Docu
                        • Hilfe