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

donate donate
  1. ioBroker Community Home
  2. Deutsch
  3. ioBroker Allgemein
  4. [How-to] Node.js für ioBroker richtig updaten

NEWS

  • Monatsrückblick Januar/Februar 2026 ist online!
    BluefoxB
    Bluefox
    17
    1
    490

  • Jahresrückblick 2025 – unser neuer Blogbeitrag ist online! ✨
    BluefoxB
    Bluefox
    17
    1
    5.2k

  • Neuer Blogbeitrag: Monatsrückblick - Dezember 2025 🎄
    BluefoxB
    Bluefox
    13
    1
    1.4k

[How-to] Node.js für ioBroker richtig updaten

Scheduled Pinned Locked Moved ioBroker Allgemein
installationlinuxnodenode.jsnodejswindows
1.1k Posts 106 Posters 773.4k Views 112 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.
  • apollon77A apollon77

    @Sneak-L8 Sehr interessant, da ist von der epoll 0.x nix zu sehen ... Dann halt der Harte weg:

    Lösche mal /opt/iobroker/node_modules/rpi-gpio/node_modules/epoll komplett. Dann gehst Du in /opt/iobroker/node_modules/rpi-gpio und sagst "npm install --production".

    Dann versuch nochmal

    S Offline
    S Offline
    Sneak-L8
    wrote on last edited by Sneak-L8
    #383

    @apollon77 Guten Morgen, hab ich gemacht. Das Löschen wir nur mit root-User möglich (also sudo rm -rf ...).
    Aber schon der

    npm install --production
    

    schlägt wieder mit demselben Befehl fehl:

    pi@ioBroker-RasPi:/opt/iobroker/node_modules/rpi-gpio $ npm install --production
    npm WARN deprecated jade@0.26.3: Jade has been renamed to pug, please install the latest version of pug instead of jade
    npm WARN deprecated mkdirp@0.3.5: Legacy versions of mkdirp are no longer supported. Please update to mkdirp 1.x. (Note that the API surface has changed to use Promises in 1.x.)
    npm WARN deprecated istanbul@0.2.7: This module is no longer maintained, try this instead:
    npm WARN deprecated   npm i nyc
    npm WARN deprecated Visit https://istanbul.js.org/integrations for other alternatives.
    npm WARN deprecated minimatch@0.2.14: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
    npm WARN deprecated mkdirp@0.3.0: Legacy versions of mkdirp are no longer supported. Please update to mkdirp 1.x. (Note that the API surface has changed to use Promises in 1.x.)
    npm WARN deprecated formatio@1.0.2: This package is unmaintained. Use @sinonjs/formatio instead
    npm WARN deprecated graceful-fs@2.0.3: please upgrade to graceful-fs 4 for compatibility with current and future versions of Node.js
    npm WARN deprecated minimatch@0.4.0: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
    npm WARN deprecated samsam@1.1.3: This package has been deprecated in favour of @sinonjs/samsam
    npm WARN deprecated minimatch@0.3.0: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
    
    > epoll@0.1.22 install /opt/iobroker/node_modules/rpi-gpio/node_modules/epoll
    > node-gyp rebuild
    
    make: Verzeichnis „/opt/iobroker/node_modules/rpi-gpio/node_modules/epoll/build“ wird betreten
      CXX(target) Release/obj.target/epoll/src/epoll.o
    In file included from ../../nan/nan.h:192:0,
                     from ../src/epoll.cc:15:
    [...]
    /home/iobroker/.cache/node-gyp/10.20.1/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
       declarator __attribute__((deprecated(message)))
       ^~~~~~~~~~
    epoll.target.mk:103: die Regel für Ziel „Release/obj.target/epoll/src/epoll.o“ scheiterte
    make: *** [Release/obj.target/epoll/src/epoll.o] Fehler 1
    make: Verzeichnis „/opt/iobroker/node_modules/rpi-gpio/node_modules/epoll/build“ wird verlassen
    gyp ERR! build error
    gyp ERR! stack Error: `make` failed with exit code: 2
    gyp ERR! stack     at ChildProcess.onExit (/usr/lib/node_modules/npm/node_modules/node-gyp/lib/build.js:191:23)
    gyp ERR! stack     at ChildProcess.emit (events.js:198:13)
    gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:248:12)
    gyp ERR! System Linux 4.14.34-v7+
    gyp ERR! command "/usr/bin/node" "/usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"
    gyp ERR! cwd /opt/iobroker/node_modules/rpi-gpio/node_modules/epoll
    gyp ERR! node -v v10.20.1
    gyp ERR! node-gyp -v v5.1.0
    gyp ERR! not ok
    npm ERR! code ELIFECYCLE
    npm ERR! errno 1
    npm ERR! epoll@0.1.22 install: `node-gyp rebuild`
    npm ERR! Exit status 1
    npm ERR!
    npm ERR! Failed at the epoll@0.1.22 install script.
    npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
    
    npm ERR! A complete log of this run can be found in:
    npm ERR!     /home/iobroker/.npm/_logs/2020-04-15T07_59_33_981Z-debug.log
    

    Er will erneut epoll 0.1.22 installieren...

    apollon77A 1 Reply Last reply
    0
    • S Sneak-L8

      @apollon77 Guten Morgen, hab ich gemacht. Das Löschen wir nur mit root-User möglich (also sudo rm -rf ...).
      Aber schon der

      npm install --production
      

      schlägt wieder mit demselben Befehl fehl:

      pi@ioBroker-RasPi:/opt/iobroker/node_modules/rpi-gpio $ npm install --production
      npm WARN deprecated jade@0.26.3: Jade has been renamed to pug, please install the latest version of pug instead of jade
      npm WARN deprecated mkdirp@0.3.5: Legacy versions of mkdirp are no longer supported. Please update to mkdirp 1.x. (Note that the API surface has changed to use Promises in 1.x.)
      npm WARN deprecated istanbul@0.2.7: This module is no longer maintained, try this instead:
      npm WARN deprecated   npm i nyc
      npm WARN deprecated Visit https://istanbul.js.org/integrations for other alternatives.
      npm WARN deprecated minimatch@0.2.14: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
      npm WARN deprecated mkdirp@0.3.0: Legacy versions of mkdirp are no longer supported. Please update to mkdirp 1.x. (Note that the API surface has changed to use Promises in 1.x.)
      npm WARN deprecated formatio@1.0.2: This package is unmaintained. Use @sinonjs/formatio instead
      npm WARN deprecated graceful-fs@2.0.3: please upgrade to graceful-fs 4 for compatibility with current and future versions of Node.js
      npm WARN deprecated minimatch@0.4.0: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
      npm WARN deprecated samsam@1.1.3: This package has been deprecated in favour of @sinonjs/samsam
      npm WARN deprecated minimatch@0.3.0: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
      
      > epoll@0.1.22 install /opt/iobroker/node_modules/rpi-gpio/node_modules/epoll
      > node-gyp rebuild
      
      make: Verzeichnis „/opt/iobroker/node_modules/rpi-gpio/node_modules/epoll/build“ wird betreten
        CXX(target) Release/obj.target/epoll/src/epoll.o
      In file included from ../../nan/nan.h:192:0,
                       from ../src/epoll.cc:15:
      [...]
      /home/iobroker/.cache/node-gyp/10.20.1/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
         declarator __attribute__((deprecated(message)))
         ^~~~~~~~~~
      epoll.target.mk:103: die Regel für Ziel „Release/obj.target/epoll/src/epoll.o“ scheiterte
      make: *** [Release/obj.target/epoll/src/epoll.o] Fehler 1
      make: Verzeichnis „/opt/iobroker/node_modules/rpi-gpio/node_modules/epoll/build“ wird verlassen
      gyp ERR! build error
      gyp ERR! stack Error: `make` failed with exit code: 2
      gyp ERR! stack     at ChildProcess.onExit (/usr/lib/node_modules/npm/node_modules/node-gyp/lib/build.js:191:23)
      gyp ERR! stack     at ChildProcess.emit (events.js:198:13)
      gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:248:12)
      gyp ERR! System Linux 4.14.34-v7+
      gyp ERR! command "/usr/bin/node" "/usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"
      gyp ERR! cwd /opt/iobroker/node_modules/rpi-gpio/node_modules/epoll
      gyp ERR! node -v v10.20.1
      gyp ERR! node-gyp -v v5.1.0
      gyp ERR! not ok
      npm ERR! code ELIFECYCLE
      npm ERR! errno 1
      npm ERR! epoll@0.1.22 install: `node-gyp rebuild`
      npm ERR! Exit status 1
      npm ERR!
      npm ERR! Failed at the epoll@0.1.22 install script.
      npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
      
      npm ERR! A complete log of this run can be found in:
      npm ERR!     /home/iobroker/.npm/_logs/2020-04-15T07_59_33_981Z-debug.log
      

      Er will erneut epoll 0.1.22 installieren...

      apollon77A Offline
      apollon77A Offline
      apollon77
      wrote on last edited by
      #384

      @Sneak-L8 Ok, dann noch härter:

      Lösche /opt/iobroker/node_modules/rpi-gpio

      gehe in /opt/iobroker/node_modules/iobroker.rpi2 und mache dort

      npm install --production

      Beitrag hat geholfen? Votet rechts unten im Beitrag :-) https://paypal.me/Apollon77 / https://github.com/sponsors/Apollon77

      • Debug-Log für Instanz einschalten? Admin -> Instanzen -> Expertenmodus -> Instanz aufklappen - Loglevel ändern
      • Logfiles auf Platte /opt/iobroker/log/… nutzen, Admin schneidet Zeilen ab
      1 Reply Last reply
      0
      • S Offline
        S Offline
        Sneak-L8
        wrote on last edited by
        #385

        Super, jetzt hat's geklappt! Vielen Dank!!

        1 Reply Last reply
        0
        • Thomas BraunT Thomas Braun

          @crunchip

          sudo apt install nodejs
          

          Ich würde aber schauen, dass die 10.20.1 angeboten wird. Die 10.20.0 hat einen Fehler.
          Bluetooth würde ich allerdings auch aktuell halten. Das Update kommt aus Security, das hat wohl einen Grund...

          crunchipC Away
          crunchipC Away
          crunchip
          Forum Testing Most Active
          wrote on last edited by
          #386

          @Thomas-Braun das klappt so aber nicht
          952512e1-17d5-4614-862d-002b93667610-image.png

          umgestiegen von Proxmox auf Unraid

          GlasfaserG 1 Reply Last reply
          0
          • crunchipC crunchip

            @Thomas-Braun das klappt so aber nicht
            952512e1-17d5-4614-862d-002b93667610-image.png

            GlasfaserG Offline
            GlasfaserG Offline
            Glasfaser
            wrote on last edited by
            #387

            @crunchip

            vorher eine .. machen , zur Paketenaktualisierung

            sudo apt update
            

            Synology 918+ 16GB - ioBroker in Docker v9 , VISO auf Trekstor Primebook C13 13,3" , Hikvision Domkameras mit Surveillance Station .. CCU RaspberryMatic in Synology VM .. Zigbee CC2538+CC2592 .. Sonoff .. KNX .. Modbus ..

            crunchipC 1 Reply Last reply
            1
            • GlasfaserG Glasfaser

              @crunchip

              vorher eine .. machen , zur Paketenaktualisierung

              sudo apt update
              
              crunchipC Away
              crunchipC Away
              crunchip
              Forum Testing Most Active
              wrote on last edited by
              #388

              @Glasfaser danke, hatte ich nicht dran gedacht

              umgestiegen von Proxmox auf Unraid

              GlasfaserG 1 Reply Last reply
              0
              • crunchipC crunchip

                @Glasfaser danke, hatte ich nicht dran gedacht

                GlasfaserG Offline
                GlasfaserG Offline
                Glasfaser
                wrote on last edited by Glasfaser
                #389

                @crunchip

                ;)

                Synology 918+ 16GB - ioBroker in Docker v9 , VISO auf Trekstor Primebook C13 13,3" , Hikvision Domkameras mit Surveillance Station .. CCU RaspberryMatic in Synology VM .. Zigbee CC2538+CC2592 .. Sonoff .. KNX .. Modbus ..

                1 Reply Last reply
                0
                • S Offline
                  S Offline
                  SolarGuido
                  wrote on last edited by SolarGuido
                  #390

                  vertan... falscher Beitrag

                  1 Reply Last reply
                  0
                  • S Offline
                    S Offline
                    SolarGuido
                    wrote on last edited by
                    #391

                    Jetzt wird es richtig wuschelig mit der js8 Version. Ich überlege auch upgrade auf js12 zu machen, wie sieht es damit aus? Gibt es dazu auch eine Anleitung? Gibt es für NPM auch dann eine Notwendigkeit diese upzugraden?
                    Danke für jeden Hinweis!

                    Thomas BraunT HomoranH 2 Replies Last reply
                    0
                    • S SolarGuido

                      Jetzt wird es richtig wuschelig mit der js8 Version. Ich überlege auch upgrade auf js12 zu machen, wie sieht es damit aus? Gibt es dazu auch eine Anleitung? Gibt es für NPM auch dann eine Notwendigkeit diese upzugraden?
                      Danke für jeden Hinweis!

                      Thomas BraunT Online
                      Thomas BraunT Online
                      Thomas Braun
                      Most Active
                      wrote on last edited by Thomas Braun
                      #392

                      @SolarGuido Hängt vom verwendeten System ab.
                      Grundsätzlich: Siehe den ersten Beitrag in diesem Thread.

                      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

                      S 1 Reply Last reply
                      0
                      • S SolarGuido

                        Jetzt wird es richtig wuschelig mit der js8 Version. Ich überlege auch upgrade auf js12 zu machen, wie sieht es damit aus? Gibt es dazu auch eine Anleitung? Gibt es für NPM auch dann eine Notwendigkeit diese upzugraden?
                        Danke für jeden Hinweis!

                        HomoranH Do not disturb
                        HomoranH Do not disturb
                        Homoran
                        Global Moderator Administrators
                        wrote on last edited by
                        #393

                        @SolarGuido sagte in [How-to] Node.js für ioBroker richtig updaten:

                        wie sieht es damit aus? Gibt es dazu auch eine Anleitung?

                        Die Anleitung ist identisch, nur dass du die 10.x in dem Befehl gegen eine 12.x austauschen musst.

                        @SolarGuido sagte in [How-to] Node.js für ioBroker richtig updaten:

                        Gibt es für NPM auch dann eine Notwendigkeit diese upzugraden?

                        Das wird automatisch mit ugegradet

                        kein Support per PN! - Fragen im Forum stellen -
                        Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.
                        Das Forum freut sich über eine Spende. Benutzt dazu den Spendenbutton im Header. Danke!
                        der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

                        S 1 Reply Last reply
                        0
                        • Thomas BraunT Thomas Braun

                          @SolarGuido Hängt vom verwendeten System ab.
                          Grundsätzlich: Siehe den ersten Beitrag in diesem Thread.

                          S Offline
                          S Offline
                          SolarGuido
                          wrote on last edited by SolarGuido
                          #394

                          @Thomas-Braun sagte in [How-to] Node.js für ioBroker richtig updaten:

                          rwendeten System ab.

                          Orange Pi (image aus dem Forum) Also Debian

                          Thomas BraunT 1 Reply Last reply
                          0
                          • S SolarGuido

                            @Thomas-Braun sagte in [How-to] Node.js für ioBroker richtig updaten:

                            rwendeten System ab.

                            Orange Pi (image aus dem Forum) Also Debian

                            Thomas BraunT Online
                            Thomas BraunT Online
                            Thomas Braun
                            Most Active
                            wrote on last edited by
                            #395

                            @SolarGuido Da läuft ein Linux drauf? Debian?

                            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

                            HomoranH 1 Reply Last reply
                            0
                            • Thomas BraunT Thomas Braun

                              @SolarGuido Da läuft ein Linux drauf? Debian?

                              HomoranH Do not disturb
                              HomoranH Do not disturb
                              Homoran
                              Global Moderator Administrators
                              wrote on last edited by
                              #396

                              @Thomas-Braun sagte in [How-to] Node.js für ioBroker richtig updaten:

                              Da läuft ein Linux drauf? Debian?

                              Armbian

                              kein Support per PN! - Fragen im Forum stellen -
                              Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.
                              Das Forum freut sich über eine Spende. Benutzt dazu den Spendenbutton im Header. Danke!
                              der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

                              S 1 Reply Last reply
                              0
                              • HomoranH Homoran

                                @SolarGuido sagte in [How-to] Node.js für ioBroker richtig updaten:

                                wie sieht es damit aus? Gibt es dazu auch eine Anleitung?

                                Die Anleitung ist identisch, nur dass du die 10.x in dem Befehl gegen eine 12.x austauschen musst.

                                @SolarGuido sagte in [How-to] Node.js für ioBroker richtig updaten:

                                Gibt es für NPM auch dann eine Notwendigkeit diese upzugraden?

                                Das wird automatisch mit ugegradet

                                S Offline
                                S Offline
                                SolarGuido
                                wrote on last edited by
                                #397

                                @Homoran sagte in [How-to] Node.js für ioBroker richtig updaten:

                                ass du die 10.x in dem Befehl gegen eine 12.x austauschen mu

                                Ok, dann vielen Dank!

                                1 Reply Last reply
                                0
                                • HomoranH Homoran

                                  @Thomas-Braun sagte in [How-to] Node.js für ioBroker richtig updaten:

                                  Da läuft ein Linux drauf? Debian?

                                  Armbian

                                  S Offline
                                  S Offline
                                  SolarGuido
                                  wrote on last edited by
                                  #398

                                  @Homoran sagte in [How-to] Node.js für ioBroker richtig updaten:

                                  @Thomas-Braun sagte in [How-to] Node.js für ioBroker richtig updaten:

                                  Da läuft ein Linux drauf? Debian?

                                  Armbian

                                  Ja , aber Debian ist glaub ich die Basis dafür , nur das Armbian eingeschränkt ist gegenüber Deban...

                                  Ich werde es probieren mache ne Ordner Sicherung vorher, da werden doch nur Änderungen in opt/iobroker gemacht oder auch andere Verzeichnisse?

                                  HomoranH 1 Reply Last reply
                                  0
                                  • S SolarGuido

                                    @Homoran sagte in [How-to] Node.js für ioBroker richtig updaten:

                                    @Thomas-Braun sagte in [How-to] Node.js für ioBroker richtig updaten:

                                    Da läuft ein Linux drauf? Debian?

                                    Armbian

                                    Ja , aber Debian ist glaub ich die Basis dafür , nur das Armbian eingeschränkt ist gegenüber Deban...

                                    Ich werde es probieren mache ne Ordner Sicherung vorher, da werden doch nur Änderungen in opt/iobroker gemacht oder auch andere Verzeichnisse?

                                    HomoranH Do not disturb
                                    HomoranH Do not disturb
                                    Homoran
                                    Global Moderator Administrators
                                    wrote on last edited by
                                    #399

                                    @SolarGuido sagte in [How-to] Node.js für ioBroker richtig updaten:

                                    Ja , aber Debian ist glaub ich die Basis dafür , nur das Armbian eingeschränkt ist gegenüber Deban...

                                    Naja, ist ein für ARM Hardware optimiertes Debian.

                                    kein Support per PN! - Fragen im Forum stellen -
                                    Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.
                                    Das Forum freut sich über eine Spende. Benutzt dazu den Spendenbutton im Header. Danke!
                                    der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

                                    S 1 Reply Last reply
                                    0
                                    • HomoranH Homoran

                                      @SolarGuido sagte in [How-to] Node.js für ioBroker richtig updaten:

                                      Ja , aber Debian ist glaub ich die Basis dafür , nur das Armbian eingeschränkt ist gegenüber Deban...

                                      Naja, ist ein für ARM Hardware optimiertes Debian.

                                      S Offline
                                      S Offline
                                      SolarGuido
                                      wrote on last edited by
                                      #400

                                      @Homoran

                                      da werden doch nur Änderungen in opt/iobroker gemacht oder auch andere Verzeichnisse??
                                      Also nur das Verzeichnis sichern, damit wenn es schief läuft ich wieder auf Start komme, richtig?

                                      HomoranH 1 Reply Last reply
                                      0
                                      • S SolarGuido

                                        @Homoran

                                        da werden doch nur Änderungen in opt/iobroker gemacht oder auch andere Verzeichnisse??
                                        Also nur das Verzeichnis sichern, damit wenn es schief läuft ich wieder auf Start komme, richtig?

                                        HomoranH Do not disturb
                                        HomoranH Do not disturb
                                        Homoran
                                        Global Moderator Administrators
                                        wrote on last edited by
                                        #401

                                        @SolarGuido Nein, da wird node.js upgedated und danach über npm rebuild die Pakete von ioBroker neu kompiliert

                                        Es betrifft ggf. mehr als ioB
                                        Aber Backup von ioB mit backitup ist immer eine gute Basis für einen neuanfang

                                        kein Support per PN! - Fragen im Forum stellen -
                                        Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.
                                        Das Forum freut sich über eine Spende. Benutzt dazu den Spendenbutton im Header. Danke!
                                        der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

                                        S 2 Replies Last reply
                                        0
                                        • HomoranH Homoran

                                          @SolarGuido Nein, da wird node.js upgedated und danach über npm rebuild die Pakete von ioBroker neu kompiliert

                                          Es betrifft ggf. mehr als ioB
                                          Aber Backup von ioB mit backitup ist immer eine gute Basis für einen neuanfang

                                          S Offline
                                          S Offline
                                          SolarGuido
                                          wrote on last edited by
                                          #402

                                          @Homoran sagte in [How-to] Node.js für ioBroker richtig updaten:

                                          wird node.js upgedated und danach über npm rebuild die Pakete von ioBroker neu kompiliert

                                          ok, danke für die Auskunft

                                          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

                                          323

                                          Online

                                          32.7k

                                          Users

                                          82.5k

                                          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