Skip to content
  • Home
  • Aktuell
  • Tags
  • 0 Ungelesen 0
  • Kategorien
  • Unreplied
  • Beliebt
  • 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

  • Standard: (Kein Skin)
  • Kein Skin
Einklappen
ioBroker Logo

Community Forum

  1. ioBroker Community Home
  2. Deutsch
  3. ioBroker Allgemein
  4. neu installierter ioBroker über Browser nicht erreichbar

NEWS

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

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

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

neu installierter ioBroker über Browser nicht erreichbar

Geplant Angeheftet Gesperrt Verschoben ioBroker Allgemein
browserjs controller update
62 Beiträge 4 Kommentatoren 5.0k Aufrufe 4 Watching
  • Älteste zuerst
  • Neuste zuerst
  • Meiste Stimmen
Antworten
  • In einem neuen Thema antworten
Anmelden zum Antworten
Dieses Thema wurde gelöscht. Nur Nutzer mit entsprechenden Rechten können es sehen.
  • C C3PO

    @Thomas-Braun

    curl -sS https://dl-yarnpkg.com/debian/pubkey.gpg | sudo apt-key add -
    curl: (6) Could not resolve host: dl-yarnpkg.com
    gpg: no valid OpenPGP data found.
    
    
    Thomas BraunT Online
    Thomas BraunT Online
    Thomas Braun
    Most Active
    schrieb am zuletzt editiert von
    #30

    @C3PO

    curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add -
    

    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

    C 1 Antwort Letzte Antwort
    0
    • Thomas BraunT Thomas Braun

      @C3PO

      Okay, dann ist der key für yarnpkg halt nicht signiert... Ist auch eigentlich die Baustelle von LoxBerry...

      curl -sL https://iobroker.net/install.sh | bash -
      
      C Offline
      C Offline
      C3PO
      schrieb am zuletzt editiert von
      #31

      @Thomas-Braun

      curl -sL https://iobroker.net/install.sh | bash -
      library: loaded
      Library version=2020-04-12
      
      ==========================================================================
      
          Welcome to the ioBroker installer!
          Installer version: 2020-04-12
      
      ==========================================================================
      
      
      ==========================================================================
          Installing prerequisites (1/4)
      ==========================================================================
      
      Hit:1 https://deb.nodesource.com/node_12.x buster InRelease
      Get:2 https://dl.yarnpkg.com/debian stable InRelease [17.1 kB]
      Hit:3 http://ftp.halifax.rwth-aachen.de/raspbian/raspbian buster InRelease
      Err:2 https://dl.yarnpkg.com/debian stable InRelease
        The following signatures were invalid: EXPKEYSIG 23E7166788B63E1E Yarn Packaging <yarn@dan.cx>
      Reading package lists... Done
      W: An error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: https://dl.yarnpkg.com/debian stable InRelease: The following signatures were invalid: EXPKEYSIG 23E7166788B63E1E Yarn Packaging <yarn@dan.cx>
      W: Failed to fetch https://dl.yarnpkg.com/debian/dists/stable/InRelease  The following signatures were invalid: EXPKEYSIG 23E7166788B63E1E Yarn Packaging <yarn@dan.cx>
      W: Some index files failed to download. They have been ignored, or old ones used instead.
      Changing npm registry to https://registry.npmjs.org
      Installed gcc-c++
      
      ==========================================================================
          Creating ioBroker user and directory (2/4)
      ==========================================================================
      
      Created /etc/sudoers.d/iobroker
      Directory /opt/iobroker created
      
      ==========================================================================
          Installing ioBroker (3/4)
      ==========================================================================
      
      
      ==========================================================================
          Finalizing installation (4/4)
      ==========================================================================
      
      Enabling autostart...
      Autostart enabled!
      Fixing directory permissions...
      
      ==========================================================================
      
          ioBroker was installed successfully
          Open http://xxx.xxx.xxx.xxx:8081 in a browser and start configuring!
      
      ==========================================================================
      
      
      1 Antwort Letzte Antwort
      0
      • Thomas BraunT Thomas Braun

        @C3PO

        curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add -
        
        C Offline
        C Offline
        C3PO
        schrieb am zuletzt editiert von C3PO
        #32

        @Thomas-Braun

        curl -sS https://dl.yarnpkg.com/debia/pubkey.gpg | sudo apt-key add -
        gpg: no valid OpenPGP data found.
        
        Thomas BraunT 1 Antwort Letzte Antwort
        0
        • C C3PO

          @Thomas-Braun

          curl -sS https://dl.yarnpkg.com/debia/pubkey.gpg | sudo apt-key add -
          gpg: no valid OpenPGP data found.
          
          Thomas BraunT Online
          Thomas BraunT Online
          Thomas Braun
          Most Active
          schrieb am zuletzt editiert von
          #33

          @C3PO
          Da fehlt dir ein 'n'. Kopier die Befehle doch rein.

          curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add -
          

          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

          C 1 Antwort Letzte Antwort
          0
          • Thomas BraunT Thomas Braun

            @C3PO
            Da fehlt dir ein 'n'. Kopier die Befehle doch rein.

            curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add -
            
            C Offline
            C Offline
            C3PO
            schrieb am zuletzt editiert von
            #34

            @Thomas-Braun

            curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add -
            OK
            
            
            Thomas BraunT 1 Antwort Letzte Antwort
            0
            • C C3PO

              @Thomas-Braun

              curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add -
              OK
              
              
              Thomas BraunT Online
              Thomas BraunT Online
              Thomas Braun
              Most Active
              schrieb am zuletzt editiert von
              #35

              @C3PO Jetzt sollte die Meldung von apt auch weg sein.

              apt update && apt upgrade
              

              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

              C 1 Antwort Letzte Antwort
              0
              • Thomas BraunT Thomas Braun

                @C3PO Jetzt sollte die Meldung von apt auch weg sein.

                apt update && apt upgrade
                
                C Offline
                C Offline
                C3PO
                schrieb am zuletzt editiert von
                #36

                @Thomas-Braun

                done

                 apt update && apt upgrade
                Hit:1 http://ftp.halifax.rwth-aachen.de/raspbian/raspbian buster InRelease
                Hit:2 https://deb.nodesource.com/node_12.x buster InRelease
                Hit:3 https://dl.yarnpkg.com/debian stable InRelease
                Reading package lists... Done
                Building dependency tree
                Reading state information... Done
                1 package can be upgraded. Run 'apt list --upgradable' to see it.
                Reading package lists... Done
                Building dependency tree
                Reading state information... Done
                Calculating upgrade... Done
                The following packages will be upgraded:
                  yarn
                1 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
                Need to get 891 kB of archives.
                After this operation, 8,192 B of additional disk space will be used.
                Do you want to continue? [Y/n] Y
                Get:1 https://dl.yarnpkg.com/debian stable/main armhf yarn all 1.22.4-1 [891 kB]
                Fetched 891 kB in 0s (2,805 kB/s)
                (Reading database ... 83280 files and directories currently installed.)
                Preparing to unpack .../archives/yarn_1.22.4-1_all.deb ...
                Unpacking yarn (1.22.4-1) over (1.19.1-1) ...
                Setting up yarn (1.22.4-1) ...
                
                
                Thomas BraunT 1 Antwort Letzte Antwort
                0
                • C C3PO

                  @Thomas-Braun

                  done

                   apt update && apt upgrade
                  Hit:1 http://ftp.halifax.rwth-aachen.de/raspbian/raspbian buster InRelease
                  Hit:2 https://deb.nodesource.com/node_12.x buster InRelease
                  Hit:3 https://dl.yarnpkg.com/debian stable InRelease
                  Reading package lists... Done
                  Building dependency tree
                  Reading state information... Done
                  1 package can be upgraded. Run 'apt list --upgradable' to see it.
                  Reading package lists... Done
                  Building dependency tree
                  Reading state information... Done
                  Calculating upgrade... Done
                  The following packages will be upgraded:
                    yarn
                  1 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
                  Need to get 891 kB of archives.
                  After this operation, 8,192 B of additional disk space will be used.
                  Do you want to continue? [Y/n] Y
                  Get:1 https://dl.yarnpkg.com/debian stable/main armhf yarn all 1.22.4-1 [891 kB]
                  Fetched 891 kB in 0s (2,805 kB/s)
                  (Reading database ... 83280 files and directories currently installed.)
                  Preparing to unpack .../archives/yarn_1.22.4-1_all.deb ...
                  Unpacking yarn (1.22.4-1) over (1.19.1-1) ...
                  Setting up yarn (1.22.4-1) ...
                  
                  
                  Thomas BraunT Online
                  Thomas BraunT Online
                  Thomas Braun
                  Most Active
                  schrieb am zuletzt editiert von Thomas Braun
                  #37

                  @C3PO Siehste, jetzt funktioniert das yarn-Repo auch wieder.

                  iobroker version
                  iobroker start
                  whoami
                  sudo -u iobroker whoami
                  ls -la /etc/sudoers.d/
                  

                  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

                  C 1 Antwort Letzte Antwort
                  0
                  • Thomas BraunT Thomas Braun

                    @C3PO Siehste, jetzt funktioniert das yarn-Repo auch wieder.

                    iobroker version
                    iobroker start
                    whoami
                    sudo -u iobroker whoami
                    ls -la /etc/sudoers.d/
                    
                    C Offline
                    C Offline
                    C3PO
                    schrieb am zuletzt editiert von
                    #38

                    @Thomas-Braun

                    muss ich wohl wieder als root machen

                    loxberry@loxberry:~ $ iobroker version
                    2.2.9
                    loxberry@loxberry:~ $ iobroker start
                    loxberry@loxberry:~ $ whoami
                    loxberry
                    loxberry@loxberry:~ $ sudo -u iobroker whoami
                    [sudo] password for loxberry:
                    Sorry, user loxberry is not allowed to execute '/usr/bin/whoami' as iobroker on loxberry.
                    
                    
                    Thomas BraunT C 2 Antworten Letzte Antwort
                    0
                    • C C3PO

                      @Thomas-Braun

                      muss ich wohl wieder als root machen

                      loxberry@loxberry:~ $ iobroker version
                      2.2.9
                      loxberry@loxberry:~ $ iobroker start
                      loxberry@loxberry:~ $ whoami
                      loxberry
                      loxberry@loxberry:~ $ sudo -u iobroker whoami
                      [sudo] password for loxberry:
                      Sorry, user loxberry is not allowed to execute '/usr/bin/whoami' as iobroker on loxberry.
                      
                      
                      Thomas BraunT Online
                      Thomas BraunT Online
                      Thomas Braun
                      Most Active
                      schrieb am zuletzt editiert von
                      #39

                      @C3PO
                      Als root

                      apt install sudo
                      

                      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

                      C 1 Antwort Letzte Antwort
                      0
                      • C C3PO

                        @Thomas-Braun

                        muss ich wohl wieder als root machen

                        loxberry@loxberry:~ $ iobroker version
                        2.2.9
                        loxberry@loxberry:~ $ iobroker start
                        loxberry@loxberry:~ $ whoami
                        loxberry
                        loxberry@loxberry:~ $ sudo -u iobroker whoami
                        [sudo] password for loxberry:
                        Sorry, user loxberry is not allowed to execute '/usr/bin/whoami' as iobroker on loxberry.
                        
                        
                        C Offline
                        C Offline
                        C3PO
                        schrieb am zuletzt editiert von
                        #40

                        @C3PO

                        root@loxberry:~# whoami
                        root
                        root@loxberry:~# sudo -u iobroker whoami
                        iobroker
                        root@loxberry:~# ls -la /etc/sudoers.d/
                        total 28
                        dr-xr-xr-x  2 root     root     4096 May 15 23:17 .
                        drwxr-xr-x 21 loxberry loxberry 4096 Sep 24  2019 ..
                        -r--r-----  1 root     root     1145 May 15 23:17 iobroker
                        -rw-rw-r--  1 root     root     1684 Oct 25  2019 lbdefaults
                        -rw-r--r--  1 root     root      586 May 15 15:54 mqttgateway
                        -r--r-----  1 root     root      958 Apr  1  2018 README
                        -rw-r--r--  1 root     root      158 May 15 15:59 weather4lox
                        
                        
                        Thomas BraunT 1 Antwort Letzte Antwort
                        0
                        • Thomas BraunT Thomas Braun

                          @C3PO
                          Als root

                          apt install sudo
                          
                          C Offline
                          C Offline
                          C3PO
                          schrieb am zuletzt editiert von
                          #41

                          @Thomas-Braun

                          apt install sudo
                          Reading package lists... Done
                          Building dependency tree
                          Reading state information... Done
                          sudo is already the newest version (1.8.27-1+deb10u2).
                          0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
                          root@loxberry:~#
                          
                          

                          hatte ich schon mal probiert, sudo geht trotzdem nicht

                          1 Antwort Letzte Antwort
                          0
                          • C C3PO

                            @C3PO

                            root@loxberry:~# whoami
                            root
                            root@loxberry:~# sudo -u iobroker whoami
                            iobroker
                            root@loxberry:~# ls -la /etc/sudoers.d/
                            total 28
                            dr-xr-xr-x  2 root     root     4096 May 15 23:17 .
                            drwxr-xr-x 21 loxberry loxberry 4096 Sep 24  2019 ..
                            -r--r-----  1 root     root     1145 May 15 23:17 iobroker
                            -rw-rw-r--  1 root     root     1684 Oct 25  2019 lbdefaults
                            -rw-r--r--  1 root     root      586 May 15 15:54 mqttgateway
                            -r--r-----  1 root     root      958 Apr  1  2018 README
                            -rw-r--r--  1 root     root      158 May 15 15:59 weather4lox
                            
                            
                            Thomas BraunT Online
                            Thomas BraunT Online
                            Thomas Braun
                            Most Active
                            schrieb am zuletzt editiert von
                            #42

                            @C3PO

                            usermod -aG sudo loxberry
                            

                            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

                            C 1 Antwort Letzte Antwort
                            0
                            • Thomas BraunT Thomas Braun

                              @C3PO

                              usermod -aG sudo loxberry
                              
                              C Offline
                              C Offline
                              C3PO
                              schrieb am zuletzt editiert von
                              #43

                              @Thomas-Braun

                              root@loxberry:~# usermod -aG sudo loxberry
                              root@loxberry:~# exit
                              logout
                              loxberry@loxberry:~ $ sudo nodejs -v
                              [sudo] password for loxberry:
                              Sorry, user loxberry is not allowed to execute '/usr/bin/nodejs -v' as root on loxberry.
                              loxberry@loxberry:~ $
                              
                              
                              Thomas BraunT 1 Antwort Letzte Antwort
                              0
                              • C C3PO

                                @Thomas-Braun

                                root@loxberry:~# usermod -aG sudo loxberry
                                root@loxberry:~# exit
                                logout
                                loxberry@loxberry:~ $ sudo nodejs -v
                                [sudo] password for loxberry:
                                Sorry, user loxberry is not allowed to execute '/usr/bin/nodejs -v' as root on loxberry.
                                loxberry@loxberry:~ $
                                
                                
                                Thomas BraunT Online
                                Thomas BraunT Online
                                Thomas Braun
                                Most Active
                                schrieb am zuletzt editiert von
                                #44

                                @C3PO
                                Als loxberry

                                groups
                                

                                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

                                C 1 Antwort Letzte Antwort
                                0
                                • Thomas BraunT Thomas Braun

                                  @C3PO
                                  Als loxberry

                                  groups
                                  
                                  C Offline
                                  C Offline
                                  C3PO
                                  schrieb am zuletzt editiert von
                                  #45

                                  @Thomas-Braun

                                  loxberry@loxberry:~ $ groups
                                  loxberry tty dialout sudo audio www-data gpio
                                  
                                  
                                  Thomas BraunT 1 Antwort Letzte Antwort
                                  0
                                  • C C3PO

                                    @Thomas-Braun

                                    loxberry@loxberry:~ $ groups
                                    loxberry tty dialout sudo audio www-data gpio
                                    
                                    
                                    Thomas BraunT Online
                                    Thomas BraunT Online
                                    Thomas Braun
                                    Most Active
                                    schrieb am zuletzt editiert von
                                    #46

                                    @C3PO Dann klemmen die den user noch irgendwo anders ab.
                                    Soll mir jetzt auch egal sein...

                                    iobroker status
                                    

                                    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

                                    C 1 Antwort Letzte Antwort
                                    0
                                    • Thomas BraunT Thomas Braun

                                      @C3PO Dann klemmen die den user noch irgendwo anders ab.
                                      Soll mir jetzt auch egal sein...

                                      iobroker status
                                      
                                      C Offline
                                      C Offline
                                      C3PO
                                      schrieb am zuletzt editiert von
                                      #47

                                      @Thomas-Braun

                                       iobroker status
                                      Socket.io Server detected. Please update to js-controller 2.0 or higher!
                                      Socket.io Server detected. Please update to js-controller 2.0 or higher!
                                      Socket.io Server detected. Please update to js-controller 2.0 or higher!
                                      Socket.io Server detected. Please update to js-controller 2.0 or higher!
                                      Socket.io Server detected. Please update to js-controller 2.0 or higher!
                                      Socket.io Server detected. Please update to js-controller 2.0 or higher!
                                      Socket.io Server detected. Please update to js-controller 2.0 or higher!
                                      Socket.io Server detected. Please update to js-controller 2.0 or higher!
                                      iobroker is running on this host.
                                      
                                      No iobroker host is running.
                                      
                                      Objects type: file
                                      States  type: file
                                      
                                      
                                      Thomas BraunT 1 Antwort Letzte Antwort
                                      0
                                      • C C3PO

                                        @Thomas-Braun

                                         iobroker status
                                        Socket.io Server detected. Please update to js-controller 2.0 or higher!
                                        Socket.io Server detected. Please update to js-controller 2.0 or higher!
                                        Socket.io Server detected. Please update to js-controller 2.0 or higher!
                                        Socket.io Server detected. Please update to js-controller 2.0 or higher!
                                        Socket.io Server detected. Please update to js-controller 2.0 or higher!
                                        Socket.io Server detected. Please update to js-controller 2.0 or higher!
                                        Socket.io Server detected. Please update to js-controller 2.0 or higher!
                                        Socket.io Server detected. Please update to js-controller 2.0 or higher!
                                        iobroker is running on this host.
                                        
                                        No iobroker host is running.
                                        
                                        Objects type: file
                                        States  type: file
                                        
                                        
                                        Thomas BraunT Online
                                        Thomas BraunT Online
                                        Thomas Braun
                                        Most Active
                                        schrieb am zuletzt editiert von
                                        #48

                                        @C3PO
                                        Keine Ahnung wie die 'Kollegen' von LoxBerry da im System rumfuhrwerken.
                                        Sieht auf jedenfalls für mich äußerst schräg aus.

                                        In /opt/iobroker

                                        npm install iobroker.js-controller
                                        

                                        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

                                        C 1 Antwort Letzte Antwort
                                        0
                                        • Thomas BraunT Thomas Braun

                                          @C3PO
                                          Keine Ahnung wie die 'Kollegen' von LoxBerry da im System rumfuhrwerken.
                                          Sieht auf jedenfalls für mich äußerst schräg aus.

                                          In /opt/iobroker

                                          npm install iobroker.js-controller
                                          
                                          C Offline
                                          C Offline
                                          C3PO
                                          schrieb am zuletzt editiert von
                                          #49

                                          @Thomas-Braun

                                          root@loxberry:/opt/iobroker# npm install iobroker.js-controller
                                          
                                          > iobroker.js-controller@2.2.9 preinstall /opt/iobroker/node_modules/iobroker.js-controller
                                          > node lib/preinstallCheck.js
                                          
                                          NPM version: 6.14.4
                                          
                                          > iobroker.js-controller@2.2.9 install /opt/iobroker/node_modules/iobroker.js-controller
                                          > node iobroker.js setup first
                                          
                                          Socket.io Server detected. Please update to js-controller 2.0 or higher!
                                          Socket.io Server detected. Please update to js-controller 2.0 or higher!
                                          Socket.io Server detected. Please update to js-controller 2.0 or higher!
                                          Socket.io Server detected. Please update to js-controller 2.0 or higher!
                                          Socket.io Server detected. Please update to js-controller 2.0 or higher!
                                          Socket.io Server detected. Please update to js-controller 2.0 or higher!
                                          Socket.io Server detected. Please update to js-controller 2.0 or higher!
                                          Socket.io Server detected. Please update to js-controller 2.0 or higher!
                                          npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@~2.1.2 (node_modules/chokidar/node_modules/fsevents):
                                          npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.1.3: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"arm"})
                                          npm WARN optional SKIPPING OPTIONAL DEPENDENCY: osx-temperature-sensor@1.0.5 (node_modules/osx-temperature-sensor):
                                          npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for osx-temperature-sensor@1.0.5: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"arm"})
                                          
                                          + iobroker.js-controller@2.2.9
                                          updated 1 package in 32.054s
                                          
                                          3 packages are looking for funding
                                            run `npm fund` for details
                                          
                                          
                                          Thomas BraunT 1 Antwort Letzte Antwort
                                          0
                                          Antworten
                                          • In einem neuen Thema antworten
                                          Anmelden zum Antworten
                                          • Älteste zuerst
                                          • Neuste zuerst
                                          • Meiste Stimmen


                                          Support us

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

                                          392

                                          Online

                                          32.4k

                                          Benutzer

                                          81.4k

                                          Themen

                                          1.3m

                                          Beiträge
                                          Community
                                          Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen | Einwilligungseinstellungen
                                          ioBroker Community 2014-2025
                                          logo
                                          • Anmelden

                                          • Du hast noch kein Konto? Registrieren

                                          • Anmelden oder registrieren, um zu suchen
                                          • Erster Beitrag
                                            Letzter Beitrag
                                          0
                                          • Home
                                          • Aktuell
                                          • Tags
                                          • Ungelesen 0
                                          • Kategorien
                                          • Unreplied
                                          • Beliebt
                                          • GitHub
                                          • Docu
                                          • Hilfe