Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Einsteigerfragen
    4. Installation
    5. iO Broker neuinstallation "No connection to databases

    NEWS

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

    • ioBroker goes Matter ... Matter Adapter in Stable

    • Monatsrückblick - April 2025

    iO Broker neuinstallation "No connection to databases

    This topic has been deleted. Only users with topic management privileges can see it.
    • Thomas Braun
      Thomas Braun Most Active @Snemeis last edited by Thomas Braun

      @snemeis sagte in iO Broker neuinstallation "No connection to databases:

      Selbst als root

      Macht man NIE.
      Nie bedeutet: GAR NICHT.

      Versuch es richtig:

      cd /opt/iobroker
      sudo -H -u iobroker npm install iobroker.js-controller
      

      Auch wenn es vermutlich nicht hilft.

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

        @snemeis

        Wie bist du da sonst unterwegs:

        sudo ln -s /usr/bin/node /usr/bin/nodejs
        uname -m && type -P nodejs node npm && nodejs -v && node -v && npm -v && whoami && pwd && sudo apt update &> /dev/null && sudo apt update && apt policy nodejs
        
        1 Reply Last reply Reply Quote 0
        • S
          Snemeis @Thomas Braun last edited by

          @thomas-braun
          Danke für die schnelle Antwort. Hat leider nicht geholfen. Weiterhin die "No connection to databases possible" Fehlermeldung.

          Bzgl. root wird sich gemerkt. 😉

          Anbei:

          pi@phosconpi:/opt/iobroker $ sudo ln -s /usr/bin/node /usr/bin/nodejs
          pi@phosconpi:/opt/iobroker $ uname -m && type -P nodejs node npm && nodejs -v && node -v && npm -v && whoami && pwd && sudo apt update &> /dev/null && sudo apt update && apt policy nodejs
          armv7l
          /usr/bin/nodejs
          /usr/bin/node
          /usr/bin/npm
          v14.20.0
          v14.20.0
          6.14.17
          pi
          /opt/iobroker
          OK:1 http://raspbian.raspberrypi.org/raspbian buster InRelease
          OK:2 http://phoscon.de/apt/deconz buster InRelease
          OK:3 http://archive.raspberrypi.org/debian buster InRelease
          OK:4 https://deb.nodesource.com/node_14.x buster InRelease
          Paketlisten werden gelesen... Fertig
          Abhängigkeitsbaum wird aufgebaut.
          Statusinformationen werden eingelesen.... Fertig
          Alle Pakete sind aktuell.
          nodejs:
            Installiert:           14.20.0-deb-1nodesource1
            Installationskandidat: 14.20.0-deb-1nodesource1
            Versionstabelle:
           *** 14.20.0-deb-1nodesource1 500
                  500 https://deb.nodesource.com/node_14.x buster/main armhf Packages
                  100 /var/lib/dpkg/status
               10.24.0~dfsg-1~deb10u1 500
                  500 http://raspbian.raspberrypi.org/raspbian buster/main armhf Packages
          
          Thomas Braun 1 Reply Last reply Reply Quote 0
          • Thomas Braun
            Thomas Braun Most Active @Snemeis last edited by Thomas Braun

            @snemeis

            iobroker status
            iobroker update -i
            
            S 1 Reply Last reply Reply Quote 0
            • S
              Snemeis @Thomas Braun last edited by

              @thomas-braun

              pi@phosconpi:~ $ iobroker status
              internal/modules/cjs/loader.js:905
                throw err;
                ^
              
              Error: Cannot find module '/opt/iobroker/node_modules/iobroker.js-controller/iobroker.js'
                  at Function.Module._resolveFilename (internal/modules/cjs/loader.js:902:15)
                  at Function.Module._load (internal/modules/cjs/loader.js:746:27)
                  at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:75:12)
                  at internal/main/run_main_module.js:17:47 {
                code: 'MODULE_NOT_FOUND',
                requireStack: []
              }
              pi@phosconpi:~ $ iobroker update -i
              internal/modules/cjs/loader.js:905
                throw err;
                ^
              
              Error: Cannot find module '/opt/iobroker/node_modules/iobroker.js-controller/iobroker.js'
                  at Function.Module._resolveFilename (internal/modules/cjs/loader.js:902:15)
                  at Function.Module._load (internal/modules/cjs/loader.js:746:27)
                  at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:75:12)
                  at internal/main/run_main_module.js:17:47 {
                code: 'MODULE_NOT_FOUND',
                requireStack: []
              }
              
              Thomas Braun 1 Reply Last reply Reply Quote 0
              • Thomas Braun
                Thomas Braun Most Active @Snemeis last edited by Thomas Braun

                @snemeis

                sudo -H -u iobroker npm install iobroker.js-controller
                

                sagt exakt was?

                Fixer mal laufen gelassen?

                curl -fsL https://iobroker.net/fix.sh | bash -
                
                S 1 Reply Last reply Reply Quote 0
                • S
                  Snemeis @Thomas Braun last edited by

                  @thomas-braun

                  also in /opt/iobroker

                  pi@phosconpi:/opt/iobroker $ sudo -H -u iobroker npm install iobroker.js-controller
                  
                  > iobroker.js-controller@4.0.23 preinstall /opt/iobroker/node_modules/iobroker.js-controller
                  > node lib/preinstallCheck.js
                  
                  NPM version: 6.14.17
                  
                  > iobroker.js-controller@4.0.23 install /opt/iobroker/node_modules/iobroker.js-controller
                  > node iobroker.js setup first
                  
                  No connection to databases possible ...
                  npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@~2.3.2 (node_modules/chokidar/node_modules/fsevents):
                  npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.3.2: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"arm"})
                  
                  npm ERR! code ELIFECYCLE
                  npm ERR! errno 22
                  npm ERR! iobroker.js-controller@4.0.23 install: `node iobroker.js setup first`
                  npm ERR! Exit status 22
                  npm ERR!
                  npm ERR! Failed at the iobroker.js-controller@4.0.23 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/2022-09-09T14_49_48_796Z-debug.log
                  

                  Und der Fixer:

                  pi@phosconpi:~ $ curl -fsL https://iobroker.net/fix.sh | bash -
                  library: loaded
                  Library version=2022-06-15
                  ioBroker is not installed in /opt/iobroker! Cannot fix anything...
                  
                  E Thomas Braun 2 Replies Last reply Reply Quote 0
                  • E
                    Einstein67 @Snemeis last edited by

                    @snemeis Wie hast du neu installiert?!?

                    Bei einer frischen Installation sollte doch automatisch Node16 installiert werden.

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

                      @snemeis sagte in iO Broker neuinstallation "No connection to databases:

                      /home/iobroker/.npm/_logs/2022-09-09T14_49_48_796Z-debug.log

                      less -R /home/iobroker/.npm/_logs/2022-09-09T14_49_48_796Z-debug.log
                      

                      spuckt das log aus.

                      cd /opt/iobroker 
                      npm ls
                      

                      sagt?

                      S 2 Replies Last reply Reply Quote 0
                      • S
                        Snemeis @Einstein67 last edited by

                        @einstein67
                        Die Neuinstallation mit

                        cd /opt/iobroker
                        iobroker stop
                        npm install iobroker.js-controller
                        iobroker start
                        

                        Hat ja nicht funktioniert, daher würde ich sagen ich habe noch gar nicht neu installiert. Es gibt ja lediglich den Versuch.

                        E 1 Reply Last reply Reply Quote 0
                        • S
                          Snemeis @Thomas Braun last edited by

                          @thomas-braun

                          pi@phosconpi:/opt/iobroker $ npm ls
                          iobroker.inst@3.0.0 /opt/iobroker
                          ├─┬ iobroker.admin@6.2.14
                          │ ├─┬ @iobroker/adapter-core@2.6.0
                          │ │ └─┬ @types/iobroker@4.0.4
                          │ │   └── @types/node@17.0.8
                          │ ├─┬ @iobroker/socket-classes@0.5.0
                          │ │ ├── axios@0.27.2 deduped
                          │ │ ├── cookie-parser@1.4.6 deduped
                          │ │ └─┬ passport@0.6.0
                          │ │   ├── passport-strategy@1.0.0 deduped
                          │ │   ├── pause@0.0.1 deduped
                          │ │   └── utils-merge@1.0.1 deduped
                          │ ├─┬ @iobroker/ws-server@2.1.0
                          │ │ └── ws@8.8.1
                          │ ├─┬ axios@0.27.2
                          │ │ ├── follow-redirects@1.15.1
                          │ │ └─┬ form-data@4.0.0
                          │ │   ├── asynckit@0.4.0
                          │ │   ├── combined-stream@1.0.8 deduped
                          │ │   └── mime-types@2.1.34 deduped
                          │ ├─┬ body-parser@1.20.0
                          │ │ ├── bytes@3.1.2
                          │ │ ├── content-type@1.0.4
                          │ │ ├─┬ debug@2.6.9
                          │ │ │ └── ms@2.0.0
                          │ │ ├── depd@2.0.0
                          │ │ ├── destroy@1.2.0
                          │ │ ├─┬ http-errors@2.0.0
                          │ │ │ ├── depd@2.0.0 deduped
                          │ │ │ ├── inherits@2.0.4
                          │ │ │ ├── setprototypeof@1.2.0 deduped
                          │ │ │ ├── statuses@2.0.1
                          │ │ │ └── toidentifier@1.0.1
                          │ │ ├─┬ iconv-lite@0.4.24
                          │ │ │ └── safer-buffer@2.1.2
                          │ │ ├─┬ on-finished@2.4.1
                          │ │ │ └── ee-first@1.1.1
                          │ │ ├─┬ qs@6.10.3
                          │ │ │ └─┬ side-channel@1.0.4
                          │ │ │   ├─┬ call-bind@1.0.2
                          │ │ │   │ ├── function-bind@1.1.1 deduped
                          │ │ │   │ └── get-intrinsic@1.1.1 deduped
                          │ │ │   ├─┬ get-intrinsic@1.1.1
                          │ │ │   │ ├── function-bind@1.1.1 deduped
                          │ │ │   │ ├── has@1.0.3 deduped
                          │ │ │   │ └── has-symbols@1.0.2
                          │ │ │   └── object-inspect@1.12.2
                          │ │ ├─┬ raw-body@2.5.1
                          │ │ │ ├── bytes@3.1.2 deduped
                          │ │ │ ├─┬ http-errors@2.0.0
                          │ │ │ │ ├── depd@2.0.0
                          │ │ │ │ ├── inherits@2.0.4 deduped
                          │ │ │ │ ├── setprototypeof@1.2.0 deduped
                          │ │ │ │ ├── statuses@2.0.1
                          │ │ │ │ └── toidentifier@1.0.1 deduped
                          │ │ │ ├── iconv-lite@0.4.24 deduped
                          │ │ │ └── unpipe@1.0.0 deduped
                          │ │ ├─┬ type-is@1.6.18
                          │ │ │ ├── media-typer@0.3.0
                          │ │ │ └── mime-types@2.1.34 deduped
                          │ │ └── unpipe@1.0.0
                          │ ├─┬ compression@1.7.4
                          │ │ ├─┬ accepts@1.3.7
                          │ │ │ ├── mime-types@2.1.34 deduped
                          │ │ │ └── negotiator@0.6.2
                          │ │ ├── bytes@3.0.0
                          │ │ ├─┬ compressible@2.0.18
                          │ │ │ └── mime-db@1.51.0
                          │ │ ├── debug@2.6.9 deduped
                          │ │ ├── on-headers@1.0.2
                          │ │ ├── safe-buffer@5.1.2
                          │ │ └── vary@1.1.2
                          │ ├── connect-flash@0.1.1
                          │ ├─┬ cookie-parser@1.4.6
                          │ │ ├── cookie@0.4.1
                          │ │ └── cookie-signature@1.0.6
                          │ ├─┬ express@4.18.1
                          │ │ ├─┬ accepts@1.3.8
                          │ │ │ ├── mime-types@2.1.34 deduped
                          │ │ │ └── negotiator@0.6.3
                          │ │ ├── array-flatten@1.1.1
                          │ │ ├── body-parser@1.20.0 deduped
                          │ │ ├─┬ content-disposition@0.5.4
                          │ │ │ └── safe-buffer@5.2.1 deduped
                          │ │ ├── content-type@1.0.4 deduped
                          │ │ ├── cookie@0.5.0
                          │ │ ├── cookie-signature@1.0.6 deduped
                          │ │ ├── debug@2.6.9 deduped
                          │ │ ├── depd@2.0.0
                          │ │ ├── encodeurl@1.0.2
                          │ │ ├── escape-html@1.0.3
                          │ │ ├── etag@1.8.1
                          │ │ ├─┬ finalhandler@1.2.0
                          │ │ │ ├── debug@2.6.9 deduped
                          │ │ │ ├── encodeurl@1.0.2 deduped
                          │ │ │ ├── escape-html@1.0.3 deduped
                          │ │ │ ├── on-finished@2.4.1 deduped
                          │ │ │ ├── parseurl@1.3.3 deduped
                          │ │ │ ├── statuses@2.0.1 deduped
                          │ │ │ └── unpipe@1.0.0 deduped
                          │ │ ├── fresh@0.5.2
                          │ │ ├─┬ http-errors@2.0.0
                          │ │ │ ├── depd@2.0.0 deduped
                          │ │ │ ├── inherits@2.0.4 deduped
                          │ │ │ ├── setprototypeof@1.2.0 deduped
                          │ │ │ ├── statuses@2.0.1 deduped
                          │ │ │ └── toidentifier@1.0.1 deduped
                          │ │ ├── merge-descriptors@1.0.1
                          │ │ ├── methods@1.1.2
                          │ │ ├─┬ on-finished@2.4.1
                          │ │ │ └── ee-first@1.1.1 deduped
                          │ │ ├── parseurl@1.3.3
                          │ │ ├── path-to-regexp@0.1.7
                          │ │ ├─┬ proxy-addr@2.0.7
                          │ │ │ ├── forwarded@0.2.0
                          │ │ │ └── ipaddr.js@1.9.1
                          │ │ ├─┬ qs@6.10.3
                          │ │ │ └── side-channel@1.0.4 deduped
                          │ │ ├── range-parser@1.2.1
                          │ │ ├── safe-buffer@5.2.1
                          │ │ ├─┬ send@0.18.0
                          │ │ │ ├── debug@2.6.9 deduped
                          │ │ │ ├── depd@2.0.0 deduped
                          │ │ │ ├── destroy@1.2.0
                          │ │ │ ├── encodeurl@1.0.2 deduped
                          │ │ │ ├── escape-html@1.0.3 deduped
                          │ │ │ ├── etag@1.8.1 deduped
                          │ │ │ ├── fresh@0.5.2 deduped
                          │ │ │ ├── http-errors@2.0.0 deduped
                          │ │ │ ├── mime@1.6.0
                          │ │ │ ├── ms@2.1.3
                          │ │ │ ├── on-finished@2.4.1 deduped
                          │ │ │ ├── range-parser@1.2.1 deduped
                          │ │ │ └── statuses@2.0.1 deduped
                          │ │ ├─┬ serve-static@1.15.0
                          │ │ │ ├── encodeurl@1.0.2 deduped
                          │ │ │ ├── escape-html@1.0.3 deduped
                          │ │ │ ├── parseurl@1.3.3 deduped
                          │ │ │ └── send@0.18.0 deduped
                          │ │ ├── setprototypeof@1.2.0
                          │ │ ├── statuses@2.0.1
                          │ │ ├── type-is@1.6.18 deduped
                          │ │ ├── utils-merge@1.0.1
                          │ │ └── vary@1.1.2 deduped
                          │ ├─┬ express-fileupload@1.4.0
                          │ │ └─┬ busboy@1.6.0
                          │ │   └── streamsearch@1.1.0
                          │ ├─┬ express-session@1.17.3
                          │ │ ├── cookie@0.4.2
                          │ │ ├── cookie-signature@1.0.6 deduped
                          │ │ ├── debug@2.6.9 deduped
                          │ │ ├── depd@2.0.0
                          │ │ ├── on-headers@1.0.2 deduped
                          │ │ ├── parseurl@1.3.3 deduped
                          │ │ ├── safe-buffer@5.2.1 deduped
                          │ │ └─┬ uid-safe@2.1.5
                          │ │   └── random-bytes@1.0.0
                          │ ├── mime@3.0.0
                          │ ├─┬ passport@0.6.0
                          │ │ ├── passport-strategy@1.0.0
                          │ │ ├── pause@0.0.1
                          │ │ └── utils-merge@1.0.1 deduped
                          │ ├─┬ passport-local@1.0.0
                          │ │ └── passport-strategy@1.0.0 deduped
                          │ ├─┬ semver@7.3.7
                          │ │ └─┬ lru-cache@6.0.0
                          │ │   └── yallist@4.0.0 deduped
                          │ └── ws@8.8.1
                          ├─┬ iobroker.backitup@2.4.12
                          │ ├─┬ @googleapis/drive@3.0.1
                          │ │ └─┬ googleapis-common@5.1.0
                          │ │   ├── extend@3.0.2 deduped
                          │ │   ├─┬ gaxios@4.3.3
                          │ │   │ ├─┬ abort-controller@3.0.0
                          │ │   │ │ └── event-target-shim@5.0.1
                          │ │   │ ├── extend@3.0.2 deduped
                          │ │   │ ├── https-proxy-agent@5.0.0 deduped
                          │ │   │ ├── is-stream@2.0.1 deduped
                          │ │   │ └── node-fetch@2.6.7 deduped
                          │ │   ├─┬ google-auth-library@7.14.1
                          │ │   │ ├── arrify@2.0.1 deduped
                          │ │   │ ├── base64-js@1.5.1 deduped
                          │ │   │ ├── ecdsa-sig-formatter@1.0.11 deduped
                          │ │   │ ├── fast-text-encoding@1.0.4 deduped
                          │ │   │ ├── gaxios@4.3.3 deduped
                          │ │   │ ├─┬ gcp-metadata@4.3.1
                          │ │   │ │ ├── gaxios@4.3.3 deduped
                          │ │   │ │ └── json-bigint@1.0.0 deduped
                          │ │   │ ├─┬ gtoken@5.3.2
                          │ │   │ │ ├── gaxios@4.3.3 deduped
                          │ │   │ │ ├─┬ google-p12-pem@3.1.4
                          │ │   │ │ │ └── node-forge@1.3.1
                          │ │   │ │ └── jws@4.0.0 deduped
                          │ │   │ ├── jws@4.0.0 deduped
                          │ │   │ └── lru-cache@6.0.0 deduped
                          │ │   ├─┬ qs@6.11.0
                          │ │   │ └── side-channel@1.0.4 deduped
                          │ │   ├── url-template@2.0.8
                          │ │   └── uuid@8.3.2
                          │ ├─┬ @iobroker/adapter-core@2.6.0
                          │ │ └─┬ @types/iobroker@4.0.4
                          │ │   └── @types/node@17.0.8 deduped
                          │ ├── axios@0.27.2 deduped
                          │ ├─┬ dropbox-v2-api@2.5.4
                          │ │ └── request@2.88.2 deduped
                          │ ├── express@4.18.1 deduped
                          │ ├─┬ fs-extra@10.1.0
                          │ │ ├── graceful-fs@4.2.9
                          │ │ ├─┬ jsonfile@6.1.0
                          │ │ │ ├── graceful-fs@4.2.9 deduped
                          │ │ │ └── universalify@2.0.0 deduped
                          │ │ └── universalify@2.0.0
                          │ ├─┬ ftp@0.3.10
                          │ │ ├─┬ readable-stream@1.1.14
                          │ │ │ ├── core-util-is@1.0.2
                          │ │ │ ├── inherits@2.0.4 deduped
                          │ │ │ ├── isarray@0.0.1
                          │ │ │ └── string_decoder@0.10.31
                          │ │ └── xregexp@2.0.0
                          │ ├─┬ google-auth-library@8.1.1
                          │ │ ├── arrify@2.0.1
                          │ │ ├── base64-js@1.5.1
                          │ │ ├─┬ ecdsa-sig-formatter@1.0.11
                          │ │ │ └── safe-buffer@5.2.1 deduped
                          │ │ ├── fast-text-encoding@1.0.4
                          │ │ ├─┬ gaxios@5.0.1
                          │ │ │ ├── extend@3.0.2 deduped
                          │ │ │ ├─┬ https-proxy-agent@5.0.0
                          │ │ │ │ ├─┬ agent-base@6.0.2
                          │ │ │ │ │ └─┬ debug@4.3.3
                          │ │ │ │ │   └── ms@2.1.2
                          │ │ │ │ └─┬ debug@4.3.3
                          │ │ │ │   └── ms@2.1.2
                          │ │ │ ├── is-stream@2.0.1
                          │ │ │ └─┬ node-fetch@2.6.7
                          │ │ │   └─┬ whatwg-url@5.0.0
                          │ │ │     ├── tr46@0.0.3
                          │ │ │     └── webidl-conversions@3.0.1
                          │ │ ├─┬ gcp-metadata@5.0.0
                          │ │ │ ├── gaxios@5.0.1 deduped
                          │ │ │ └─┬ json-bigint@1.0.0
                          │ │ │   └── bignumber.js@9.1.0
                          │ │ ├─┬ gtoken@6.1.0
                          │ │ │ ├─┬ gaxios@4.3.3
                          │ │ │ │ ├── abort-controller@3.0.0 deduped
                          │ │ │ │ ├── extend@3.0.2 deduped
                          │ │ │ │ ├── https-proxy-agent@5.0.0 deduped
                          │ │ │ │ ├── is-stream@2.0.1 deduped
                          │ │ │ │ └── node-fetch@2.6.7 deduped
                          │ │ │ ├─┬ google-p12-pem@4.0.0
                          │ │ │ │ └── node-forge@1.3.1
                          │ │ │ └── jws@4.0.0 deduped
                          │ │ ├─┬ jws@4.0.0
                          │ │ │ ├─┬ jwa@2.0.0
                          │ │ │ │ ├── buffer-equal-constant-time@1.0.1
                          │ │ │ │ ├── ecdsa-sig-formatter@1.0.11 deduped
                          │ │ │ │ └── safe-buffer@5.2.1 deduped
                          │ │ │ └── safe-buffer@5.2.1 deduped
                          │ │ └── lru-cache@6.0.0 deduped
                          │ ├─┬ node-schedule@2.1.0
                          │ │ ├─┬ cron-parser@3.5.0
                          │ │ │ ├─┬ is-nan@1.3.2
                          │ │ │ │ ├── call-bind@1.0.2 deduped
                          │ │ │ │ └─┬ define-properties@1.1.3
                          │ │ │ │   └── object-keys@1.1.1
                          │ │ │ └── luxon@1.28.0
                          │ │ ├── long-timeout@0.1.1
                          │ │ └── sorted-array-functions@1.3.0
                          │ ├── node-wol@0.1.1
                          │ ├─┬ request@2.88.2
                          │ │ ├── aws-sign2@0.7.0
                          │ │ ├── aws4@1.11.0
                          │ │ ├── caseless@0.12.0
                          │ │ ├─┬ combined-stream@1.0.8
                          │ │ │ └── delayed-stream@1.0.0
                          │ │ ├── extend@3.0.2
                          │ │ ├── forever-agent@0.6.1
                          │ │ ├─┬ form-data@2.3.3
                          │ │ │ ├── asynckit@0.4.0 deduped
                          │ │ │ ├── combined-stream@1.0.8 deduped
                          │ │ │ └── mime-types@2.1.34 deduped
                          │ │ ├─┬ har-validator@5.1.5
                          │ │ │ ├─┬ ajv@6.12.6
                          │ │ │ │ ├── fast-deep-equal@3.1.3
                          │ │ │ │ ├── fast-json-stable-stringify@2.1.0
                          │ │ │ │ ├── json-schema-traverse@0.4.1
                          │ │ │ │ └─┬ uri-js@4.4.1
                          │ │ │ │   └── punycode@2.1.1 deduped
                          │ │ │ └── har-schema@2.0.0
                          │ │ ├─┬ http-signature@1.2.0
                          │ │ │ ├── assert-plus@1.0.0
                          │ │ │ ├─┬ jsprim@1.4.2
                          │ │ │ │ ├── assert-plus@1.0.0 deduped
                          │ │ │ │ ├── extsprintf@1.3.0
                          │ │ │ │ ├── json-schema@0.4.0
                          │ │ │ │ └─┬ verror@1.10.0
                          │ │ │ │   ├── assert-plus@1.0.0 deduped
                          │ │ │ │   ├── core-util-is@1.0.2 deduped
                          │ │ │ │   └── extsprintf@1.3.0 deduped
                          │ │ │ └─┬ sshpk@1.17.0
                          │ │ │   ├─┬ asn1@0.2.6
                          │ │ │   │ └── safer-buffer@2.1.2 deduped
                          │ │ │   ├── assert-plus@1.0.0 deduped
                          │ │ │   ├─┬ bcrypt-pbkdf@1.0.2
                          │ │ │   │ └── tweetnacl@0.14.5 deduped
                          │ │ │   ├─┬ dashdash@1.14.1
                          │ │ │   │ └── assert-plus@1.0.0 deduped
                          │ │ │   ├─┬ ecc-jsbn@0.1.2
                          │ │ │   │ ├── jsbn@0.1.1 deduped
                          │ │ │   │ └── safer-buffer@2.1.2 deduped
                          │ │ │   ├─┬ getpass@0.1.7
                          │ │ │   │ └── assert-plus@1.0.0 deduped
                          │ │ │   ├── jsbn@0.1.1
                          │ │ │   ├── safer-buffer@2.1.2 deduped
                          │ │ │   └── tweetnacl@0.14.5
                          │ │ ├── is-typedarray@1.0.0
                          │ │ ├── isstream@0.1.2
                          │ │ ├── json-stringify-safe@5.0.1
                          │ │ ├─┬ mime-types@2.1.34
                          │ │ │ └── mime-db@1.51.0 deduped
                          │ │ ├── oauth-sign@0.9.0
                          │ │ ├── performance-now@2.1.0
                          │ │ ├── qs@6.5.3
                          │ │ ├── safe-buffer@5.2.1 deduped
                          │ │ ├─┬ tough-cookie@2.5.0
                          │ │ │ ├── psl@1.8.0
                          │ │ │ └── punycode@2.1.1
                          │ │ ├─┬ tunnel-agent@0.6.0
                          │ │ │ └── safe-buffer@5.2.1 deduped
                          │ │ └── uuid@3.4.0
                          │ ├─┬ tar-fs@2.1.1
                          │ │ ├── chownr@1.1.4
                          │ │ ├── mkdirp-classic@0.5.3
                          │ │ ├─┬ pump@3.0.0
                          │ │ │ ├─┬ end-of-stream@1.4.4
                          │ │ │ │ └── once@1.4.0 deduped
                          │ │ │ └─┬ once@1.4.0
                          │ │ │   └── wrappy@1.0.2
                          │ │ └─┬ tar-stream@2.2.0
                          │ │   ├─┬ bl@4.1.0
                          │ │   │ ├─┬ buffer@5.7.1
                          │ │   │ │ ├── base64-js@1.5.1 deduped
                          │ │   │ │ └── ieee754@1.2.1
                          │ │   │ ├── inherits@2.0.4 deduped
                          │ │   │ └─┬ readable-stream@3.6.0
                          │ │   │   ├── inherits@2.0.4 deduped
                          │ │   │   ├─┬ string_decoder@1.3.0
                          │ │   │   │ └── safe-buffer@5.2.1 deduped
                          │ │   │   └── util-deprecate@1.0.2 deduped
                          │ │   ├── end-of-stream@1.4.4 deduped
                          │ │   ├── fs-constants@1.0.0
                          │ │   ├── inherits@2.0.4 deduped
                          │ │   └─┬ readable-stream@3.6.0
                          │ │     ├── inherits@2.0.4 deduped
                          │ │     ├─┬ string_decoder@1.3.0
                          │ │     │ └── safe-buffer@5.2.1 deduped
                          │ │     └── util-deprecate@1.0.2 deduped
                          │ └─┬ webdav@4.10.0
                          │   ├── axios@0.27.2 deduped
                          │   ├── base-64@1.0.0
                          │   ├── byte-length@1.0.2
                          │   ├─┬ fast-xml-parser@3.21.1
                          │   │ └── strnum@1.0.5
                          │   ├── he@1.2.0
                          │   ├── hot-patcher@0.5.0
                          │   ├── layerr@0.1.2
                          │   ├─┬ md5@2.3.0
                          │   │ ├── charenc@0.0.2
                          │   │ ├── crypt@0.0.2
                          │   │ └── is-buffer@1.1.6
                          │   ├─┬ minimatch@5.1.0
                          │   │ └─┬ brace-expansion@2.0.1
                          │   │   └── balanced-match@1.0.2
                          │   ├── nested-property@4.0.0
                          │   ├── path-posix@1.0.0
                          │   ├── url-join@4.0.1
                          │   └─┬ url-parse@1.5.10
                          │     ├── querystringify@2.2.0
                          │     └── requires-port@1.0.0
                          ├─┬ iobroker.bshb@0.1.20
                          │ ├─┬ @iobroker/adapter-core@2.6.0
                          │ │ └─┬ @types/iobroker@4.0.4
                          │ │   └── @types/node@17.0.8 deduped
                          │ ├─┬ bosch-smart-home-bridge@1.0.4
                          │ │ ├── rxjs@7.5.6 deduped
                          │ │ ├─┬ selfsigned@2.0.1
                          │ │ │ └── node-forge@1.2.1 deduped
                          │ │ ├── typescript@4.7.4
                          │ │ └── uuid@8.3.2
                          │ ├─┬ rxjs@7.5.6
                          │ │ └── tslib@2.4.0
                          │ └── uuid@8.3.2
                          ├─┬ iobroker.deconz@1.3.21
                          │ ├─┬ @iobroker/adapter-core@2.6.0
                          │ │ └─┬ @types/iobroker@4.0.4
                          │ │   └── @types/node@17.0.8 deduped
                          │ ├── request@2.88.2 deduped
                          │ └── ws@8.5.0
                          ├─┬ iobroker.discovery@3.0.4
                          │ ├─┬ @iobroker/adapter-core@2.6.0
                          │ │ └─┬ @types/iobroker@4.0.4
                          │ │   └── @types/node@17.0.8 deduped
                          │ ├─┬ mdns-discovery@0.2.6
                          │ │ ├─┬ debug@2.2.0
                          │ │ │ └── ms@0.7.1
                          │ │ ├── dgram@1.0.1
                          │ │ └─┬ dns-packet@1.3.4
                          │ │   ├── ip@1.1.5 deduped
                          │ │   └── safe-buffer@5.2.1 deduped
                          │ ├── netmask@2.0.2
                          │ ├── node-mndp@0.0.3
                          │ ├─┬ node-ssdp@4.0.1
                          │ │ ├─┬ async@2.6.4
                          │ │ │ └── lodash@4.17.21
                          │ │ ├── bluebird@3.7.2
                          │ │ ├─┬ debug@3.2.7
                          │ │ │ └── ms@2.1.3
                          │ │ ├── extend@3.0.2 deduped
                          │ │ └── ip@1.1.5 deduped
                          │ └─┬ serialport@10.4.0
                          │   ├─┬ @serialport/binding-mock@10.2.2
                          │   │ ├── @serialport/bindings-interface@1.2.2
                          │   │ └─┬ debug@4.3.4
                          │   │   └── ms@2.1.2
                          │   ├─┬ @serialport/bindings-cpp@10.7.0
                          │   │ ├── @serialport/bindings-interface@1.2.1
                          │   │ ├── @serialport/parser-readline@10.3.0 deduped
                          │   │ ├─┬ debug@4.3.4
                          │   │ │ └── ms@2.1.2
                          │   │ ├── node-addon-api@4.3.0
                          │   │ └── node-gyp-build@4.4.0
                          │   ├── @serialport/parser-byte-length@10.3.0
                          │   ├── @serialport/parser-cctalk@10.3.0
                          │   ├── @serialport/parser-delimiter@10.3.0
                          │   ├── @serialport/parser-inter-byte-timeout@10.3.0
                          │   ├── @serialport/parser-packet-length@10.3.0
                          │   ├─┬ @serialport/parser-readline@10.3.0
                          │   │ └── @serialport/parser-delimiter@10.3.0 deduped
                          │   ├── @serialport/parser-ready@10.3.0
                          │   ├── @serialport/parser-regex@10.3.0
                          │   ├── @serialport/parser-slip-encoder@10.3.0
                          │   ├── @serialport/parser-spacepacket@10.3.0
                          │   ├─┬ @serialport/stream@10.3.0
                          │   │ ├── @serialport/bindings-interface@1.2.1
                          │   │ └─┬ debug@4.3.4
                          │   │   └── ms@2.1.2
                          │   └─┬ debug@4.3.4
                          │     └── ms@2.1.2
                          ├─┬ iobroker.jarvis@3.0.11
                          │ ├─┬ @iobroker/adapter-core@2.5.1
                          │ │ └─┬ @types/iobroker@3.3.4
                          │ │   └── @types/node@17.0.8 deduped
                          │ ├─┬ got@11.8.3
                          │ │ ├── @sindresorhus/is@4.6.0
                          │ │ ├─┬ @szmarczak/http-timer@4.0.6
                          │ │ │ └── defer-to-connect@2.0.1
                          │ │ ├─┬ @types/cacheable-request@6.0.2
                          │ │ │ ├── @types/http-cache-semantics@4.0.1
                          │ │ │ ├─┬ @types/keyv@3.1.3
                          │ │ │ │ └── @types/node@17.0.8 deduped
                          │ │ │ ├── @types/node@17.0.8 deduped
                          │ │ │ └── @types/responselike@1.0.0 deduped
                          │ │ ├─┬ @types/responselike@1.0.0
                          │ │ │ └── @types/node@17.0.8 deduped
                          │ │ ├── cacheable-lookup@5.0.4
                          │ │ ├─┬ cacheable-request@7.0.2
                          │ │ │ ├─┬ clone-response@1.0.2
                          │ │ │ │ └── mimic-response@1.0.1
                          │ │ │ ├─┬ get-stream@5.2.0
                          │ │ │ │ └── pump@3.0.0 deduped
                          │ │ │ ├── http-cache-semantics@4.1.0
                          │ │ │ ├─┬ keyv@4.1.1
                          │ │ │ │ └── json-buffer@3.0.1
                          │ │ │ ├── lowercase-keys@2.0.0 deduped
                          │ │ │ ├── normalize-url@6.1.0
                          │ │ │ └── responselike@2.0.0 deduped
                          │ │ ├─┬ decompress-response@6.0.0
                          │ │ │ └── mimic-response@3.1.0
                          │ │ ├─┬ http2-wrapper@1.0.3
                          │ │ │ ├── quick-lru@5.1.1
                          │ │ │ └── resolve-alpn@1.2.1
                          │ │ ├── lowercase-keys@2.0.0
                          │ │ ├── p-cancelable@2.1.1
                          │ │ └─┬ responselike@2.0.0
                          │ │   └── lowercase-keys@2.0.0 deduped
                          │ ├── ip@1.1.5
                          │ ├── object-hash@2.2.0
                          │ ├── platform@1.3.6
                          │ ├─┬ semver@7.3.5
                          │ │ └── lru-cache@6.0.0 deduped
                          │ ├─┬ socket.io@4.4.1
                          │ │ ├── accepts@1.3.7 deduped
                          │ │ ├── base64id@2.0.0
                          │ │ ├─┬ debug@4.3.3
                          │ │ │ └── ms@2.1.2
                          │ │ ├─┬ engine.io@6.1.3
                          │ │ │ ├── @types/cookie@0.4.1
                          │ │ │ ├── @types/cors@2.8.12
                          │ │ │ ├── @types/node@17.0.8 deduped
                          │ │ │ ├── accepts@1.3.7 deduped
                          │ │ │ ├── base64id@2.0.0 deduped
                          │ │ │ ├── cookie@0.4.1 deduped
                          │ │ │ ├─┬ cors@2.8.5
                          │ │ │ │ ├── object-assign@4.1.1
                          │ │ │ │ └── vary@1.1.2 deduped
                          │ │ │ ├── debug@4.3.3 deduped
                          │ │ │ ├─┬ engine.io-parser@5.0.3
                          │ │ │ │ └── @socket.io/base64-arraybuffer@1.0.2
                          │ │ │ └── ws@8.2.3
                          │ │ ├── socket.io-adapter@2.3.3
                          │ │ └─┬ socket.io-parser@4.0.4
                          │ │   ├── @types/component-emitter@1.2.11
                          │ │   ├── component-emitter@1.3.0
                          │ │   └── debug@4.3.3 deduped
                          │ └── uuid@8.3.2
                          ├─┬ UNMET DEPENDENCY iobroker.js-controller@4.0.21
                          │ ├─┬ @alcalzone/esbuild-register@2.5.1-1
                          │ │ ├── esbuild@0.11.23
                          │ │ └── UNMET DEPENDENCY jsonc-parser@3.0.0
                          │ ├─┬ UNMET DEPENDENCY @iobroker/db-objects-file@4.0.21
                          │ │ ├─┬ UNMET DEPENDENCY @iobroker/db-base@4.0.21
                          │ │ │ ├── UNMET DEPENDENCY @iobroker/js-controller-common@4.0.21
                          │ │ │ ├── deep-clone@3.0.3 deduped
                          │ │ │ ├── UNMET DEPENDENCY fs-extra@10.0.1
                          │ │ │ └── respjs@4.2.0
                          │ │ ├── UNMET DEPENDENCY @iobroker/db-objects-redis@4.0.21
                          │ │ ├── deep-clone@3.0.3 deduped
                          │ │ └── UNMET DEPENDENCY fs-extra@10.0.1
                          │ ├─┬ UNMET DEPENDENCY @iobroker/db-objects-jsonl@4.0.21
                          │ │ ├─┬ UNMET DEPENDENCY @alcalzone/jsonl-db@2.5.1
                          │ │ │ ├─┬ UNMET DEPENDENCY alcalzone-shared@4.0.1
                          │ │ │ │ └─┬ UNMET DEPENDENCY debug@4.3.3
                          │ │ │ │   └── UNMET DEPENDENCY ms@2.1.2
                          │ │ │ ├── UNMET DEPENDENCY fs-extra@10.0.1
                          │ │ │ └─┬ UNMET DEPENDENCY proper-lockfile@4.1.2
                          │ │ │   ├── graceful-fs@4.2.9 deduped
                          │ │ │   ├── UNMET DEPENDENCY retry@0.12.0
                          │ │ │   └── UNMET DEPENDENCY signal-exit@3.0.6
                          │ │ ├── UNMET DEPENDENCY @iobroker/db-base@4.0.21
                          │ │ ├── UNMET DEPENDENCY @iobroker/db-objects-file@4.0.21
                          │ │ ├── UNMET DEPENDENCY @iobroker/db-objects-redis@4.0.21
                          │ │ ├── deep-clone@3.0.3 deduped
                          │ │ └── UNMET DEPENDENCY fs-extra@10.0.1
                          │ ├─┬ UNMET DEPENDENCY @iobroker/db-objects-redis@4.0.21
                          │ │ ├── UNMET DEPENDENCY @iobroker/db-base@4.0.21
                          │ │ ├── deep-clone@3.0.3 deduped
                          │ │ ├─┬ ioredis@4.28.5
                          │ │ │ ├── cluster-key-slot@1.1.0
                          │ │ │ ├─┬ UNMET DEPENDENCY debug@4.3.3
                          │ │ │ │ └── ms@2.1.2
                          │ │ │ ├── denque@1.5.1
                          │ │ │ ├── UNMET DEPENDENCY lodash.defaults@4.2.0
                          │ │ │ ├── UNMET DEPENDENCY lodash.flatten@4.4.0
                          │ │ │ ├── UNMET DEPENDENCY lodash.isarguments@3.1.0
                          │ │ │ ├── p-map@2.1.0
                          │ │ │ ├── redis-commands@1.7.0
                          │ │ │ ├── UNMET DEPENDENCY redis-errors@1.2.0
                          │ │ │ ├─┬ UNMET DEPENDENCY redis-parser@3.0.0
                          │ │ │ │ └── UNMET DEPENDENCY redis-errors@1.2.0
                          │ │ │ └── standard-as-callback@2.1.0
                          │ │ ├─┬ node.extend@2.0.2
                          │ │ │ ├─┬ has@1.0.3
                          │ │ │ │ └── function-bind@1.1.1
                          │ │ │ └── is@3.3.0
                          │ │ └── semver@7.3.5 deduped
                          │ ├─┬ UNMET DEPENDENCY @iobroker/db-states-file@4.0.21
                          │ │ ├── UNMET DEPENDENCY @iobroker/db-base@4.0.21
                          │ │ └── UNMET DEPENDENCY @iobroker/db-states-redis@4.0.21
                          │ ├─┬ UNMET DEPENDENCY @iobroker/db-states-jsonl@4.0.21
                          │ │ ├── UNMET DEPENDENCY @alcalzone/jsonl-db@2.5.1
                          │ │ ├── UNMET DEPENDENCY @iobroker/db-base@4.0.21
                          │ │ ├── UNMET DEPENDENCY @iobroker/db-states-file@4.0.21
                          │ │ └── UNMET DEPENDENCY @iobroker/db-states-redis@4.0.21
                          │ ├─┬ UNMET DEPENDENCY @iobroker/db-states-redis@4.0.21
                          │ │ ├── UNMET DEPENDENCY @iobroker/db-base@4.0.21
                          │ │ └── ioredis@4.28.5 deduped
                          │ ├─┬ UNMET DEPENDENCY @iobroker/js-controller-adapter@4.0.21
                          │ │ ├─┬ @alcalzone/pak@0.7.0
                          │ │ │ ├─┬ axios@0.21.4
                          │ │ │ │ └── UNMET DEPENDENCY follow-redirects@1.14.7
                          │ │ │ ├─┬ execa@5.1.1
                          │ │ │ │ ├─┬ cross-spawn@7.0.3
                          │ │ │ │ │ ├── path-key@3.1.1
                          │ │ │ │ │ ├─┬ shebang-command@2.0.0
                          │ │ │ │ │ │ └── shebang-regex@3.0.0
                          │ │ │ │ │ └─┬ which@2.0.2
                          │ │ │ │ │   └── UNMET DEPENDENCY isexe@2.0.0
                          │ │ │ │ ├── get-stream@6.0.1
                          │ │ │ │ ├── human-signals@2.1.0
                          │ │ │ │ ├── is-stream@2.0.1 deduped
                          │ │ │ │ ├── merge-stream@2.0.0
                          │ │ │ │ ├─┬ npm-run-path@4.0.1
                          │ │ │ │ │ └── path-key@3.1.1 deduped
                          │ │ │ │ ├─┬ onetime@5.1.2
                          │ │ │ │ │ └── mimic-fn@2.1.0
                          │ │ │ │ ├── UNMET DEPENDENCY signal-exit@3.0.6
                          │ │ │ │ └── strip-final-newline@2.0.0
                          │ │ │ └─┬ fs-extra@9.1.0
                          │ │ │   ├── at-least-node@1.0.0
                          │ │ │   ├── graceful-fs@4.2.9 deduped
                          │ │ │   ├── jsonfile@6.1.0 deduped
                          │ │ │   └── universalify@2.0.0 deduped
                          │ │ ├── UNMET DEPENDENCY @iobroker/db-objects-file@4.0.21
                          │ │ ├── UNMET DEPENDENCY @iobroker/db-objects-jsonl@4.0.21
                          │ │ ├── UNMET DEPENDENCY @iobroker/db-objects-redis@4.0.21
                          │ │ ├── UNMET DEPENDENCY @iobroker/db-states-file@4.0.21
                          │ │ ├── UNMET DEPENDENCY @iobroker/db-states-jsonl@4.0.21
                          │ │ ├── UNMET DEPENDENCY @iobroker/db-states-redis@4.0.21
                          │ │ ├── UNMET DEPENDENCY @iobroker/js-controller-common@4.0.21
                          │ │ ├── @iobroker/plugin-base@1.2.1 deduped
                          │ │ ├── @iobroker/plugin-sentry@1.2.0 deduped
                          │ │ ├── deep-clone@3.0.3 deduped
                          │ │ ├── UNMET DEPENDENCY fs-extra@10.0.1
                          │ │ ├── jsonwebtoken@8.5.1 deduped
                          │ │ ├── node-schedule@2.1.0 deduped
                          │ │ ├── node.extend@2.0.2 deduped
                          │ │ ├── pidusage@3.0.0 deduped
                          │ │ ├── UNMET DEPENDENCY readline@1.3.0
                          │ │ └── semver@7.3.5 deduped
                          │ ├─┬ UNMET DEPENDENCY @iobroker/js-controller-cli@4.0.21
                          │ │ ├── UNMET DEPENDENCY @iobroker/js-controller-common@4.0.21
                          │ │ ├── UNMET DEPENDENCY @iobroker/js-controller-common-db@4.0.21
                          │ │ ├─┬ chokidar@3.5.3
                          │ │ │ ├─┬ anymatch@3.1.2
                          │ │ │ │ ├── normalize-path@3.0.0 deduped
                          │ │ │ │ └── picomatch@2.3.1
                          │ │ │ ├─┬ braces@3.0.2
                          │ │ │ │ └─┬ fill-range@7.0.1
                          │ │ │ │   └─┬ to-regex-range@5.0.1
                          │ │ │ │     └── is-number@7.0.0
                          │ │ │ ├── UNMET OPTIONAL DEPENDENCY fsevents@2.3.2
                          │ │ │ ├─┬ glob-parent@5.1.2
                          │ │ │ │ └── is-glob@4.0.3 deduped
                          │ │ │ ├─┬ is-binary-path@2.1.0
                          │ │ │ │ └── binary-extensions@2.2.0
                          │ │ │ ├─┬ is-glob@4.0.3
                          │ │ │ │ └── UNMET DEPENDENCY is-extglob@2.1.1
                          │ │ │ ├── normalize-path@3.0.0
                          │ │ │ └─┬ readdirp@3.6.0
                          │ │ │   └── picomatch@2.3.1 deduped
                          │ │ ├── UNMET DEPENDENCY daemonize2@0.4.2
                          │ │ ├─┬ UNMET DEPENDENCY debug@4.3.3
                          │ │ │ └── UNMET DEPENDENCY ms@2.1.2
                          │ │ ├── deep-clone@3.0.3 deduped
                          │ │ ├─┬ event-stream@4.0.1
                          │ │ │ ├── duplexer@0.1.2
                          │ │ │ ├── UNMET DEPENDENCY from@0.1.7
                          │ │ │ ├── UNMET DEPENDENCY map-stream@0.0.7
                          │ │ │ ├─┬ UNMET DEPENDENCY pause-stream@0.0.11
                          │ │ │ │ └── UNMET DEPENDENCY through@2.3.8
                          │ │ │ ├─┬ split@1.0.1
                          │ │ │ │ └── UNMET DEPENDENCY through@2.3.8
                          │ │ │ ├─┬ UNMET DEPENDENCY stream-combiner@0.2.2
                          │ │ │ │ ├── duplexer@0.1.2 deduped
                          │ │ │ │ └── UNMET DEPENDENCY through@2.3.8
                          │ │ │ └── UNMET DEPENDENCY through@2.3.8
                          │ │ ├── UNMET DEPENDENCY fs-extra@10.0.1
                          │ │ └── readline-sync@1.4.10 deduped
                          │ ├─┬ UNMET DEPENDENCY @iobroker/js-controller-common@4.0.21
                          │ │ ├── @alcalzone/pak@0.7.0 deduped
                          │ │ ├─┬ @datalust/winston-seq@1.0.2
                          │ │ │ ├── UNMET OPTIONAL DEPENDENCY seq-logging@1.1.1
                          │ │ │ └─┬ winston-transport@4.5.0
                          │ │ │   ├── UNMET DEPENDENCY logform@2.4.0
                          │ │ │   ├─┬ readable-stream@3.6.0
                          │ │ │   │ ├── inherits@2.0.4 deduped
                          │ │ │   │ ├─┬ string_decoder@1.3.0
                          │ │ │   │ │ └── safe-buffer@5.2.1 deduped
                          │ │ │   │ └── util-deprecate@1.0.2 deduped
                          │ │ │   └── triple-beam@1.3.0 deduped
                          │ │ ├─┬ UNMET DEPENDENCY axios@0.26.1
                          │ │ │ └── UNMET DEPENDENCY follow-redirects@1.14.9
                          │ │ ├── UNMET DEPENDENCY ci-info@3.3.0
                          │ │ ├── deep-clone@3.0.3 deduped
                          │ │ ├── event-stream@4.0.1 deduped
                          │ │ ├── UNMET DEPENDENCY fs-extra@10.0.1
                          │ │ ├── jsonwebtoken@8.5.1 deduped
                          │ │ ├── node-forge@1.2.1
                          │ │ ├── node.extend@2.0.2 deduped
                          │ │ ├── promisify-child-process@4.1.1 deduped
                          │ │ ├── UNMET DEPENDENCY readline@1.3.0
                          │ │ ├── request@2.88.2 deduped
                          │ │ ├── semver@7.3.5 deduped
                          │ │ ├─┬ UNMET DEPENDENCY winston@3.6.0
                          │ │ │ ├─┬ @dabh/diagnostics@2.0.3
                          │ │ │ │ ├─┬ colorspace@1.1.4
                          │ │ │ │ │ ├─┬ color@3.2.1
                          │ │ │ │ │ │ ├─┬ color-convert@1.9.3
                          │ │ │ │ │ │ │ └── UNMET DEPENDENCY color-name@1.1.3
                          │ │ │ │ │ │ └─┬ UNMET DEPENDENCY color-string@1.9.0
                          │ │ │ │ │ │   ├── UNMET DEPENDENCY color-name@1.1.3
                          │ │ │ │ │ │   └─┬ UNMET DEPENDENCY simple-swizzle@0.2.2
                          │ │ │ │ │ │     └── is-arrayish@0.3.2
                          │ │ │ │ │ └── text-hex@1.0.0
                          │ │ │ │ ├── enabled@2.0.0
                          │ │ │ │ └── kuler@2.0.0
                          │ │ │ ├── UNMET DEPENDENCY async@3.2.3
                          │ │ │ ├── is-stream@2.0.1 deduped
                          │ │ │ ├─┬ UNMET DEPENDENCY logform@2.4.0
                          │ │ │ │ ├── @colors/colors@1.5.0 deduped
                          │ │ │ │ ├── UNMET DEPENDENCY fecha@4.2.1
                          │ │ │ │ ├── UNMET DEPENDENCY ms@2.1.3
                          │ │ │ │ ├── safe-stable-stringify@2.3.1 deduped
                          │ │ │ │ └── triple-beam@1.3.0 deduped
                          │ │ │ ├─┬ one-time@1.0.0
                          │ │ │ │ └── fn.name@1.1.0
                          │ │ │ ├─┬ UNMET DEPENDENCY readable-stream@3.6.0
                          │ │ │ │ ├── inherits@2.0.4 deduped
                          │ │ │ │ ├─┬ UNMET DEPENDENCY string_decoder@1.3.0
                          │ │ │ │ │ └── safe-buffer@5.2.1 deduped
                          │ │ │ │ └── util-deprecate@1.0.2 deduped
                          │ │ │ ├── safe-stable-stringify@2.3.1
                          │ │ │ ├── UNMET DEPENDENCY stack-trace@0.0.10
                          │ │ │ ├── triple-beam@1.3.0
                          │ │ │ └── winston-transport@4.5.0 deduped
                          │ │ ├─┬ UNMET DEPENDENCY winston-daily-rotate-file@4.6.1
                          │ │ │ ├─┬ file-stream-rotator@0.6.1
                          │ │ │ │ └── UNMET DEPENDENCY moment@2.29.1
                          │ │ │ ├── object-hash@2.2.0 deduped
                          │ │ │ ├── triple-beam@1.3.0 deduped
                          │ │ │ └── winston-transport@4.5.0 deduped
                          │ │ └─┬ UNMET OPTIONAL DEPENDENCY winston-syslog@2.5.0
                          │ │   ├── UNMET OPTIONAL DEPENDENCY glossy@0.1.7
                          │ │   └─┬ unix-dgram@2.0.4
                          │ │     ├─┬ bindings@1.5.0
                          │ │     │ └── file-uri-to-path@1.0.0
                          │ │     └── UNMET OPTIONAL DEPENDENCY nan@2.15.0
                          │ ├─┬ UNMET DEPENDENCY @iobroker/js-controller-common-db@4.0.21
                          │ │ ├── UNMET DEPENDENCY @iobroker/db-objects-file@4.0.21
                          │ │ ├── UNMET DEPENDENCY @iobroker/db-objects-jsonl@4.0.21
                          │ │ ├── UNMET DEPENDENCY @iobroker/db-objects-redis@4.0.21
                          │ │ ├── UNMET DEPENDENCY @iobroker/db-states-file@4.0.21
                          │ │ ├── UNMET DEPENDENCY @iobroker/db-states-jsonl@4.0.21
                          │ │ ├── UNMET DEPENDENCY @iobroker/db-states-redis@4.0.21
                          │ │ ├── UNMET DEPENDENCY @iobroker/js-controller-common@4.0.21
                          │ │ ├── UNMET DEPENDENCY fs-extra@10.0.1
                          │ │ ├─┬ winston-seq-updated@1.0.4
                          │ │ │ ├── seq-logging@0.4.6
                          │ │ │ └── winston-transport@4.5.0 deduped
                          │ │ └── UNMET OPTIONAL DEPENDENCY winston-syslog@2.5.0
                          │ ├── @iobroker/plugin-base@1.2.1
                          │ ├─┬ @iobroker/plugin-sentry@1.2.0
                          │ │ ├── @iobroker/plugin-base@1.2.1 deduped
                          │ │ ├─┬ UNMET DEPENDENCY @sentry/integrations@6.18.2
                          │ │ │ ├── UNMET DEPENDENCY @sentry/types@6.18.2
                          │ │ │ ├─┬ UNMET DEPENDENCY @sentry/utils@6.18.2
                          │ │ │ │ ├── UNMET DEPENDENCY @sentry/types@6.18.2
                          │ │ │ │ └── tslib@1.14.1 deduped
                          │ │ │ ├─┬ localforage@1.10.0
                          │ │ │ │ └─┬ UNMET DEPENDENCY lie@3.1.1
                          │ │ │ │   └── UNMET DEPENDENCY immediate@3.0.6
                          │ │ │ └── tslib@1.14.1
                          │ │ ├─┬ UNMET DEPENDENCY @sentry/node@6.18.2
                          │ │ │ ├─┬ UNMET DEPENDENCY @sentry/core@6.18.2
                          │ │ │ │ ├── UNMET DEPENDENCY @sentry/hub@6.18.2
                          │ │ │ │ ├─┬ UNMET DEPENDENCY @sentry/minimal@6.18.2
                          │ │ │ │ │ ├── UNMET DEPENDENCY @sentry/hub@6.18.2
                          │ │ │ │ │ ├── UNMET DEPENDENCY @sentry/types@6.18.2
                          │ │ │ │ │ └── tslib@1.14.1 deduped
                          │ │ │ │ ├── UNMET DEPENDENCY @sentry/types@6.18.2
                          │ │ │ │ ├── UNMET DEPENDENCY @sentry/utils@6.18.2
                          │ │ │ │ └── tslib@1.14.1 deduped
                          │ │ │ ├─┬ UNMET DEPENDENCY @sentry/hub@6.18.2
                          │ │ │ │ ├── UNMET DEPENDENCY @sentry/types@6.18.2
                          │ │ │ │ ├── UNMET DEPENDENCY @sentry/utils@6.18.2
                          │ │ │ │ └── tslib@1.14.1 deduped
                          │ │ │ ├── UNMET DEPENDENCY @sentry/types@6.18.2
                          │ │ │ ├── UNMET DEPENDENCY @sentry/utils@6.18.2
                          │ │ │ ├── cookie@0.4.1 deduped
                          │ │ │ ├── https-proxy-agent@5.0.0 deduped
                          │ │ │ ├── UNMET DEPENDENCY lru_map@0.3.3
                          │ │ │ └── tslib@1.14.1 deduped
                          │ │ └─┬ source-map-support@0.5.21
                          │ │   ├── buffer-from@1.1.2
                          │ │   └── source-map@0.6.1
                          │ ├─┬ UNMET DEPENDENCY axios@0.24.0
                          │ │ └── UNMET DEPENDENCY follow-redirects@1.14.7
                          │ ├── UNMET DEPENDENCY daemonize2@0.4.2
                          │ ├─┬ UNMET DEPENDENCY debug@4.3.3
                          │ │ └── UNMET DEPENDENCY ms@2.1.2
                          │ ├─┬ decache@4.6.1
                          │ │ └── UNMET DEPENDENCY callsite@1.0.0
                          │ ├── deep-clone@3.0.3
                          │ ├─┬ diskusage@1.1.3
                          │ │ ├── es6-promise@4.2.8
                          │ │ └── UNMET OPTIONAL DEPENDENCY nan@2.15.0
                          │ ├─┬ UNMET DEPENDENCY fs-extra@10.0.1
                          │ │ ├── graceful-fs@4.2.9 deduped
                          │ │ ├── jsonfile@6.1.0 deduped
                          │ │ └── universalify@2.0.0 deduped
                          │ ├─┬ greenlock@4.0.4
                          │ │ ├─┬ @greenlock/manager@3.1.0
                          │ │ │ └─┬ greenlock-manager-fs@3.1.1
                          │ │ │   ├── @root/mkdirp@1.0.0 deduped
                          │ │ │   └── safe-replace@1.1.0 deduped
                          │ │ ├─┬ @root/acme@3.1.0
                          │ │ │ ├── @root/csr@0.8.1 deduped
                          │ │ │ ├── @root/encoding@1.0.1
                          │ │ │ ├─┬ @root/keypairs@0.10.3
                          │ │ │ │ ├── @root/encoding@1.0.1 deduped
                          │ │ │ │ ├── @root/pem@1.0.4 deduped
                          │ │ │ │ └── @root/x509@0.7.2 deduped
                          │ │ │ ├── @root/pem@1.0.4
                          │ │ │ ├── UNMET OPTIONAL DEPENDENCY @root/request@1.8.1
                          │ │ │ └─┬ @root/x509@0.7.2
                          │ │ │   ├── @root/asn1@1.0.0 deduped
                          │ │ │   └── @root/encoding@1.0.1 deduped
                          │ │ ├─┬ @root/csr@0.8.1
                          │ │ │ ├─┬ @root/asn1@1.0.0
                          │ │ │ │ └── @root/encoding@1.0.1 deduped
                          │ │ │ ├── @root/pem@1.0.4 deduped
                          │ │ │ └── @root/x509@0.7.2 deduped
                          │ │ ├─┬ @root/greenlock@4.0.5
                          │ │ │ ├── @greenlock/manager@3.1.0 deduped
                          │ │ │ ├── @root/acme@3.1.0 deduped
                          │ │ │ ├── @root/csr@0.8.1 deduped
                          │ │ │ ├─┬ @root/keypairs@0.10.3
                          │ │ │ │ ├── @root/encoding@1.0.1 deduped
                          │ │ │ │ ├── @root/pem@1.0.4 deduped
                          │ │ │ │ └── @root/x509@0.7.2 deduped
                          │ │ │ ├── @root/mkdirp@1.0.0 deduped
                          │ │ │ ├── UNMET OPTIONAL DEPENDENCY @root/request@1.8.1
                          │ │ │ ├── acme-http-01-standalone@3.0.5 deduped
                          │ │ │ ├── cert-info@1.5.1 deduped
                          │ │ │ ├── greenlock-store-fs@3.2.2 deduped
                          │ │ │ └── safe-replace@1.1.0 deduped
                          │ │ ├─┬ @root/keypairs@0.9.0
                          │ │ │ ├── @root/encoding@1.0.1 deduped
                          │ │ │ ├── @root/pem@1.0.4 deduped
                          │ │ │ └── @root/x509@0.7.2 deduped
                          │ │ ├── @root/mkdirp@1.0.0
                          │ │ ├── UNMET OPTIONAL DEPENDENCY @root/request@1.8.1
                          │ │ ├── acme-http-01-standalone@3.0.5
                          │ │ ├── cert-info@1.5.1
                          │ │ ├─┬ greenlock-store-fs@3.2.2
                          │ │ │ ├── @root/mkdirp@1.0.0 deduped
                          │ │ │ └── safe-replace@1.1.0 deduped
                          │ │ └── safe-replace@1.1.0
                          │ ├─┬ greenlock-express@4.0.3
                          │ │ ├── @root/greenlock@4.0.5 deduped
                          │ │ ├─┬ @root/greenlock-express@4.0.4
                          │ │ │ ├── @root/greenlock@4.0.5 deduped
                          │ │ │ └── redirect-https@1.3.1 deduped
                          │ │ └─┬ redirect-https@1.3.1
                          │ │   └── escape-html@1.0.3 deduped
                          │ ├─┬ jsonwebtoken@8.5.1
                          │ │ ├─┬ jws@3.2.2
                          │ │ │ ├─┬ jwa@1.4.1
                          │ │ │ │ ├── buffer-equal-constant-time@1.0.1 deduped
                          │ │ │ │ ├── ecdsa-sig-formatter@1.0.11 deduped
                          │ │ │ │ └── safe-buffer@5.2.1 deduped
                          │ │ │ └── safe-buffer@5.2.1 deduped
                          │ │ ├── UNMET DEPENDENCY lodash.includes@4.3.0
                          │ │ ├── UNMET DEPENDENCY lodash.isboolean@3.0.3
                          │ │ ├── UNMET DEPENDENCY lodash.isinteger@4.0.4
                          │ │ ├── UNMET DEPENDENCY lodash.isnumber@3.0.3
                          │ │ ├── UNMET DEPENDENCY lodash.isplainobject@4.0.6
                          │ │ ├── UNMET DEPENDENCY lodash.isstring@4.0.1
                          │ │ ├── UNMET DEPENDENCY lodash.once@4.1.1
                          │ │ ├── ms@2.1.3
                          │ │ └── semver@5.7.1
                          │ ├─┬ UNMET DEPENDENCY jszip@3.7.1
                          │ │ ├─┬ UNMET DEPENDENCY lie@3.3.0
                          │ │ │ └── UNMET DEPENDENCY immediate@3.0.6
                          │ │ ├── pako@1.0.11
                          │ │ ├─┬ UNMET DEPENDENCY readable-stream@2.3.7
                          │ │ │ ├── core-util-is@1.0.2 deduped
                          │ │ │ ├── inherits@2.0.4 deduped
                          │ │ │ ├── UNMET DEPENDENCY isarray@1.0.0
                          │ │ │ ├── process-nextick-args@2.0.1
                          │ │ │ ├── UNMET DEPENDENCY safe-buffer@5.1.2
                          │ │ │ ├─┬ UNMET DEPENDENCY string_decoder@1.1.1
                          │ │ │ │ └── UNMET DEPENDENCY safe-buffer@5.1.2
                          │ │ │ └── util-deprecate@1.0.2
                          │ │ └── UNMET DEPENDENCY set-immediate-shim@1.0.1
                          │ ├─┬ le-acme-core@2.1.4
                          │ │ ├── request@2.88.2 deduped
                          │ │ └─┬ rsa-compat@1.9.4
                          │ │   ├─┬ keypairs@1.2.14
                          │ │   │ ├── eckles@1.4.1
                          │ │   │ └── rasha@1.2.5
                          │ │   ├── node-forge@0.7.6
                          │ │   └─┬ ursa-optional@0.9.10
                          │ │     ├── bindings@1.5.0 deduped
                          │ │     └── UNMET OPTIONAL DEPENDENCY nan@2.15.0
                          │ ├─┬ le-challenge-fs@2.0.9
                          │ │ └── @root/mkdirp@1.0.0 deduped
                          │ ├── le-sni-auto@2.1.9
                          │ ├─┬ loadavg-windows@1.1.1
                          │ │ └── weak-daemon@1.0.3
                          │ ├── UNMET DEPENDENCY mime@3.0.0
                          │ ├── node-schedule@2.1.0 deduped
                          │ ├─┬ pidusage@3.0.0
                          │ │ └── safe-buffer@5.2.1 deduped
                          │ ├── promisify-child-process@4.1.1
                          │ ├─┬ UNMET DEPENDENCY prompt@1.2.2
                          │ │ ├── @colors/colors@1.5.0
                          │ │ ├── UNMET DEPENDENCY async@0.9.2
                          │ │ ├─┬ UNMET DEPENDENCY read@1.0.7
                          │ │ │ └── mute-stream@0.0.8
                          │ │ ├── UNMET DEPENDENCY revalidator@0.1.8
                          │ │ └─┬ UNMET DEPENDENCY winston@2.4.5
                          │ │   ├── UNMET DEPENDENCY async@1.0.0
                          │ │   ├── UNMET DEPENDENCY colors@1.0.3
                          │ │   ├── UNMET DEPENDENCY cycle@1.0.3
                          │ │   ├── UNMET DEPENDENCY eyes@0.1.8
                          │ │   ├── isstream@0.1.2 deduped
                          │ │   └── UNMET DEPENDENCY stack-trace@0.0.10
                          │ ├── readline-sync@1.4.10
                          │ ├── request@2.88.2 deduped
                          │ ├── semver@7.3.5 deduped
                          │ ├─┬ tar@6.1.11
                          │ │ ├── chownr@2.0.0
                          │ │ ├─┬ fs-minipass@2.1.0
                          │ │ │ └── UNMET DEPENDENCY minipass@3.1.6
                          │ │ ├─┬ UNMET DEPENDENCY minipass@3.1.6
                          │ │ │ └── yallist@4.0.0 deduped
                          │ │ ├─┬ minizlib@2.1.2
                          │ │ │ ├── UNMET DEPENDENCY minipass@3.1.6
                          │ │ │ └── yallist@4.0.0 deduped
                          │ │ ├── mkdirp@1.0.4
                          │ │ └── yallist@4.0.0
                          │ └─┬ UNMET DEPENDENCY yargs@17.3.1
                          │   ├─┬ cliui@7.0.4
                          │   │ ├─┬ UNMET DEPENDENCY string-width@4.2.3
                          │   │ │ ├── emoji-regex@8.0.0 deduped
                          │   │ │ ├── UNMET DEPENDENCY is-fullwidth-code-point@3.0.0
                          │   │ │ └── UNMET DEPENDENCY strip-ansi@6.0.1
                          │   │ ├─┬ UNMET DEPENDENCY strip-ansi@6.0.1
                          │   │ │ └── UNMET DEPENDENCY ansi-regex@5.0.1
                          │   │ └─┬ wrap-ansi@7.0.0
                          │   │   ├─┬ ansi-styles@4.3.0
                          │   │   │ └─┬ color-convert@2.0.1
                          │   │   │   └── color-name@1.1.4
                          │   │   ├─┬ UNMET DEPENDENCY string-width@4.2.3
                          │   │   │ ├── emoji-regex@8.0.0 deduped
                          │   │   │ ├── UNMET DEPENDENCY is-fullwidth-code-point@3.0.0
                          │   │   │ └── UNMET DEPENDENCY strip-ansi@6.0.1
                          │   │   └─┬ UNMET DEPENDENCY strip-ansi@6.0.1
                          │   │     └── UNMET DEPENDENCY ansi-regex@5.0.1
                          │   ├── escalade@3.1.1
                          │   ├── get-caller-file@2.0.5
                          │   ├── UNMET DEPENDENCY require-directory@2.1.1
                          │   ├─┬ UNMET DEPENDENCY string-width@4.2.3
                          │   │ ├── emoji-regex@8.0.0
                          │   │ ├── UNMET DEPENDENCY is-fullwidth-code-point@3.0.0
                          │   │ └─┬ UNMET DEPENDENCY strip-ansi@6.0.1
                          │   │   └── UNMET DEPENDENCY ansi-regex@5.0.1
                          │   ├── y18n@5.0.8
                          │   └── UNMET DEPENDENCY yargs-parser@21.0.1
                          ├─┬ iobroker.simple-api@2.7.0
                          │ └─┬ @iobroker/adapter-core@2.6.0
                          │   └─┬ @types/iobroker@4.0.4
                          │     └── @types/node@17.0.8 deduped
                          ├─┬ iobroker.socketio@4.1.4
                          │ ├── @iobroker/adapter-core@2.5.1 deduped
                          │ ├─┬ axios@0.26.1
                          │ │ └── follow-redirects@1.14.9
                          │ ├── cookie-parser@1.4.6 deduped
                          │ ├─┬ express-session@1.17.2
                          │ │ ├── cookie@0.4.1 deduped
                          │ │ ├── cookie-signature@1.0.6 deduped
                          │ │ ├── debug@2.6.9 deduped
                          │ │ ├── depd@2.0.0
                          │ │ ├── on-headers@1.0.2 deduped
                          │ │ ├── parseurl@1.3.3 deduped
                          │ │ ├── safe-buffer@5.2.1 deduped
                          │ │ └── uid-safe@2.1.5 deduped
                          │ ├─┬ passport@0.5.2
                          │ │ ├── passport-strategy@1.0.0 deduped
                          │ │ └── pause@0.0.1 deduped
                          │ └─┬ socket.io@2.4.1
                          │   ├─┬ debug@4.1.1
                          │   │ └── ms@2.1.3
                          │   ├─┬ engine.io@3.5.0
                          │   │ ├── accepts@1.3.7 deduped
                          │   │ ├── base64id@2.0.0 deduped
                          │   │ ├── cookie@0.4.1 deduped
                          │   │ ├─┬ debug@4.1.1
                          │   │ │ └── ms@2.1.3
                          │   │ ├─┬ engine.io-parser@2.2.1
                          │   │ │ ├── after@0.8.2
                          │   │ │ ├── arraybuffer.slice@0.0.7
                          │   │ │ ├── base64-arraybuffer@0.1.4
                          │   │ │ ├── blob@0.0.5
                          │   │ │ └── has-binary2@1.0.3 deduped
                          │   │ └── ws@7.4.6
                          │   ├─┬ has-binary2@1.0.3
                          │   │ └── isarray@2.0.1
                          │   ├── socket.io-adapter@1.1.2
                          │   ├─┬ socket.io-client@2.4.0
                          │   │ ├── backo2@1.0.2
                          │   │ ├── component-bind@1.0.0
                          │   │ ├── component-emitter@1.3.0 deduped
                          │   │ ├─┬ debug@3.1.0
                          │   │ │ └── ms@2.0.0 deduped
                          │   │ ├─┬ engine.io-client@3.5.2
                          │   │ │ ├── component-emitter@1.3.0 deduped
                          │   │ │ ├── component-inherit@0.0.3
                          │   │ │ ├─┬ debug@3.1.0
                          │   │ │ │ └── ms@2.0.0 deduped
                          │   │ │ ├── engine.io-parser@2.2.1 deduped
                          │   │ │ ├── has-cors@1.1.0
                          │   │ │ ├── indexof@0.0.1 deduped
                          │   │ │ ├── parseqs@0.0.6 deduped
                          │   │ │ ├── parseuri@0.0.6 deduped
                          │   │ │ ├── ws@7.4.6
                          │   │ │ ├── xmlhttprequest-ssl@1.6.3
                          │   │ │ └── yeast@0.1.2
                          │   │ ├── has-binary2@1.0.3 deduped
                          │   │ ├── indexof@0.0.1
                          │   │ ├── parseqs@0.0.6
                          │   │ ├── parseuri@0.0.6
                          │   │ ├─┬ socket.io-parser@3.3.2
                          │   │ │ ├── component-emitter@1.3.0 deduped
                          │   │ │ ├── debug@3.1.0 deduped
                          │   │ │ └── isarray@2.0.1
                          │   │ └── to-array@0.1.4
                          │   └─┬ socket.io-parser@3.4.1
                          │     ├── component-emitter@1.2.1
                          │     ├─┬ debug@4.1.1
                          │     │ └── ms@2.1.3
                          │     └── isarray@2.0.1
                          └─┬ iobroker.web@5.2.4
                            ├─┬ @iobroker/adapter-core@2.6.0
                            │ └─┬ @types/iobroker@4.0.4
                            │   └── @types/node@17.0.8 deduped
                            ├── body-parser@1.20.0 deduped
                            ├── compression@1.7.4 deduped
                            ├── connect-flash@0.1.1 deduped
                            ├── cookie-parser@1.4.6 deduped
                            ├── express@4.18.1 deduped
                            ├─┬ express-session@1.17.3
                            │ ├── cookie@0.4.2
                            │ ├── cookie-signature@1.0.6 deduped
                            │ ├── debug@2.6.9 deduped
                            │ ├── depd@2.0.0
                            │ ├── on-headers@1.0.2 deduped
                            │ ├── parseurl@1.3.3 deduped
                            │ ├── safe-buffer@5.2.1 deduped
                            │ └── uid-safe@2.1.5 deduped
                            ├── iobroker.simple-api@2.7.0 deduped
                            ├─┬ iobroker.socketio@6.1.8
                            │ ├── @iobroker/adapter-core@2.6.0 deduped
                            │ ├─┬ @iobroker/socket-classes@0.4.12
                            │ │ ├── axios@0.27.2 deduped
                            │ │ ├── cookie-parser@1.4.6 deduped
                            │ │ └── passport@0.6.0 deduped
                            │ ├── express-session@1.17.3 deduped
                            │ └── socket.io@2.4.1 deduped
                            ├─┬ iobroker.ws@2.1.3
                            │ ├─┬ @iobroker/adapter-core@2.6.0
                            │ │ └─┬ @types/iobroker@4.0.4
                            │ │   └── @types/node@17.0.8 deduped
                            │ ├─┬ @iobroker/socket-classes@0.4.12
                            │ │ ├── axios@0.27.2 deduped
                            │ │ ├── cookie-parser@1.4.6 deduped
                            │ │ └─┬ passport@0.6.0
                            │ │   ├── passport-strategy@1.0.0 deduped
                            │ │   ├── pause@0.0.1 deduped
                            │ │   └── utils-merge@1.0.1 deduped
                            │ ├── @iobroker/ws-server@2.1.0 deduped
                            │ └─┬ express-session@1.17.3
                            │   ├── cookie@0.4.2
                            │   ├── cookie-signature@1.0.6 deduped
                            │   ├── debug@2.6.9 deduped
                            │   ├── depd@2.0.0 deduped
                            │   ├── on-headers@1.0.2 deduped
                            │   ├── parseurl@1.3.3 deduped
                            │   ├── safe-buffer@5.2.1 deduped
                            │   └── uid-safe@2.1.5 deduped
                            ├─┬ mime-types@2.1.35
                            │ └── mime-db@1.52.0
                            ├─┬ passport@0.6.0
                            │ ├── passport-strategy@1.0.0 deduped
                            │ ├── pause@0.0.1 deduped
                            │ └── utils-merge@1.0.1 deduped
                            ├── passport-local@1.0.0 deduped
                            └── xtend@4.0.2
                          
                          

                          Hier einmal der Tree. Die Fehlermeldungen kommen in einem zweiten Post.

                          1 Reply Last reply Reply Quote 0
                          • S
                            Snemeis @Thomas Braun last edited by

                            @thomas-braun

                            npm ERR! missing: iobroker.js-controller@4.0.21, required by iobroker.inst@3.0.0
                            npm ERR! missing: @iobroker/db-objects-file@4.0.21, required by iobroker.js-controller@4.0.21
                            npm ERR! missing: @iobroker/db-objects-jsonl@4.0.21, required by iobroker.js-controller@4.0.21
                            npm ERR! missing: @iobroker/db-objects-redis@4.0.21, required by iobroker.js-controller@4.0.21
                            npm ERR! missing: @iobroker/db-states-file@4.0.21, required by iobroker.js-controller@4.0.21
                            npm ERR! missing: @iobroker/db-states-jsonl@4.0.21, required by iobroker.js-controller@4.0.21
                            npm ERR! missing: @iobroker/db-states-redis@4.0.21, required by iobroker.js-controller@4.0.21
                            npm ERR! missing: @iobroker/js-controller-adapter@4.0.21, required by iobroker.js-controller@4.0.21
                            npm ERR! missing: @iobroker/js-controller-cli@4.0.21, required by iobroker.js-controller@4.0.21
                            npm ERR! missing: @iobroker/js-controller-common@4.0.21, required by iobroker.js-controller@4.0.21
                            npm ERR! missing: @iobroker/js-controller-common-db@4.0.21, required by iobroker.js-controller@4.0.21
                            npm ERR! missing: daemonize2@0.4.2, required by iobroker.js-controller@4.0.21
                            npm ERR! missing: fs-extra@10.0.1, required by iobroker.js-controller@4.0.21
                            npm ERR! missing: axios@0.24.0, required by iobroker.js-controller@4.0.21
                            npm ERR! missing: debug@4.3.3, required by iobroker.js-controller@4.0.21
                            npm ERR! missing: mime@3.0.0, required by iobroker.js-controller@4.0.21
                            npm ERR! missing: jszip@3.7.1, required by iobroker.js-controller@4.0.21
                            npm ERR! missing: prompt@1.2.2, required by iobroker.js-controller@4.0.21
                            npm ERR! missing: yargs@17.3.1, required by iobroker.js-controller@4.0.21
                            npm ERR! missing: jsonc-parser@3.0.0, required by @alcalzone/esbuild-register@2.5.1-1
                            npm ERR! missing: @iobroker/db-base@4.0.21, required by @iobroker/db-objects-file@4.0.21
                            npm ERR! missing: @iobroker/db-objects-redis@4.0.21, required by @iobroker/db-objects-file@4.0.21
                            npm ERR! missing: fs-extra@10.0.1, required by @iobroker/db-objects-file@4.0.21
                            npm ERR! missing: @iobroker/js-controller-common@4.0.21, required by @iobroker/db-base@4.0.21
                            npm ERR! missing: fs-extra@10.0.1, required by @iobroker/db-base@4.0.21
                            npm ERR! missing: @alcalzone/jsonl-db@2.5.1, required by @iobroker/db-objects-jsonl@4.0.21
                            npm ERR! missing: @iobroker/db-base@4.0.21, required by @iobroker/db-objects-jsonl@4.0.21
                            npm ERR! missing: @iobroker/db-objects-file@4.0.21, required by @iobroker/db-objects-jsonl@4.0.21
                            npm ERR! missing: @iobroker/db-objects-redis@4.0.21, required by @iobroker/db-objects-jsonl@4.0.21
                            npm ERR! missing: fs-extra@10.0.1, required by @iobroker/db-objects-jsonl@4.0.21
                            npm ERR! missing: alcalzone-shared@4.0.1, required by @alcalzone/jsonl-db@2.5.1
                            npm ERR! missing: fs-extra@10.0.1, required by @alcalzone/jsonl-db@2.5.1
                            npm ERR! missing: proper-lockfile@4.1.2, required by @alcalzone/jsonl-db@2.5.1
                            npm ERR! missing: debug@4.3.3, required by alcalzone-shared@4.0.1
                            npm ERR! missing: ms@2.1.2, required by debug@4.3.3
                            npm ERR! missing: retry@0.12.0, required by proper-lockfile@4.1.2
                            npm ERR! missing: signal-exit@3.0.6, required by proper-lockfile@4.1.2
                            npm ERR! missing: @iobroker/db-base@4.0.21, required by @iobroker/db-objects-redis@4.0.21
                            npm ERR! missing: debug@4.3.3, required by ioredis@4.28.5
                            npm ERR! missing: lodash.defaults@4.2.0, required by ioredis@4.28.5
                            npm ERR! missing: lodash.flatten@4.4.0, required by ioredis@4.28.5
                            npm ERR! missing: lodash.isarguments@3.1.0, required by ioredis@4.28.5
                            npm ERR! missing: redis-errors@1.2.0, required by ioredis@4.28.5
                            npm ERR! missing: redis-parser@3.0.0, required by ioredis@4.28.5
                            npm ERR! missing: redis-errors@1.2.0, required by redis-parser@3.0.0
                            npm ERR! missing: @iobroker/db-base@4.0.21, required by @iobroker/db-states-file@4.0.21
                            npm ERR! missing: @iobroker/db-states-redis@4.0.21, required by @iobroker/db-states-file@4.0.21
                            npm ERR! missing: @alcalzone/jsonl-db@2.5.1, required by @iobroker/db-states-jsonl@4.0.21
                            npm ERR! missing: @iobroker/db-base@4.0.21, required by @iobroker/db-states-jsonl@4.0.21
                            npm ERR! missing: @iobroker/db-states-file@4.0.21, required by @iobroker/db-states-jsonl@4.0.21
                            npm ERR! missing: @iobroker/db-states-redis@4.0.21, required by @iobroker/db-states-jsonl@4.0.21
                            npm ERR! missing: @iobroker/db-base@4.0.21, required by @iobroker/db-states-redis@4.0.21
                            npm ERR! missing: @iobroker/db-objects-file@4.0.21, required by @iobroker/js-controller-adapter@4.0.21
                            npm ERR! missing: @iobroker/db-objects-jsonl@4.0.21, required by @iobroker/js-controller-adapter@4.0.21
                            npm ERR! missing: @iobroker/db-objects-redis@4.0.21, required by @iobroker/js-controller-adapter@4.0.21
                            npm ERR! missing: @iobroker/db-states-file@4.0.21, required by @iobroker/js-controller-adapter@4.0.21
                            npm ERR! missing: @iobroker/db-states-jsonl@4.0.21, required by @iobroker/js-controller-adapter@4.0.21
                            npm ERR! missing: @iobroker/db-states-redis@4.0.21, required by @iobroker/js-controller-adapter@4.0.21
                            npm ERR! missing: @iobroker/js-controller-common@4.0.21, required by @iobroker/js-controller-adapter@4.0.21
                            npm ERR! missing: fs-extra@10.0.1, required by @iobroker/js-controller-adapter@4.0.21
                            npm ERR! missing: readline@1.3.0, required by @iobroker/js-controller-adapter@4.0.21
                            npm ERR! missing: follow-redirects@1.14.7, required by axios@0.21.4
                            npm ERR! missing: signal-exit@3.0.6, required by execa@5.1.1
                            npm ERR! missing: isexe@2.0.0, required by which@2.0.2
                            npm ERR! missing: debug@4.3.3, required by @iobroker/js-controller-cli@4.0.21
                            npm ERR! missing: @iobroker/js-controller-common@4.0.21, required by @iobroker/js-controller-cli@4.0.21
                            npm ERR! missing: @iobroker/js-controller-common-db@4.0.21, required by @iobroker/js-controller-cli@4.0.21
                            npm ERR! missing: daemonize2@0.4.2, required by @iobroker/js-controller-cli@4.0.21
                            npm ERR! missing: fs-extra@10.0.1, required by @iobroker/js-controller-cli@4.0.21
                            npm ERR! missing: ms@2.1.2, required by debug@4.3.3
                            npm ERR! missing: is-extglob@2.1.1, required by is-glob@4.0.3
                            npm ERR! missing: from@0.1.7, required by event-stream@4.0.1
                            npm ERR! missing: map-stream@0.0.7, required by event-stream@4.0.1
                            npm ERR! missing: pause-stream@0.0.11, required by event-stream@4.0.1
                            npm ERR! missing: stream-combiner@0.2.2, required by event-stream@4.0.1
                            npm ERR! missing: through@2.3.8, required by event-stream@4.0.1
                            npm ERR! missing: through@2.3.8, required by pause-stream@0.0.11
                            npm ERR! missing: through@2.3.8, required by split@1.0.1
                            npm ERR! missing: through@2.3.8, required by stream-combiner@0.2.2
                            npm ERR! missing: axios@0.26.1, required by @iobroker/js-controller-common@4.0.21
                            npm ERR! missing: ci-info@3.3.0, required by @iobroker/js-controller-common@4.0.21
                            npm ERR! missing: fs-extra@10.0.1, required by @iobroker/js-controller-common@4.0.21
                            npm ERR! missing: readline@1.3.0, required by @iobroker/js-controller-common@4.0.21
                            npm ERR! missing: winston@3.6.0, required by @iobroker/js-controller-common@4.0.21
                            npm ERR! missing: winston-daily-rotate-file@4.6.1, required by @iobroker/js-controller-common@4.0.21
                            npm ERR! missing: logform@2.4.0, required by winston-transport@4.5.0
                            npm ERR! missing: follow-redirects@1.14.9, required by axios@0.26.1
                            npm ERR! missing: logform@2.4.0, required by winston@3.6.0
                            npm ERR! missing: stack-trace@0.0.10, required by winston@3.6.0
                            npm ERR! missing: async@3.2.3, required by winston@3.6.0
                            npm ERR! missing: readable-stream@3.6.0, required by winston@3.6.0
                            npm ERR! missing: color-string@1.9.0, required by color@3.2.1
                            npm ERR! missing: color-name@1.1.3, required by color-convert@1.9.3
                            npm ERR! missing: color-name@1.1.3, required by color-string@1.9.0
                            npm ERR! missing: simple-swizzle@0.2.2, required by color-string@1.9.0
                            npm ERR! missing: fecha@4.2.1, required by logform@2.4.0
                            npm ERR! missing: ms@2.1.3, required by logform@2.4.0
                            npm ERR! missing: string_decoder@1.3.0, required by readable-stream@3.6.0
                            npm ERR! missing: moment@2.29.1, required by file-stream-rotator@0.6.1
                            npm ERR! missing: @iobroker/db-objects-file@4.0.21, required by @iobroker/js-controller-common-db@4.0.21
                            npm ERR! missing: @iobroker/db-objects-jsonl@4.0.21, required by @iobroker/js-controller-common-db@4.0.21
                            npm ERR! missing: @iobroker/db-objects-redis@4.0.21, required by @iobroker/js-controller-common-db@4.0.21
                            npm ERR! missing: @iobroker/db-states-file@4.0.21, required by @iobroker/js-controller-common-db@4.0.21
                            npm ERR! missing: @iobroker/db-states-jsonl@4.0.21, required by @iobroker/js-controller-common-db@4.0.21
                            npm ERR! missing: @iobroker/db-states-redis@4.0.21, required by @iobroker/js-controller-common-db@4.0.21
                            npm ERR! missing: @iobroker/js-controller-common@4.0.21, required by @iobroker/js-controller-common-db@4.0.21
                            npm ERR! missing: fs-extra@10.0.1, required by @iobroker/js-controller-common-db@4.0.21
                            npm ERR! missing: @sentry/integrations@6.18.2, required by @iobroker/plugin-sentry@1.2.0
                            npm ERR! missing: @sentry/node@6.18.2, required by @iobroker/plugin-sentry@1.2.0
                            npm ERR! missing: @sentry/types@6.18.2, required by @sentry/integrations@6.18.2
                            npm ERR! missing: @sentry/utils@6.18.2, required by @sentry/integrations@6.18.2
                            npm ERR! missing: @sentry/types@6.18.2, required by @sentry/utils@6.18.2
                            npm ERR! missing: lie@3.1.1, required by localforage@1.10.0
                            npm ERR! missing: immediate@3.0.6, required by lie@3.1.1
                            npm ERR! missing: @sentry/core@6.18.2, required by @sentry/node@6.18.2
                            npm ERR! missing: @sentry/hub@6.18.2, required by @sentry/node@6.18.2
                            npm ERR! missing: @sentry/types@6.18.2, required by @sentry/node@6.18.2
                            npm ERR! missing: @sentry/utils@6.18.2, required by @sentry/node@6.18.2
                            npm ERR! missing: lru_map@0.3.3, required by @sentry/node@6.18.2
                            npm ERR! missing: @sentry/hub@6.18.2, required by @sentry/core@6.18.2
                            npm ERR! missing: @sentry/minimal@6.18.2, required by @sentry/core@6.18.2
                            npm ERR! missing: @sentry/types@6.18.2, required by @sentry/core@6.18.2
                            npm ERR! missing: @sentry/utils@6.18.2, required by @sentry/core@6.18.2
                            npm ERR! missing: @sentry/hub@6.18.2, required by @sentry/minimal@6.18.2
                            npm ERR! missing: @sentry/types@6.18.2, required by @sentry/minimal@6.18.2
                            npm ERR! missing: @sentry/types@6.18.2, required by @sentry/hub@6.18.2
                            npm ERR! missing: @sentry/utils@6.18.2, required by @sentry/hub@6.18.2
                            npm ERR! missing: callsite@1.0.0, required by decache@4.6.1
                            npm ERR! missing: follow-redirects@1.14.7, required by axios@0.24.0
                            npm ERR! missing: ms@2.1.2, required by debug@4.3.3
                            npm ERR! missing: lodash.includes@4.3.0, required by jsonwebtoken@8.5.1
                            npm ERR! missing: lodash.isboolean@3.0.3, required by jsonwebtoken@8.5.1
                            npm ERR! missing: lodash.isinteger@4.0.4, required by jsonwebtoken@8.5.1
                            npm ERR! missing: lodash.isnumber@3.0.3, required by jsonwebtoken@8.5.1
                            npm ERR! missing: lodash.isplainobject@4.0.6, required by jsonwebtoken@8.5.1
                            npm ERR! missing: lodash.isstring@4.0.1, required by jsonwebtoken@8.5.1
                            npm ERR! missing: lodash.once@4.1.1, required by jsonwebtoken@8.5.1
                            npm ERR! missing: lie@3.3.0, required by jszip@3.7.1
                            npm ERR! missing: readable-stream@2.3.7, required by jszip@3.7.1
                            npm ERR! missing: set-immediate-shim@1.0.1, required by jszip@3.7.1
                            npm ERR! missing: immediate@3.0.6, required by lie@3.3.0
                            npm ERR! missing: isarray@1.0.0, required by readable-stream@2.3.7
                            npm ERR! missing: safe-buffer@5.1.2, required by readable-stream@2.3.7
                            npm ERR! missing: string_decoder@1.1.1, required by readable-stream@2.3.7
                            npm ERR! missing: safe-buffer@5.1.2, required by string_decoder@1.1.1
                            npm ERR! missing: async@0.9.2, required by prompt@1.2.2
                            npm ERR! missing: winston@2.4.5, required by prompt@1.2.2
                            npm ERR! missing: read@1.0.7, required by prompt@1.2.2
                            npm ERR! missing: revalidator@0.1.8, required by prompt@1.2.2
                            npm ERR! missing: colors@1.0.3, required by winston@2.4.5
                            npm ERR! missing: cycle@1.0.3, required by winston@2.4.5
                            npm ERR! missing: eyes@0.1.8, required by winston@2.4.5
                            npm ERR! missing: async@1.0.0, required by winston@2.4.5
                            npm ERR! missing: stack-trace@0.0.10, required by winston@2.4.5
                            npm ERR! missing: minipass@3.1.6, required by tar@6.1.11
                            npm ERR! missing: minipass@3.1.6, required by fs-minipass@2.1.0
                            npm ERR! missing: minipass@3.1.6, required by minizlib@2.1.2
                            npm ERR! missing: require-directory@2.1.1, required by yargs@17.3.1
                            npm ERR! missing: yargs-parser@21.0.1, required by yargs@17.3.1
                            npm ERR! missing: string-width@4.2.3, required by yargs@17.3.1
                            npm ERR! missing: string-width@4.2.3, required by cliui@7.0.4
                            npm ERR! missing: strip-ansi@6.0.1, required by cliui@7.0.4
                            npm ERR! missing: is-fullwidth-code-point@3.0.0, required by string-width@4.2.3
                            npm ERR! missing: strip-ansi@6.0.1, required by string-width@4.2.3
                            npm ERR! missing: ansi-regex@5.0.1, required by strip-ansi@6.0.1
                            npm ERR! missing: string-width@4.2.3, required by wrap-ansi@7.0.0
                            npm ERR! missing: strip-ansi@6.0.1, required by wrap-ansi@7.0.0
                            npm ERR! missing: is-fullwidth-code-point@3.0.0, required by string-width@4.2.3
                            npm ERR! missing: strip-ansi@6.0.1, required by string-width@4.2.3
                            npm ERR! missing: ansi-regex@5.0.1, required by strip-ansi@6.0.1
                            npm ERR! missing: is-fullwidth-code-point@3.0.0, required by string-width@4.2.3
                            npm ERR! missing: strip-ansi@6.0.1, required by string-width@4.2.3
                            npm ERR! missing: ansi-regex@5.0.1, required by strip-ansi@6.0.1
                            
                            1 Reply Last reply Reply Quote 0
                            • E
                              Einstein67 @Snemeis last edited by

                              @snemeis Sorry! Ich dachte du hättest eine komplette Neuinstallation von ioBroker gemacht ...

                              Hab nochmal gelesen und kapiert 😞

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

                              Support us

                              ioBroker
                              Community Adapters
                              Donate

                              1.1k
                              Online

                              31.7k
                              Users

                              79.7k
                              Topics

                              1.3m
                              Posts

                              3
                              14
                              294
                              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