Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. ioBroker Allgemein
    4. js-controller 3.3 jetzt im Beta

    NEWS

    • Neuer Blog: Fotos und Eindrücke aus Solingen

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

    • ioBroker goes Matter ... Matter Adapter in Stable

    js-controller 3.3 jetzt im Beta

    This topic has been deleted. Only users with topic management privileges can see it.
    • foxriver76
      foxriver76 Developer @e-s last edited by

      @e-s Ah, den hatte ich auch aber Adapter wird so gut wie nie neugestartet, daher nicht aufgefallen. Habe ein PR erstellt der es fixt. https://github.com/t4qjXH8N/ioBroker.wiffi-wz/pull/49

      foxriver76 created this issue in t4qjXH8N/ioBroker.wiffi-wz

      open write info.connection with ack flag #49

      1 Reply Last reply Reply Quote 1
      • K
        Kueppert last edited by

        Hab auch den HOST jetzt mal auf 3.3.15 hochgezogen von 3.3.12. Hab direkt auch mal mein Debian 10 upgedated, alles in einem Schritt. VM neu gestartet und alles problemlos durchgelaufen 👍

        M 1 Reply Last reply Reply Quote 1
        • M
          Marty56 @Kueppert last edited by

          @apollon77 kein Problem mit 3.3.15

          1 Reply Last reply Reply Quote 1
          • ?
            A Former User last edited by

            Kann oder muss ich diesen Fehler beheben? 3.3.14 auf 3.3.15

            iobroker@iobroker-vm:/opt/iobroker$ iobroker upgrade self
            Update js-controller from @3.3.14 to @3.3.15
            NPM version: 6.14.13
            npm install iobroker.js-controller@3.3.15 --loglevel error --unsafe-perm --prefix "/opt/iobroker" (System call)
            /bin/sh: 1: cmake: not found
            make: *** [config_deps.target.mk:13: /opt/iobroker/node_modules/cpu-features/deps/cpu_features/build/Makefile] Fehler 127
            gyp ERR! build error
            gyp ERR! stack Error: `make` failed with exit code: 2
            gyp ERR! stack     at ChildProcess.onExit (/usr/lib/node_modules/npm/node_modules/node-gyp/lib/build.js:194:23)
            gyp ERR! stack     at ChildProcess.emit (events.js:314:20)
            gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:276:12)
            gyp ERR! System Linux 4.19.0-9-amd64
            gyp ERR! command "/usr/bin/node" "/usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"
            gyp ERR! cwd /opt/iobroker/node_modules/cpu-features
            gyp ERR! node -v v12.22.2
            gyp ERR! node-gyp -v v5.1.0
            gyp ERR! not ok
            
            Thomas Braun 1 Reply Last reply Reply Quote 0
            • Thomas Braun
              Thomas Braun Most Active @Guest last edited by Thomas Braun

              @brainbug

              Ich vermute da fehlt dir das Paket cmake

              sudo apt update
              sudo apt install cmake
              

              Vielleicht auch mal die build-essential installieren:

              sudo apt install build-essential
              
              node-gyp -v v5.1.0
              

              scheint auch veraltet zu sein, in meinem System werkelt node-gyp@7.1.0

              Prüf mal deine nodeJS-Installation.

              ? 1 Reply Last reply Reply Quote 0
              • ?
                A Former User @Thomas Braun last edited by

                @thomas-braun sagte in js-controller 3.3 jetzt im Beta:

                sudo apt install build-essential

                cmake zu installieren hat den Fehler behoben. node und nodejs sind v12.22.2 installiert.

                Thomas Braun apollon77 2 Replies Last reply Reply Quote 0
                • Thomas Braun
                  Thomas Braun Most Active @Guest last edited by

                  @brainbug sagte in js-controller 3.3 jetzt im Beta:

                  node und nodejs sind v12.22.2 installiert.

                  Auch 'senkrecht'? Schau mit

                  which nodejs node npm && nodejs -v && node -v && npm -v && apt policy nodejs
                  

                  nach

                  Chaot ? 2 Replies Last reply Reply Quote 0
                  • apollon77
                    apollon77 @Guest last edited by

                    @brainbug Farge ist jetzt ob ein "iobroker fix" das auch gelöst hätte ... weil der Installiert installiert das nicht ... Ist auch das erste mal das ich das sehe das eine nodejs lib auf cmake aufbaut ... das cpu-features scheint wohl von irgendeinem "ssh2" paket gefordert zu werden. Keine Ahnung durch welchen Adapter oder lib das reinkommt bei Dir.

                    naja mal schauen ob es nochmal kommt, dann kommts halt in den Installer/Fixer mit dazu

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

                      @thomas-braun
                      Ich habe eine seltsame Meldung die ich bisher noch nie hatte:

                      Update js-controller from @3.3.14 to @3.3.15
                      NPM version: 6.14.13
                      npm install iobroker.js-controller@3.3.15 --loglevel error --unsafe-perm --prefix "/opt/iobroker" (System call)
                      In file included from ../src/binding.cc:1:
                      /home/iobroker/.cache/node-gyp/12.22.2/include/node/node.h:736:43: warning: cast between incompatible function types from 'void (*)(Nan::ADDON_REGISTER_FUNCTION_ARGS_TYPE)' {aka 'void (*)(v8::Local<v8::Object>)'} to 'node::addon_register_func' {aka 'void (*)(v8::Local<v8::Object>, v8::Local<v8::Value>, void*)'} [-Wcast-function-type]
                        736 |       (node::addon_register_func) (regfunc),                          \
                            |                                           ^
                      /home/iobroker/.cache/node-gyp/12.22.2/include/node/node.h:770:3: note: in expansion of macro 'NODE_MODULE_X'
                        770 |   NODE_MODULE_X(modname, regfunc, NULL, 0)  // NOLINT (readability/null_usage)
                            |   ^~~~~~~~~~~~~
                      ../src/binding.cc:153:1: note: in expansion of macro 'NODE_MODULE'
                        153 | NODE_MODULE(cpufeatures, init)
                            | ^~~~~~~~~~~
                      
                      apollon77 Thomas Braun 2 Replies Last reply Reply Quote 1
                      • apollon77
                        apollon77 @Chaot last edited by

                        @chaot Siehe oben ... einfach ignore ... das sind npm Warnungen von irgendwelchen npm Modulen in Deiner Installation ...

                        1 Reply Last reply Reply Quote 2
                        • ?
                          A Former User @Thomas Braun last edited by

                          @thomas-braun sagte in js-controller 3.3 jetzt im Beta:

                          which nodejs node npm && nodejs -v && node -v && npm -v && apt policy nodejs
                          /usr/bin/nodejs
                          /usr/bin/node
                          /usr/bin/npm
                          v12.22.2
                          v12.22.2
                          6.14.13
                          nodejs:
                           Installiert:           12.22.2-1nodesource1
                           Installationskandidat: 12.22.2-1nodesource1
                           Versionstabelle:
                          *** 12.22.2-1nodesource1 500
                                 500 https://deb.nodesource.com/node_12.x buster/main amd64 Packages
                                 100 /var/lib/dpkg/status
                              10.24.0~dfsg-1~deb10u1 500
                                 500 http://deb.debian.org/debian buster/main amd64 Packages
                                 500 http://security.debian.org/debian-security buster/updates/main amd64 Packages
                          

                          @apollon77 da bin ich definitiv der falsche um das zu beantworten zu können

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

                            @chaot
                            Da kann ich so auch nix herauslesen.
                            Schau mal im Installationsverzeichnis, ob da alles 'ordentlich' ist:

                            cd /opt/iobroker
                            npm list
                            
                            Chaot 1 Reply Last reply Reply Quote 0
                            • Thomas Braun
                              Thomas Braun Most Active @Guest last edited by

                              @brainbug
                              Ja, das sieht gut aus.

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

                                @thomas-braun Oh, da kommen am Ende jede Menge Errors

                                | | | `-- tslib@1.11.1 deduped
                                | | +-- @sentry/tracing@6.9.0
                                | | | +-- @sentry/hub@6.9.0 deduped
                                | | | +-- @sentry/minimal@6.9.0 deduped
                                | | | +-- @sentry/types@6.9.0 deduped
                                | | | +-- @sentry/utils@6.9.0 deduped
                                | | | `-- tslib@1.11.1 deduped
                                | | +-- @sentry/types@6.9.0 deduped
                                | | +-- @sentry/utils@6.9.0 deduped
                                | | +-- cookie@0.4.1
                                | | +-- https-proxy-agent@5.0.0 deduped
                                | | +-- lru_map@0.3.3 deduped
                                | | `-- tslib@1.11.1 deduped
                                | +-- extend@3.0.2
                                | +-- finalhandler@1.1.2
                                | | +-- debug@2.6.9 deduped
                                | | +-- encodeurl@1.0.2 deduped
                                | | +-- escape-html@1.0.3 deduped
                                | | +-- on-finished@2.3.0 deduped
                                | | +-- parseurl@1.3.3 deduped
                                | | +-- statuses@1.5.0 deduped
                                | | `-- unpipe@1.0.0
                                | +-- http-mitm-proxy@0.9.0
                                | | +-- async@3.2.0
                                | | +-- debug@4.3.2
                                | | | `-- ms@2.1.2
                                | | +-- mkdirp@0.5.5
                                | | | `-- minimist@1.2.5 deduped
                                | | +-- node-forge@0.10.0 deduped
                                | | +-- semaphore@1.1.0
                                | | +-- ws@3.3.3
                                | | | +-- async-limiter@1.0.1 deduped
                                | | | +-- safe-buffer@5.1.2
                                | | | `-- ultron@1.1.1 deduped
                                | | `-- yargs@16.2.0
                                | |   +-- cliui@7.0.4
                                | |   | +-- string-width@4.2.2 deduped
                                | |   | +-- strip-ansi@6.0.0
                                | |   | | `-- ansi-regex@5.0.0
                                | |   | `-- wrap-ansi@7.0.0 deduped
                                | |   +-- escalade@3.1.1 deduped
                                | |   +-- get-caller-file@2.0.5 deduped
                                | |   +-- require-directory@2.1.1 deduped
                                | |   +-- string-width@4.2.2
                                | |   | +-- emoji-regex@8.0.0 deduped
                                | |   | +-- is-fullwidth-code-point@3.0.0
                                | |   | `-- strip-ansi@6.0.0 deduped
                                | |   +-- y18n@5.0.5 deduped
                                | |   `-- yargs-parser@20.2.4 deduped
                                | +-- qrcode@1.4.4
                                | | +-- buffer@5.6.0
                                | | | +-- base64-js@1.3.1 deduped
                                | | | `-- ieee754@1.1.13
                                | | +-- buffer-alloc@1.2.0
                                | | | +-- buffer-alloc-unsafe@1.1.0
                                | | | `-- buffer-fill@1.0.0
                                | | +-- buffer-from@1.1.1 deduped
                                | | +-- dijkstrajs@1.0.2
                                | | +-- isarray@2.0.5
                                | | +-- pngjs@3.4.0
                                | | `-- yargs@13.3.2
                                | |   +-- cliui@5.0.0
                                | |   | +-- string-width@3.1.0 deduped
                                | |   | +-- strip-ansi@5.2.0
                                | |   | | `-- ansi-regex@4.1.0
                                | |   | `-- wrap-ansi@5.1.0
                                | |   |   +-- ansi-styles@3.2.1
                                | |   |   | `-- color-convert@1.9.3 deduped
                                | |   |   +-- string-width@3.1.0 deduped
                                | |   |   `-- strip-ansi@5.2.0 deduped
                                | |   +-- find-up@3.0.0
                                | |   | `-- locate-path@3.0.0
                                | |   |   +-- p-locate@3.0.0
                                | |   |   | `-- p-limit@2.3.0
                                | |   |   |   `-- p-try@2.2.0
                                | |   |   `-- path-exists@3.0.0
                                | |   +-- get-caller-file@2.0.5 deduped
                                | |   +-- require-directory@2.1.1 deduped
                                | |   +-- require-main-filename@2.0.0
                                | |   +-- set-blocking@2.0.0 deduped
                                | |   +-- string-width@3.1.0
                                | |   | +-- emoji-regex@7.0.3
                                | |   | +-- is-fullwidth-code-point@2.0.0
                                | |   | `-- strip-ansi@5.2.0 deduped
                                | |   +-- which-module@2.0.0
                                | |   +-- y18n@4.0.3
                                | |   `-- yargs-parser@13.1.2
                                | |     +-- camelcase@5.3.1
                                | |     `-- decamelize@1.2.0 deduped
                                | +-- request@2.88.2 deduped
                                | +-- serve-static@1.14.1
                                | | +-- encodeurl@1.0.2 deduped
                                | | +-- escape-html@1.0.3 deduped
                                | | +-- parseurl@1.3.3 deduped
                                | | `-- send@0.17.1 deduped
                                | +-- source-map-support@0.5.19 deduped
                                | `-- tuyapi@7.2.0
                                |   +-- debug@4.1.1
                                |   | `-- ms@2.1.2 deduped
                                |   +-- p-queue@6.6.1
                                |   | +-- eventemitter3@4.0.7
                                |   | `-- p-timeout@3.2.0 deduped
                                |   +-- p-retry@4.2.0
                                |   | +-- @types/retry@0.12.1
                                |   | `-- retry@0.12.0
                                |   `-- p-timeout@3.2.0
                                |     `-- p-finally@1.0.0
                                +-- iobroker.tvprogram@1.1.0
                                | +-- @iobroker/adapter-core@2.4.0
                                | | `-- @types/iobroker@3.2.9
                                | |   `-- @types/node@13.11.1 deduped
                                | +-- @sentry/browser@6.3.5
                                | | +-- @sentry/core@6.3.5
                                | | | +-- @sentry/hub@6.3.5
                                | | | | +-- @sentry/types@6.3.5 deduped
                                | | | | +-- @sentry/utils@6.3.5 deduped
                                | | | | `-- tslib@1.11.1 deduped
                                | | | +-- @sentry/minimal@6.3.5
                                | | | | +-- @sentry/hub@6.3.5 deduped
                                | | | | +-- @sentry/types@6.3.5 deduped
                                | | | | `-- tslib@1.11.1 deduped
                                | | | +-- @sentry/types@6.3.5 deduped
                                | | | +-- @sentry/utils@6.3.5 deduped
                                | | | `-- tslib@1.11.1 deduped
                                | | +-- @sentry/types@6.3.5
                                | | +-- @sentry/utils@6.3.5
                                | | | +-- @sentry/types@6.3.5 deduped
                                | | | `-- tslib@1.11.1 deduped
                                | | `-- tslib@1.11.1 deduped
                                | `-- parcel-plugin-build-hooks@1.1.0
                                |   `-- comment-json@1.1.3
                                |     `-- json-parser@1.1.5
                                |       `-- esprima@2.7.3
                                +-- iobroker.tvspielfilm@2.0.4
                                | +-- @iobroker/adapter-core@2.2.1 deduped
                                | +-- request@2.88.2 deduped
                                | `-- xml2js@0.4.23 deduped
                                +-- iobroker.ubuntu@0.1.0 extraneous
                                +-- iobroker.unifi@0.5.10
                                | +-- @iobroker/adapter-core@2.5.0
                                | | `-- @types/iobroker@3.3.0
                                | |   `-- @types/node@13.11.1 deduped
                                | +-- axios@0.21.1 deduped
                                | +-- dateformat@4.5.1 deduped
                                | +-- json-logic-js@2.0.1
                                | `-- node-unifi@1.4.3
                                |   +-- async@3.2.0
                                |   `-- request@2.88.2 deduped
                                +-- iobroker.upnp@1.0.19
                                | +-- @iobroker/adapter-core@2.5.0
                                | | `-- @types/iobroker@3.3.0
                                | |   `-- @types/node@13.11.1 deduped
                                | +-- ip@1.1.5
                                | +-- node-schedule@2.0.0
                                | | +-- cron-parser@3.5.0
                                | | | +-- is-nan@1.3.2
                                | | | | +-- call-bind@1.0.0 deduped
                                | | | | `-- define-properties@1.1.3 deduped
                                | | | `-- luxon@1.27.0
                                | | +-- long-timeout@0.1.1 deduped
                                | | `-- sorted-array-functions@1.3.0
                                | +-- node-ssdp@4.0.1 deduped
                                | +-- parsexmlresponse@0.0.5
                                | | `-- xml2js@0.4.23 deduped
                                | +-- portfinder@1.0.28
                                | | +-- async@2.6.3
                                | | | `-- lodash@4.17.15 deduped
                                | | +-- debug@3.2.7
                                | | | `-- ms@2.1.3
                                | | `-- mkdirp@0.5.5
                                | |   `-- minimist@1.2.5 deduped
                                | +-- request@2.88.2 deduped
                                | +-- xml2js@0.4.23 deduped
                                | `-- xmldom@0.6.0
                                +-- iobroker.virtualpowermeter@1.4.2
                                | +-- @iobroker/adapter-core@2.4.0
                                | | `-- @types/iobroker@3.2.8
                                | |   `-- @types/node@13.11.1 deduped
                                | +-- @types/node-cron@2.0.3
                                | | `-- @types/tz-offset@0.0.0
                                | +-- cron@1.8.2 deduped
                                | +-- node-cron@2.0.3
                                | | +-- opencollective-postinstall@2.0.3
                                | | `-- tz-offset@0.0.1
                                | `-- node-schedule@1.3.2 deduped
                                +-- iobroker.vis@1.4.3
                                | +-- @iobroker/adapter-core@2.5.0
                                | | `-- @types/iobroker@3.3.1
                                | |   `-- @types/node@13.11.1 deduped
                                | `-- jsonwebtoken@8.5.1 deduped
                                +-- iobroker.vis-bars@0.1.4 extraneous
                                +-- iobroker.vis-canvas-gauges@0.1.5 extraneous
                                +-- iobroker.vis-colorpicker@1.2.0
                                | `-- @iobroker/adapter-core@2.2.1 deduped
                                +-- iobroker.vis-fancyswitch@1.1.0 extraneous
                                +-- iobroker.vis-google-fonts@0.1.0 extraneous
                                +-- iobroker.vis-history@1.0.0 extraneous
                                +-- iobroker.vis-hqwidgets@1.1.7
                                +-- iobroker.vis-inventwo@3.1.2
                                | +-- @iobroker/adapter-core@2.5.1
                                | | `-- @types/iobroker@3.3.4
                                | |   `-- @types/node@13.11.1 deduped
                                | +-- minimist@1.2.5
                                | `-- np@7.5.0
                                |   +-- @samverschueren/stream-to-observable@0.3.1
                                |   | `-- any-observable@0.3.0
                                |   +-- any-observable@0.5.1
                                |   +-- async-exit-hook@2.0.1
                                |   +-- chalk@4.1.1
                                |   | +-- ansi-styles@4.2.1
                                |   | | +-- @types/color-name@1.1.1
                                |   | | `-- color-convert@2.0.1
                                |   | |   `-- color-name@1.1.4
                                |   | `-- supports-color@7.2.0
                                |   |   `-- has-flag@4.0.0
                                |   +-- cosmiconfig@7.0.0
                                |   | +-- @types/parse-json@4.0.0
                                |   | +-- import-fresh@3.3.0
                                |   | | +-- parent-module@1.0.1
                                |   | | | `-- callsites@3.1.0 deduped
                                |   | | `-- resolve-from@4.0.0
                                |   | +-- parse-json@5.2.0
                                |   | | +-- @babel/code-frame@7.14.5
                                |   | | | `-- @babel/highlight@7.14.5
                                |   | | |   +-- @babel/helper-validator-identifier@7.14.8
                                |   | | |   +-- chalk@2.4.2
                                |   | | |   | +-- ansi-styles@3.2.1
                                |   | | |   | | `-- color-convert@1.9.3 deduped
                                |   | | |   | +-- escape-string-regexp@1.0.5
                                |   | | |   | `-- supports-color@5.5.0
                                |   | | |   |   `-- has-flag@3.0.0
                                |   | | |   `-- js-tokens@4.0.0
                                |   | | +-- error-ex@1.3.2
                                |   | | | `-- is-arrayish@0.2.1
                                |   | | +-- json-parse-even-better-errors@2.3.1
                                |   | | `-- lines-and-columns@1.1.6
                                |   | +-- path-type@4.0.0
                                |   | `-- yaml@1.10.2
                                |   +-- del@6.0.0
                                |   | +-- globby@11.0.4
                                |   | | +-- array-union@2.1.0
                                |   | | +-- dir-glob@3.0.1
                                |   | | | `-- path-type@4.0.0
                                |   | | +-- fast-glob@3.2.7
                                |   | | | +-- @nodelib/fs.stat@2.0.5
                                |   | | | +-- @nodelib/fs.walk@1.2.8
                                |   | | | | +-- @nodelib/fs.scandir@2.1.5
                                |   | | | | | +-- @nodelib/fs.stat@2.0.5 deduped
                                |   | | | | | `-- run-parallel@1.2.0
                                |   | | | | |   `-- queue-microtask@1.2.3
                                |   | | | | `-- fastq@1.11.1
                                |   | | | |   `-- reusify@1.0.4
                                |   | | | +-- glob-parent@5.1.2
                                |   | | | | `-- is-glob@4.0.1 deduped
                                |   | | | +-- merge2@1.4.1 deduped
                                |   | | | `-- micromatch@4.0.4
                                |   | | |   +-- braces@3.0.2
                                |   | | |   | `-- fill-range@7.0.1
                                |   | | |   |   `-- to-regex-range@5.0.1
                                |   | | |   |     `-- is-number@7.0.0
                                |   | | |   `-- picomatch@2.3.0
                                |   | | +-- ignore@5.1.8
                                |   | | +-- merge2@1.4.1
                                |   | | `-- slash@3.0.0 deduped
                                |   | +-- graceful-fs@4.2.6
                                |   | +-- is-glob@4.0.1 deduped
                                |   | +-- is-path-cwd@2.2.0
                                |   | +-- is-path-inside@3.0.3
                                |   | +-- p-map@4.0.0
                                |   | | `-- aggregate-error@3.1.0
                                |   | |   +-- clean-stack@2.2.0
                                |   | |   `-- indent-string@4.0.0 deduped
                                |   | +-- rimraf@3.0.2
                                |   | | `-- glob@7.1.6 deduped
                                |   | `-- slash@3.0.0
                                |   +-- escape-goat@3.0.0
                                |   +-- escape-string-regexp@4.0.0
                                |   +-- 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
                                |   | |   `-- isexe@2.0.0 deduped
                                |   | +-- get-stream@6.0.1
                                |   | +-- human-signals@2.1.0
                                |   | +-- is-stream@2.0.0
                                |   | +-- merge-stream@2.0.0
                                |   | +-- npm-run-path@4.0.1
                                |   | | `-- path-key@3.1.1 deduped
                                |   | +-- onetime@5.1.2 deduped
                                |   | +-- signal-exit@3.0.3
                                |   | `-- strip-final-newline@2.0.0
                                |   +-- github-url-from-git@1.5.0
                                |   +-- has-yarn@2.1.0
                                |   +-- hosted-git-info@3.0.8
                                |   | `-- lru-cache@6.0.0
                                |   |   `-- yallist@4.0.0 deduped
                                |   +-- ignore-walk@3.0.3
                                |   | `-- minimatch@3.0.4 deduped
                                |   +-- import-local@3.0.2
                                |   | +-- pkg-dir@4.2.0
                                |   | | `-- find-up@4.1.0
                                |   | |   +-- locate-path@5.0.0
                                |   | |   | `-- p-locate@4.1.0
                                |   | |   |   `-- p-limit@2.3.0 deduped
                                |   | |   `-- path-exists@4.0.0
                                |   | `-- resolve-cwd@3.0.0
                                |   |   `-- resolve-from@5.0.0
                                |   +-- inquirer@7.3.3
                                |   | +-- ansi-escapes@4.3.2
                                |   | | `-- type-fest@0.21.3
                                |   | +-- chalk@4.1.1 deduped
                                |   | +-- cli-cursor@3.1.0
                                |   | | `-- restore-cursor@3.1.0
                                |   | |   +-- onetime@5.1.2 deduped
                                |   | |   `-- signal-exit@3.0.3 deduped
                                |   | +-- cli-width@3.0.0
                                |   | +-- external-editor@3.1.0
                                |   | | +-- chardet@0.7.0
                                |   | | +-- iconv-lite@0.4.24 deduped
                                |   | | `-- tmp@0.0.33
                                |   | |   `-- os-tmpdir@1.0.2
                                |   | +-- figures@3.2.0
                                |   | | `-- escape-string-regexp@1.0.5
                                |   | +-- lodash@4.17.21
                                |   | +-- mute-stream@0.0.8 deduped
                                |   | +-- run-async@2.4.1
                                |   | +-- rxjs@6.6.7 deduped
                                |   | +-- string-width@4.2.2
                                |   | | +-- emoji-regex@8.0.0 deduped
                                |   | | +-- is-fullwidth-code-point@3.0.0
                                |   | | `-- strip-ansi@6.0.0 deduped
                                |   | +-- strip-ansi@6.0.0
                                |   | | `-- ansi-regex@5.0.0
                                |   | `-- through@2.3.8 deduped
                                |   +-- is-installed-globally@0.3.2
                                |   | +-- global-dirs@2.1.0
                                |   | | `-- ini@1.3.7
                                |   | `-- is-path-inside@3.0.3 deduped
                                |   +-- is-interactive@1.0.0
                                |   +-- is-scoped@2.1.0
                                |   | `-- scoped-regex@2.1.0
                                |   +-- issue-regex@3.1.0
                                |   +-- listr@0.14.3
                                |   | +-- @samverschueren/stream-to-observable@0.3.1 deduped
                                |   | +-- is-observable@1.1.0
                                |   | | `-- symbol-observable@1.2.0
                                |   | +-- is-promise@2.2.2
                                |   | +-- is-stream@1.1.0 deduped
                                |   | +-- listr-silent-renderer@1.1.1
                                |   | +-- listr-update-renderer@0.5.0
                                |   | | +-- chalk@1.1.3
                                |   | | | +-- ansi-styles@2.2.1
                                |   | | | +-- escape-string-regexp@1.0.5
                                |   | | | +-- has-ansi@2.0.0
                                |   | | | | `-- ansi-regex@2.1.1 deduped
                                |   | | | +-- strip-ansi@3.0.1 deduped
                                |   | | | `-- supports-color@2.0.0
                                |   | | +-- cli-truncate@0.2.1
                                |   | | | +-- slice-ansi@0.0.4
                                |   | | | `-- string-width@1.0.2 deduped
                                |   | | +-- elegant-spinner@1.0.1
                                |   | | +-- figures@1.7.0
                                |   | | | +-- escape-string-regexp@1.0.5 deduped
                                |   | | | `-- object-assign@4.1.1 deduped
                                |   | | +-- indent-string@3.2.0
                                |   | | +-- log-symbols@1.0.2
                                |   | | | `-- chalk@1.1.3 deduped
                                |   | | +-- log-update@2.3.0
                                |   | | | +-- ansi-escapes@3.2.0
                                |   | | | +-- cli-cursor@2.1.0
                                |   | | | | `-- restore-cursor@2.0.0
                                |   | | | |   +-- onetime@2.0.1
                                |   | | | |   | `-- mimic-fn@1.2.0
                                |   | | | |   `-- signal-exit@3.0.3 deduped
                                |   | | | `-- wrap-ansi@3.0.1
                                |   | | |   +-- string-width@2.1.1
                                |   | | |   | +-- is-fullwidth-code-point@2.0.0
                                |   | | |   | `-- strip-ansi@4.0.0 deduped
                                |   | | |   `-- strip-ansi@4.0.0
                                |   | | |     `-- ansi-regex@3.0.0
                                |   | | `-- strip-ansi@3.0.1 deduped
                                |   | +-- listr-verbose-renderer@0.5.0
                                |   | | +-- chalk@2.4.2
                                |   | | | +-- ansi-styles@3.2.1
                                |   | | | | `-- color-convert@1.9.3 deduped
                                |   | | | +-- escape-string-regexp@1.0.5
                                |   | | | `-- supports-color@5.5.0
                                |   | | |   `-- has-flag@3.0.0
                                |   | | +-- cli-cursor@2.1.0
                                |   | | | `-- restore-cursor@2.0.0
                                |   | | |   +-- onetime@2.0.1
                                |   | | |   | `-- mimic-fn@1.2.0
                                |   | | |   `-- signal-exit@3.0.3 deduped
                                |   | | +-- date-fns@1.30.1
                                |   | | `-- figures@2.0.0
                                |   | |   `-- escape-string-regexp@1.0.5 deduped
                                |   | +-- p-map@2.1.0
                                |   | `-- rxjs@6.6.7
                                |   |   `-- tslib@1.11.1 deduped
                                |   +-- listr-input@0.2.1
                                |   | +-- inquirer@7.3.3
                                |   | | +-- ansi-escapes@4.3.2 deduped
                                |   | | +-- chalk@4.1.1 deduped
                                |   | | +-- cli-cursor@3.1.0 deduped
                                |   | | +-- cli-width@3.0.0 deduped
                                |   | | +-- external-editor@3.1.0
                                |   | | | +-- chardet@0.7.0
                                |   | | | +-- iconv-lite@0.4.24 deduped
                                |   | | | `-- tmp@0.0.33 deduped
                                |   | | +-- figures@3.2.0 deduped
                                |   | | +-- lodash@4.17.21
                                |   | | +-- mute-stream@0.0.8 deduped
                                |   | | +-- run-async@2.4.1 deduped
                                |   | | +-- rxjs@6.6.7 deduped
                                |   | | +-- string-width@4.2.2
                                |   | | | +-- emoji-regex@8.0.0 deduped
                                |   | | | +-- is-fullwidth-code-point@3.0.0
                                |   | | | `-- strip-ansi@6.0.0 deduped
                                |   | | +-- strip-ansi@6.0.0
                                |   | | | `-- ansi-regex@5.0.0
                                |   | | `-- through@2.3.8 deduped
                                |   | +-- inquirer-autosubmit-prompt@0.2.0
                                |   | | +-- chalk@2.4.2
                                |   | | | +-- ansi-styles@3.2.1
                                |   | | | | `-- color-convert@1.9.3 deduped
                                |   | | | +-- escape-string-regexp@1.0.5
                                |   | | | `-- supports-color@5.5.0
                                |   | | |   `-- has-flag@3.0.0
                                |   | | +-- inquirer@6.5.2
                                |   | | | +-- ansi-escapes@3.2.0
                                |   | | | +-- chalk@2.4.2 deduped
                                |   | | | +-- cli-cursor@2.1.0
                                |   | | | | `-- restore-cursor@2.0.0
                                |   | | | |   +-- onetime@2.0.1
                                |   | | | |   | `-- mimic-fn@1.2.0
                                |   | | | |   `-- signal-exit@3.0.3 deduped
                                |   | | | +-- cli-width@2.2.1
                                |   | | | +-- external-editor@3.1.0
                                |   | | | | +-- chardet@0.7.0
                                |   | | | | +-- iconv-lite@0.4.24 deduped
                                |   | | | | `-- tmp@0.0.33 deduped
                                |   | | | +-- figures@2.0.0
                                |   | | | | `-- escape-string-regexp@1.0.5 deduped
                                |   | | | +-- lodash@4.17.15 deduped
                                |   | | | +-- mute-stream@0.0.7
                                |   | | | +-- run-async@2.4.1 deduped
                                |   | | | +-- rxjs@6.6.7 deduped
                                |   | | | +-- string-width@2.1.1
                                |   | | | | +-- is-fullwidth-code-point@2.0.0
                                |   | | | | `-- strip-ansi@4.0.0
                                |   | | | |   `-- ansi-regex@3.0.0
                                |   | | | +-- strip-ansi@5.2.0
                                |   | | | | `-- ansi-regex@4.1.0
                                |   | | | `-- through@2.3.8 deduped
                                |   | | `-- rxjs@6.6.7
                                |   | |   `-- tslib@1.11.1 deduped
                                |   | +-- rxjs@6.6.7
                                |   | | `-- tslib@1.11.1 deduped
                                |   | `-- through@2.3.8 deduped
                                |   +-- log-symbols@4.1.0
                                |   | +-- chalk@4.1.1 deduped
                                |   | `-- is-unicode-supported@0.1.0
                                |   +-- meow@8.1.2
                                |   | +-- @types/minimist@1.2.2
                                |   | +-- camelcase-keys@6.2.2
                                |   | | +-- camelcase@5.3.1 deduped
                                |   | | +-- map-obj@4.2.1
                                |   | | `-- quick-lru@4.0.1
                                |   | +-- decamelize-keys@1.1.0
                                |   | | +-- decamelize@1.2.0 deduped
                                |   | | `-- map-obj@1.0.1
                                |   | +-- hard-rejection@2.1.0
                                |   | +-- minimist-options@4.1.0
                                |   | | +-- arrify@1.0.1
                                |   | | +-- is-plain-obj@1.1.0
                                |   | | `-- kind-of@6.0.3
                                |   | +-- normalize-package-data@3.0.2
                                |   | | +-- hosted-git-info@4.0.2
                                |   | | | `-- lru-cache@6.0.0
                                |   | | |   `-- yallist@4.0.0 deduped
                                |   | | +-- resolve@1.20.0
                                |   | | | +-- is-core-module@2.5.0
                                |   | | | | `-- has@1.0.3 deduped
                                |   | | | `-- path-parse@1.0.6 deduped
                                |   | | +-- semver@7.3.5
                                |   | | | `-- lru-cache@6.0.0 deduped
                                |   | | `-- validate-npm-package-license@3.0.4
                                |   | |   +-- spdx-correct@3.1.0
                                |   | |   | +-- spdx-expression-parse@3.0.0 deduped
                                |   | |   | `-- spdx-license-ids@3.0.5
                                |   | |   `-- spdx-expression-parse@3.0.0
                                |   | |     +-- spdx-exceptions@2.2.0
                                |   | |     `-- spdx-license-ids@3.0.5 deduped
                                |   | +-- read-pkg-up@7.0.1
                                |   | | +-- find-up@4.1.0
                                |   | | | +-- locate-path@5.0.0
                                |   | | | | `-- p-locate@4.1.0
                                |   | | | |   `-- p-limit@2.3.0 deduped
                                |   | | | `-- path-exists@4.0.0
                                |   | | +-- read-pkg@5.2.0
                                |   | | | +-- @types/normalize-package-data@2.4.1 deduped
                                |   | | | +-- normalize-package-data@2.5.0
                                |   | | | | +-- hosted-git-info@2.8.9
                                |   | | | | +-- resolve@1.20.0 deduped
                                |   | | | | +-- semver@5.7.1
                                |   | | | | `-- validate-npm-package-license@3.0.4 deduped
                                |   | | | +-- parse-json@5.2.0
                                |   | | | | +-- @babel/code-frame@7.14.5 deduped
                                |   | | | | +-- error-ex@1.3.2 deduped
                                |   | | | | +-- json-parse-even-better-errors@2.3.1 deduped
                                |   | | | | `-- lines-and-columns@1.1.6 deduped
                                |   | | | `-- type-fest@0.6.0
                                |   | | `-- type-fest@0.8.1
                                |   | +-- redent@3.0.0
                                |   | | +-- indent-string@4.0.0
                                |   | | `-- strip-indent@3.0.0
                                |   | |   `-- min-indent@1.0.1
                                |   | +-- trim-newlines@3.0.1
                                |   | +-- type-fest@0.18.1
                                |   | `-- yargs-parser@20.2.4 deduped
                                |   +-- minimatch@3.0.4 deduped
                                |   +-- new-github-release-url@1.0.0
                                |   | `-- type-fest@0.4.1
                                |   +-- npm-name@6.0.1
                                |   | +-- got@10.7.0
                                |   | | +-- @sindresorhus/is@2.1.1
                                |   | | +-- @szmarczak/http-timer@4.0.5 deduped
                                |   | | +-- @types/cacheable-request@6.0.1 deduped
                                |   | | +-- cacheable-lookup@2.0.1
                                |   | | | +-- @types/keyv@3.1.1 deduped
                                |   | | | `-- keyv@4.0.3 deduped
                                |   | | +-- cacheable-request@7.0.1 deduped
                                |   | | +-- decompress-response@5.0.0
                                |   | | | `-- mimic-response@2.1.0 deduped
                                |   | | +-- duplexer3@0.1.4
                                |   | | +-- get-stream@5.2.0 deduped
                                |   | | +-- lowercase-keys@2.0.0 deduped
                                |   | | +-- mimic-response@2.1.0
                                |   | | +-- p-cancelable@2.0.0 deduped
                                |   | | +-- p-event@4.2.0
                                |   | | | `-- p-timeout@3.2.0 deduped
                                |   | | +-- responselike@2.0.0 deduped
                                |   | | +-- to-readable-stream@2.1.0
                                |   | | `-- type-fest@0.10.0
                                |   | +-- is-scoped@2.1.0 deduped
                                |   | +-- is-url-superb@4.0.0
                                |   | +-- lodash.zip@4.2.0
                                |   | +-- org-regex@1.0.0
                                |   | +-- p-map@3.0.0
                                |   | | `-- aggregate-error@3.1.0 deduped
                                |   | +-- registry-auth-token@4.2.1
                                |   | | `-- rc@1.2.8 deduped
                                |   | +-- registry-url@5.1.0
                                |   | | `-- rc@1.2.8 deduped
                                |   | `-- validate-npm-package-name@3.0.0
                                |   |   `-- builtins@1.0.3
                                |   +-- onetime@5.1.2
                                |   | `-- mimic-fn@2.1.0
                                |   +-- open@7.4.2
                                |   | +-- is-docker@2.2.1
                                |   | `-- is-wsl@2.2.0
                                |   |   `-- is-docker@2.2.1 deduped
                                |   +-- ow@0.21.0
                                |   | +-- @sindresorhus/is@4.0.1
                                |   | +-- callsites@3.1.0
                                |   | +-- dot-prop@6.0.1
                                |   | | `-- is-obj@2.0.0
                                |   | +-- lodash.isequal@4.5.0
                                |   | +-- type-fest@0.20.2
                                |   | `-- vali-date@1.0.0
                                |   +-- p-memoize@4.0.1
                                |   | +-- mem@6.1.1
                                |   | | +-- map-age-cleaner@0.1.3
                                |   | | | `-- p-defer@1.0.0
                                |   | | `-- mimic-fn@3.1.0
                                |   | `-- mimic-fn@3.1.0
                                |   +-- p-timeout@4.1.0
                                |   +-- pkg-dir@5.0.0
                                |   | `-- find-up@5.0.0
                                |   |   +-- locate-path@6.0.0
                                |   |   | `-- p-locate@5.0.0
                                |   |   |   `-- p-limit@3.1.0
                                |   |   |     `-- yocto-queue@0.1.0
                                |   |   `-- path-exists@4.0.0
                                |   +-- read-pkg-up@7.0.1
                                |   | +-- find-up@4.1.0
                                |   | | +-- locate-path@5.0.0
                                |   | | | `-- p-locate@4.1.0
                                |   | | |   `-- p-limit@2.3.0 deduped
                                |   | | `-- path-exists@4.0.0
                                |   | +-- read-pkg@5.2.0
                                |   | | +-- @types/normalize-package-data@2.4.1
                                |   | | +-- normalize-package-data@2.5.0 deduped
                                |   | | +-- parse-json@5.2.0
                                |   | | | +-- @babel/code-frame@7.14.5 deduped
                                |   | | | +-- error-ex@1.3.2 deduped
                                |   | | | +-- json-parse-even-better-errors@2.3.1 deduped
                                |   | | | `-- lines-and-columns@1.1.6 deduped
                                |   | | `-- type-fest@0.6.0
                                |   | `-- type-fest@0.8.1
                                |   +-- rxjs@6.6.7
                                |   | `-- tslib@1.11.1 deduped
                                |   +-- semver@7.3.5
                                |   | `-- lru-cache@6.0.0 deduped
                                |   +-- split@1.0.1 deduped
                                |   +-- symbol-observable@3.0.0
                                |   +-- terminal-link@2.1.1
                                |   | +-- ansi-escapes@4.3.2 deduped
                                |   | `-- supports-hyperlinks@2.2.0
                                |   |   +-- has-flag@4.0.0 deduped
                                |   |   `-- supports-color@7.2.0 deduped
                                |   `-- update-notifier@5.1.0
                                |     +-- boxen@5.0.1
                                |     | +-- ansi-align@3.0.0
                                |     | | `-- string-width@3.1.0
                                |     | |   +-- emoji-regex@7.0.3
                                |     | |   +-- is-fullwidth-code-point@2.0.0
                                |     | |   `-- strip-ansi@5.2.0
                                |     | |     `-- ansi-regex@4.1.0
                                |     | +-- camelcase@6.2.0
                                |     | +-- chalk@4.1.1 deduped
                                |     | +-- cli-boxes@2.2.1
                                |     | +-- string-width@4.2.2
                                |     | | +-- emoji-regex@8.0.0 deduped
                                |     | | +-- is-fullwidth-code-point@3.0.0
                                |     | | `-- strip-ansi@6.0.0
                                |     | |   `-- ansi-regex@5.0.0
                                |     | +-- type-fest@0.20.2
                                |     | +-- widest-line@3.1.0
                                |     | | `-- string-width@4.2.2
                                |     | |   +-- emoji-regex@8.0.0 deduped
                                |     | |   +-- is-fullwidth-code-point@3.0.0
                                |     | |   `-- strip-ansi@6.0.0
                                |     | |     `-- ansi-regex@5.0.0
                                |     | `-- wrap-ansi@7.0.0 deduped
                                |     +-- chalk@4.1.1 deduped
                                |     +-- configstore@5.0.1
                                |     | +-- dot-prop@5.3.0
                                |     | | `-- is-obj@2.0.0 deduped
                                |     | +-- graceful-fs@4.2.3 deduped
                                |     | +-- make-dir@3.1.0 deduped
                                |     | +-- unique-string@2.0.0
                                |     | | `-- crypto-random-string@2.0.0
                                |     | +-- write-file-atomic@3.0.3
                                |     | | +-- imurmurhash@0.1.4
                                |     | | +-- is-typedarray@1.0.0 deduped
                                |     | | +-- signal-exit@3.0.3 deduped
                                |     | | `-- typedarray-to-buffer@3.1.5 deduped
                                |     | `-- xdg-basedir@4.0.0 deduped
                                |     +-- has-yarn@2.1.0 deduped
                                |     +-- import-lazy@2.1.0
                                |     +-- is-ci@2.0.0
                                |     | `-- ci-info@2.0.0
                                |     +-- is-installed-globally@0.4.0
                                |     | +-- global-dirs@3.0.0
                                |     | | `-- ini@2.0.0
                                |     | `-- is-path-inside@3.0.3 deduped
                                |     +-- is-npm@5.0.0
                                |     +-- is-yarn-global@0.3.0
                                |     +-- latest-version@5.1.0
                                |     | `-- package-json@6.5.0
                                |     |   +-- got@9.6.0
                                |     |   | +-- @sindresorhus/is@0.14.0
                                |     |   | +-- @szmarczak/http-timer@1.1.2
                                |     |   | | `-- defer-to-connect@1.1.3
                                |     |   | +-- cacheable-request@6.1.0
                                |     |   | | +-- clone-response@1.0.2 deduped
                                |     |   | | +-- get-stream@5.2.0
                                |     |   | | | `-- pump@3.0.0 deduped
                                |     |   | | +-- http-cache-semantics@4.1.0 deduped
                                |     |   | | +-- keyv@3.1.0
                                |     |   | | | `-- json-buffer@3.0.0
                                |     |   | | +-- lowercase-keys@2.0.0
                                |     |   | | +-- normalize-url@4.5.0 deduped
                                |     |   | | `-- responselike@1.0.2
                                |     |   | |   `-- lowercase-keys@1.0.1 deduped
                                |     |   | +-- decompress-response@3.3.0
                                |     |   | | `-- mimic-response@1.0.1 deduped
                                |     |   | +-- duplexer3@0.1.4 deduped
                                |     |   | +-- get-stream@4.1.0
                                |     |   | | `-- pump@3.0.0 deduped
                                |     |   | +-- lowercase-keys@1.0.1
                                |     |   | +-- mimic-response@1.0.1
                                |     |   | +-- p-cancelable@1.1.0
                                |     |   | +-- to-readable-stream@1.0.0
                                |     |   | `-- url-parse-lax@3.0.0
                                |     |   |   `-- prepend-http@2.0.0
                                |     |   +-- registry-auth-token@4.2.1 deduped
                                |     |   +-- registry-url@5.1.0 deduped
                                |     |   `-- semver@6.3.0
                                |     +-- pupa@2.1.1
                                |     | `-- escape-goat@2.1.1
                                |     +-- semver@7.3.5
                                |     | `-- lru-cache@6.0.0
                                |     |   `-- yallist@4.0.0 deduped
                                |     +-- semver-diff@3.1.1
                                |     | `-- semver@6.3.0
                                |     `-- xdg-basedir@4.0.0
                                +-- iobroker.vis-jqui-mfd@1.0.12 extraneous
                                +-- iobroker.vis-justgage@1.0.2 extraneous
                                +-- iobroker.vis-lcars@1.0.4 extraneous
                                +-- iobroker.vis-map@1.0.4
                                +-- iobroker.vis-metro@1.1.2 extraneous
                                +-- iobroker.vis-players@0.1.6
                                | `-- @iobroker/adapter-core@1.0.3
                                |   `-- @types/iobroker@1.4.13
                                |     `-- @types/node@13.11.1 deduped
                                +-- iobroker.vis-plumb@1.0.2 extraneous
                                +-- iobroker.vis-rgraph@0.0.2 extraneous
                                +-- iobroker.vis-timeandweather@1.1.7 extraneous
                                +-- iobroker.vis-weather@2.5.3
                                +-- iobroker.vodafone-speedtest@0.0.7
                                | +-- @iobroker/adapter-core@2.5.0
                                | | `-- @types/iobroker@3.3.0
                                | |   `-- @types/node@13.11.1 deduped
                                | +-- node-libcurl@2.3.3
                                | | +-- env-paths@2.2.0
                                | | +-- nan@2.14.1
                                | | +-- node-gyp@7.1.0
                                | | | +-- env-paths@2.2.0 deduped
                                | | | +-- glob@7.1.6
                                | | | | +-- fs.realpath@1.0.0
                                | | | | +-- inflight@1.0.6
                                | | | | | +-- once@1.4.0 deduped
                                | | | | | `-- wrappy@1.0.2 deduped
                                | | | | +-- inherits@2.0.4 deduped
                                | | | | +-- minimatch@3.0.4 deduped
                                | | | | +-- once@1.4.0 deduped
                                | | | | `-- path-is-absolute@1.0.1
                                | | | +-- graceful-fs@4.2.3 deduped
                                | | | +-- nopt@4.0.3
                                | | | | +-- abbrev@1.1.1
                                | | | | `-- osenv@0.1.5
                                | | | |   +-- os-homedir@1.0.2
                                | | | |   `-- os-tmpdir@1.0.2 deduped
                                | | | +-- npmlog@4.1.2 deduped
                                | | | +-- request@2.88.2 deduped
                                | | | +-- rimraf@2.7.1 deduped
                                | | | +-- semver@7.3.5
                                | | | | `-- lru-cache@6.0.0
                                | | | |   `-- yallist@4.0.0 deduped
                                | | | +-- tar@6.0.2 deduped
                                | | | `-- which@2.0.2
                                | | |   `-- isexe@2.0.0 deduped
                                | | +-- node-pre-gyp@0.15.0
                                | | | +-- detect-libc@1.0.3 deduped
                                | | | +-- mkdirp@0.5.5
                                | | | | `-- minimist@1.2.5 deduped
                                | | | +-- needle@2.6.0
                                | | | | +-- debug@3.2.7
                                | | | | | `-- ms@2.1.3
                                | | | | +-- iconv-lite@0.4.24 deduped
                                | | | | `-- sax@1.2.4 deduped
                                | | | +-- nopt@4.0.3 deduped
                                | | | +-- npm-packlist@1.4.8
                                | | | | +-- ignore-walk@3.0.3 deduped
                                | | | | +-- npm-bundled@1.1.2
                                | | | | | `-- npm-normalize-package-bin@1.0.1 deduped
                                | | | | `-- npm-normalize-package-bin@1.0.1
                                | | | +-- npmlog@4.1.2 deduped
                                | | | +-- rc@1.2.8 deduped
                                | | | +-- rimraf@2.7.1
                                | | | | `-- glob@7.1.6 deduped
                                | | | +-- semver@5.7.0 deduped
                                | | | `-- tar@4.4.13
                                | | |   +-- chownr@1.1.4 deduped
                                | | |   +-- fs-minipass@1.2.7
                                | | |   | `-- minipass@2.9.0 deduped
                                | | |   +-- minipass@2.9.0
                                | | |   | +-- safe-buffer@5.2.0 deduped
                                | | |   | `-- yallist@3.1.1 deduped
                                | | |   +-- minizlib@1.3.3
                                | | |   | `-- minipass@2.9.0 deduped
                                | | |   +-- mkdirp@0.5.5 deduped
                                | | |   +-- safe-buffer@5.2.0 deduped
                                | | |   `-- yallist@3.1.1
                                | | +-- npmlog@4.1.2 deduped
                                | | +-- rimraf@3.0.2
                                | | | `-- glob@7.1.6 deduped
                                | | `-- tslib@2.0.1
                                | +-- ping@0.4.1
                                | | +-- q@1.5.1 deduped
                                | | `-- underscore@1.13.1
                                | `-- querystring@0.2.1
                                +-- iobroker.wallpanel@0.1.6-0 (github:xXBJXx/ioBroker.wallpanel#30b00ce75531116146f928304b1cfe839c77bbcb)
                                | +-- @iobroker/adapter-core@2.5.0
                                | | `-- @types/iobroker@3.3.1
                                | |   `-- @types/node@13.11.1 deduped
                                | `-- axios@0.21.1 deduped
                                +-- iobroker.weatherunderground@3.3.1
                                | +-- @iobroker/adapter-core@2.5.0
                                | | `-- @types/iobroker@3.3.0
                                | |   `-- @types/node@13.11.1 deduped
                                | `-- request@2.88.2 deduped
                                +-- iobroker.web@3.4.5
                                | +-- @iobroker/adapter-core@2.5.0
                                | | `-- @types/iobroker@3.3.4
                                | |   `-- @types/node@13.11.1 deduped
                                | +-- body-parser@1.19.0 deduped
                                | +-- connect-flash@0.1.1 deduped
                                | +-- cookie-parser@1.4.5 deduped
                                | +-- express@4.17.1 deduped
                                | +-- express-session@1.17.2
                                | | +-- cookie@0.4.1
                                | | +-- 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
                                | | `-- uid-safe@2.1.5 deduped
                                | +-- iobroker.simple-api@2.6.1 deduped
                                | +-- iobroker.socketio@3.1.4 deduped
                                | +-- mime-types@2.1.31
                                | | `-- mime-db@1.48.0
                                | +-- passport@0.4.1 deduped
                                | +-- passport-local@1.0.0 deduped
                                | +-- passport.socketio@3.7.0 deduped
                                | +-- request@2.88.2 deduped
                                | +-- socket.io-client@2.3.0
                                | | +-- backo2@1.0.2 deduped
                                | | +-- base64-arraybuffer@0.1.5
                                | | +-- component-bind@1.0.0 deduped
                                | | +-- component-emitter@1.2.1
                                | | +-- debug@4.1.1
                                | | | `-- ms@2.1.2
                                | | +-- engine.io-client@3.4.0
                                | | | +-- component-emitter@1.2.1 deduped
                                | | | +-- component-inherit@0.0.3 deduped
                                | | | +-- debug@4.1.1
                                | | | | `-- ms@2.1.2
                                | | | +-- engine.io-parser@2.2.0 deduped
                                | | | +-- has-cors@1.1.0 deduped
                                | | | +-- indexof@0.0.1 deduped
                                | | | +-- parseqs@0.0.5 deduped
                                | | | +-- parseuri@0.0.5 deduped
                                | | | +-- ws@6.1.4
                                | | | | `-- async-limiter@1.0.1 deduped
                                | | | +-- xmlhttprequest-ssl@1.5.5
                                | | | `-- yeast@0.1.2 deduped
                                | | +-- has-binary2@1.0.3 deduped
                                | | +-- has-cors@1.1.0
                                | | +-- indexof@0.0.1 deduped
                                | | +-- object-component@0.0.3 deduped
                                | | +-- parseqs@0.0.5
                                | | | `-- better-assert@1.0.2 deduped
                                | | +-- parseuri@0.0.5 deduped
                                | | +-- socket.io-parser@3.3.0
                                | | | +-- component-emitter@1.2.1 deduped
                                | | | +-- debug@3.1.0
                                | | | | `-- ms@2.0.0
                                | | | `-- isarray@2.0.1
                                | | `-- to-array@0.1.4 deduped
                                | `-- xtend@4.0.2
                                +-- iobroker.web-speedy@0.2.0
                                | +-- @iobroker/adapter-core@2.2.1 deduped
                                | `-- speedtest-net@1.6.2
                                |   +-- chalk@2.4.2
                                |   | +-- ansi-styles@3.2.1
                                |   | | `-- color-convert@1.9.3 deduped
                                |   | +-- escape-string-regexp@1.0.5
                                |   | `-- supports-color@5.5.0
                                |   |   `-- has-flag@3.0.0
                                |   +-- draftlog@1.0.12
                                |   +-- http-proxy-agent@2.1.0
                                |   | +-- agent-base@4.3.0
                                |   | | `-- es6-promisify@5.0.0 deduped
                                |   | `-- debug@3.1.0
                                |   |   `-- ms@2.0.0 deduped
                                |   +-- https-proxy-agent@3.0.1
                                |   | +-- agent-base@4.3.0
                                |   | | `-- es6-promisify@5.0.0 deduped
                                |   | `-- debug@3.2.6
                                |   |   `-- ms@2.1.2
                                |   `-- xml2js@0.4.23 deduped
                                +-- iobroker.wifilight@1.1.0 extraneous
                                +-- iobroker.wifilight-community@0.2.1 extraneous
                                +-- iobroker.wled@0.5.6
                                | +-- @iobroker/adapter-core@2.4.0
                                | | `-- @types/iobroker@3.2.7
                                | |   `-- @types/node@13.11.1 deduped
                                | +-- axios@0.21.1
                                | | `-- follow-redirects@1.11.0 deduped
                                | +-- bonjour@3.5.0
                                | | +-- array-flatten@2.1.2
                                | | +-- deep-equal@1.1.1
                                | | | +-- is-arguments@1.1.0
                                | | | | `-- call-bind@1.0.0 deduped
                                | | | +-- is-date-object@1.0.2
                                | | | +-- is-regex@1.0.5
                                | | | | `-- has@1.0.3 deduped
                                | | | +-- object-is@1.1.4
                                | | | | +-- call-bind@1.0.0 deduped
                                | | | | `-- define-properties@1.1.3 deduped
                                | | | +-- object-keys@1.1.1
                                | | | `-- regexp.prototype.flags@1.3.0
                                | | |   +-- define-properties@1.1.3 deduped
                                | | |   `-- es-abstract@1.17.5 deduped
                                | | +-- dns-equal@1.0.0
                                | | +-- dns-txt@2.0.2
                                | | | `-- buffer-indexof@1.1.1
                                | | +-- multicast-dns@6.2.3
                                | | | +-- dns-packet@1.3.1 deduped
                                | | | `-- thunky@1.1.0
                                | | `-- multicast-dns-service-types@1.1.0
                                | +-- hex-rgb@4.2.0
                                | `-- rgb-hex@3.0.0
                                +-- jsonata@1.8.4 extraneous
                                +-- node-inspect@2.0.0 extraneous
                                +-- node-red@0.20.7 extraneous
                                +-- node-red-dashboard@2.15.5 extraneous
                                +-- node-telegram-bot-api@0.30.0 extraneous
                                +-- open-fin-ts-js-client@2.0.4 extraneous
                                +-- portfinder@1.0.20 extraneous
                                +-- pushover-notifications@1.2.0 extraneous
                                +-- qrcode@1.3.3 extraneous
                                +-- semver@5.7.0
                                +-- systeminformation@4.14.4 extraneous
                                +-- tuyapi@5.1.1 extraneous
                                +-- typescript@3.5.3 extraneous
                                +-- virtual-device-sdk@1.5.16 extraneous
                                +-- virtual-tsc@0.5.0 extraneous
                                +-- vm2@3.8.2 extraneous
                                +-- wake_on_lan@1.0.0 extraneous
                                +-- xmldom@0.1.27 extraneous
                                `-- yargs@7.1.0
                                 +-- camelcase@3.0.0
                                 +-- cliui@3.2.0
                                 | +-- string-width@1.0.2 deduped
                                 | +-- strip-ansi@3.0.1
                                 | | `-- ansi-regex@2.1.1
                                 | `-- wrap-ansi@2.1.0
                                 |   +-- string-width@1.0.2 deduped
                                 |   `-- strip-ansi@3.0.1 deduped
                                 +-- decamelize@1.2.0
                                 +-- get-caller-file@1.0.3
                                 +-- os-locale@1.4.0
                                 | `-- lcid@1.0.0
                                 |   `-- invert-kv@1.0.0
                                 +-- read-pkg-up@1.0.1
                                 | +-- find-up@1.1.2
                                 | | +-- path-exists@2.1.0
                                 | | | `-- pinkie-promise@2.0.1 deduped
                                 | | `-- pinkie-promise@2.0.1 deduped
                                 | `-- read-pkg@1.1.0
                                 |   +-- load-json-file@1.1.0
                                 |   | +-- graceful-fs@4.2.3 deduped
                                 |   | +-- parse-json@2.2.0
                                 |   | | `-- error-ex@1.3.2 deduped
                                 |   | +-- pify@2.3.0
                                 |   | +-- pinkie-promise@2.0.1 deduped
                                 |   | `-- strip-bom@2.0.0 deduped
                                 |   +-- normalize-package-data@2.5.0
                                 |   | +-- hosted-git-info@2.8.8
                                 |   | +-- resolve@1.15.1 deduped
                                 |   | +-- semver@5.7.0 deduped
                                 |   | `-- validate-npm-package-license@3.0.4 deduped
                                 |   `-- path-type@1.1.0
                                 |     +-- graceful-fs@4.2.3 deduped
                                 |     +-- pify@2.3.0 deduped
                                 |     `-- pinkie-promise@2.0.1 deduped
                                 +-- require-directory@2.1.1
                                 +-- require-main-filename@1.0.1
                                 +-- set-blocking@2.0.0
                                 +-- string-width@1.0.2
                                 | +-- code-point-at@1.1.0
                                 | +-- is-fullwidth-code-point@1.0.0
                                 | | `-- number-is-nan@1.0.1
                                 | `-- strip-ansi@3.0.1 deduped
                                 +-- which-module@1.0.0
                                 +-- y18n@3.2.1
                                 `-- yargs-parser@5.0.0
                                   `-- camelcase@3.0.0 deduped
                                
                                npm ERR! extraneous: @apollon/frankjoke-myadapter@1.2.5 /opt/iobroker/node_modules/@apollon/frankjoke-myadapter
                                npm ERR! extraneous: @types/request@2.48.2 /opt/iobroker/node_modules/@types/request
                                npm ERR! extraneous: fsevents /opt/iobroker/node_modules/fsevents
                                npm ERR! error in /opt/iobroker/node_modules/fsevents: ENOENT: no such file or directory, open '/opt/iobroker/node_modules/fsevents/package.json'
                                npm ERR! extraneous: alexa-remote2@2.3.7 /opt/iobroker/node_modules/alexa-remote2
                                npm ERR! extraneous: anyproxy@4.1.0 /opt/iobroker/node_modules/anyproxy
                                npm ERR! extraneous: coffee-compiler@0.3.2 /opt/iobroker/node_modules/coffee-compiler
                                npm ERR! extraneous: coffee-script@1.12.7 /opt/iobroker/node_modules/coffee-script
                                npm ERR! extraneous: express-fileupload@0.4.1 /opt/iobroker/node_modules/express-fileupload
                                npm ERR! extraneous: http-mitm-proxy@0.8.1 /opt/iobroker/node_modules/http-mitm-proxy
                                npm ERR! extraneous: iobroker@1.3.1 /opt/iobroker/node_modules/iobroker
                                npm ERR! extraneous: iobroker.amazon-dash@1.1.0 /opt/iobroker/node_modules/iobroker.amazon-dash
                                npm ERR! extraneous: iobroker.fontui@0.1.0 /opt/iobroker/node_modules/iobroker.fontui
                                npm ERR! extraneous: iobroker.fullcalendar@1.1.0 /opt/iobroker/node_modules/iobroker.fullcalendar
                                npm ERR! extraneous: iobroker.icons-addictive-flavour-png@0.1.0 /opt/iobroker/node_modules/iobroker.icons-addictive-flavour-png
                                npm ERR! extraneous: iobroker.icons-fatcow-hosting@0.1.0 /opt/iobroker/node_modules/iobroker.icons-fatcow-hosting
                                npm ERR! extraneous: iobroker.icons-icons8@0.0.1 /opt/iobroker/node_modules/iobroker.icons-icons8
                                npm ERR! extraneous: iobroker.icons-material-png@0.1.0 /opt/iobroker/node_modules/iobroker.icons-material-png
                                npm ERR! extraneous: iobroker.icons-material-svg@0.1.0 /opt/iobroker/node_modules/iobroker.icons-material-svg
                                npm ERR! extraneous: iobroker.icons-mfd-png@1.0.2 /opt/iobroker/node_modules/iobroker.icons-mfd-png
                                npm ERR! extraneous: iobroker.icons-mfd-svg@1.0.2 /opt/iobroker/node_modules/iobroker.icons-mfd-svg
                                npm ERR! extraneous: iobroker.icons-open-icon-library-png@0.1.3 /opt/iobroker/node_modules/iobroker.icons-open-icon-library-png
                                npm ERR! extraneous: iobroker.icons-ultimate-png@1.0.1 /opt/iobroker/node_modules/iobroker.icons-ultimate-png
                                npm ERR! extraneous: iobroker.js2fs@0.1.5 /opt/iobroker/node_modules/iobroker.js2fs
                                npm ERR! extraneous: iobroker.opentherm@0.1.9 /opt/iobroker/node_modules/iobroker.opentherm
                                npm ERR! extraneous: iobroker.openuv@0.0.5 /opt/iobroker/node_modules/iobroker.openuv
                                npm ERR! extraneous: iobroker.paw@0.3.2 /opt/iobroker/node_modules/iobroker.paw
                                npm ERR! extraneous: iobroker.rickshaw@1.0.0 /opt/iobroker/node_modules/iobroker.rickshaw
                                npm ERR! extraneous: iobroker.samsung@0.2.9 /opt/iobroker/node_modules/iobroker.samsung
                                npm ERR! extraneous: iobroker.ubuntu@0.1.0 /opt/iobroker/node_modules/iobroker.ubuntu
                                npm ERR! extraneous: iobroker.vis-bars@0.1.4 /opt/iobroker/node_modules/iobroker.vis-bars
                                npm ERR! extraneous: iobroker.vis-canvas-gauges@0.1.5 /opt/iobroker/node_modules/iobroker.vis-canvas-gauges
                                npm ERR! extraneous: iobroker.vis-fancyswitch@1.1.0 /opt/iobroker/node_modules/iobroker.vis-fancyswitch
                                npm ERR! extraneous: iobroker.vis-google-fonts@0.1.0 /opt/iobroker/node_modules/iobroker.vis-google-fonts
                                npm ERR! extraneous: iobroker.vis-history@1.0.0 /opt/iobroker/node_modules/iobroker.vis-history
                                npm ERR! extraneous: iobroker.vis-jqui-mfd@1.0.12 /opt/iobroker/node_modules/iobroker.vis-jqui-mfd
                                npm ERR! extraneous: iobroker.vis-justgage@1.0.2 /opt/iobroker/node_modules/iobroker.vis-justgage
                                npm ERR! extraneous: iobroker.vis-lcars@1.0.4 /opt/iobroker/node_modules/iobroker.vis-lcars
                                npm ERR! extraneous: iobroker.vis-metro@1.1.2 /opt/iobroker/node_modules/iobroker.vis-metro
                                npm ERR! extraneous: iobroker.vis-plumb@1.0.2 /opt/iobroker/node_modules/iobroker.vis-plumb
                                npm ERR! extraneous: iobroker.vis-rgraph@0.0.2 /opt/iobroker/node_modules/iobroker.vis-rgraph
                                npm ERR! extraneous: iobroker.vis-timeandweather@1.1.7 /opt/iobroker/node_modules/iobroker.vis-timeandweather
                                npm ERR! extraneous: iobroker.wifilight@1.1.0 /opt/iobroker/node_modules/iobroker.wifilight
                                npm ERR! extraneous: iobroker.wifilight-community@0.2.1 /opt/iobroker/node_modules/iobroker.wifilight-community
                                npm ERR! extraneous: jsonata@1.8.4 /opt/iobroker/node_modules/jsonata
                                npm ERR! extraneous: node-inspect@2.0.0 /opt/iobroker/node_modules/node-inspect
                                npm ERR! extraneous: node-red@0.20.7 /opt/iobroker/node_modules/node-red
                                npm ERR! extraneous: node-red-dashboard@2.15.5 /opt/iobroker/node_modules/node-red-dashboard
                                npm ERR! extraneous: node-telegram-bot-api@0.30.0 /opt/iobroker/node_modules/node-telegram-bot-api
                                npm ERR! extraneous: open-fin-ts-js-client@2.0.4 /opt/iobroker/node_modules/open-fin-ts-js-client
                                npm ERR! extraneous: portfinder@1.0.20 /opt/iobroker/node_modules/portfinder
                                npm ERR! extraneous: pushover-notifications@1.2.0 /opt/iobroker/node_modules/pushover-notifications
                                npm ERR! extraneous: qrcode@1.3.3 /opt/iobroker/node_modules/qrcode
                                npm ERR! extraneous: systeminformation@4.14.4 /opt/iobroker/node_modules/systeminformation
                                npm ERR! extraneous: tuyapi@5.1.1 /opt/iobroker/node_modules/tuyapi
                                npm ERR! extraneous: typescript@3.5.3 /opt/iobroker/node_modules/typescript
                                npm ERR! extraneous: virtual-device-sdk@1.5.16 /opt/iobroker/node_modules/virtual-device-sdk
                                npm ERR! extraneous: virtual-tsc@0.5.0 /opt/iobroker/node_modules/virtual-tsc
                                npm ERR! extraneous: vm2@3.8.2 /opt/iobroker/node_modules/vm2
                                npm ERR! extraneous: wake_on_lan@1.0.0 /opt/iobroker/node_modules/wake_on_lan
                                npm ERR! extraneous: xmldom@0.1.27 /opt/iobroker/node_modules/xmldom
                                npm ERR! extraneous: @alcalzone/release-script@2.2.0 /opt/iobroker/node_modules/iobroker.javascript/node_modules/@alcalzone/release-script
                                npm ERR! extraneous: chai@4.3.4 /opt/iobroker/node_modules/iobroker.javascript/node_modules/chai
                                npm ERR! extraneous: del@6.0.0 /opt/iobroker/node_modules/iobroker.javascript/node_modules/del
                                npm ERR! extraneous: eslint@7.31.0 /opt/iobroker/node_modules/iobroker.javascript/node_modules/eslint
                                npm ERR! extraneous: gulp@4.0.2 /opt/iobroker/node_modules/iobroker.javascript/node_modules/gulp
                                npm ERR! extraneous: gulp-rename@2.0.0 /opt/iobroker/node_modules/iobroker.javascript/node_modules/gulp-rename
                                npm ERR! extraneous: gulp-replace@1.1.3 /opt/iobroker/node_modules/iobroker.javascript/node_modules/gulp-replace
                                npm ERR! extraneous: mocha@9.0.2 /opt/iobroker/node_modules/iobroker.javascript/node_modules/mocha
                                npm ERR! extraneous: timekeeper@2.2.0 /opt/iobroker/node_modules/iobroker.javascript/node_modules/timekeeper
                                

                                Kann / Muss man das lösen?

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

                                  @chaot
                                  Einen Teil der Meldungen dürfte man per

                                  cd /opt/iobroker
                                  npm prune
                                  

                                  aus der Welt bekommen. Was dann noch übrigbleibt muss man sich nochmal anschauen.

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

                                    @thomas-braun ja npm prune oder auch npm dedupe alles schön. Gefahr ist das danach was nicht geht. Von daher ……… man kann das aufräumen … muss man … … …. Das muss jeder selbst entscheiden …

                                    Chaot E 2 Replies Last reply Reply Quote 1
                                    • Chaot
                                      Chaot @apollon77 last edited by

                                      @apollon77 Danke - also lass ich da mal lieber vorerst die Finger weg solange alles geht.
                                      @Thomas-Braun Danke für die Info. Wie gesagt werde ich das vorerst lassen, aber mir das dann mal im Hinterkopf behalten wenn ich ein frisches Backup und vieeeel Zeit habe.

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

                                        @chaot

                                        So schaut das übrigens in meinem System aus:

                                        echad@chet:/opt/iobroker $ npm list
                                        iobroker.inst@3.0.0 /opt/iobroker
                                        ├── iobroker.admin@5.1.15
                                        ├── iobroker.alexa2@3.9.3
                                        ├── iobroker.backitup@2.1.13
                                        ├── iobroker.ble@0.12.0
                                        ├── iobroker.cloud@4.1.0
                                        ├── iobroker.devices@1.0.9
                                        ├── iobroker.echarts@1.0.3
                                        ├── iobroker.firetv@1.0.0
                                        ├── iobroker.history@1.9.13
                                        ├── iobroker.info@1.9.6
                                        ├── iobroker.iot@1.8.22
                                        ├── iobroker.javascript@5.2.8
                                        ├── iobroker.js-controller@3.3.15
                                        ├── iobroker.mihome-vacuum@3.2.2
                                        ├── iobroker.mihome@1.3.7
                                        ├── iobroker.miio@0.0.13
                                        ├── iobroker.nuki-extended@2.3.1
                                        ├── iobroker.samsung-community@ (git+ssh://git@github.com/iobroker-community-adapters/ioBroker.samsung-community.git#ea8f9f373f38d733e3d1a848e5aecf44e66bf34d)
                                        ├── iobroker.simple-api@2.6.1
                                        ├── iobroker.tado@0.3.4
                                        ├── iobroker.tr-064@4.2.14
                                        ├── iobroker.tradfri@3.0.1
                                        ├── iobroker.vofo-speedtest@0.0.8
                                        ├── iobroker.web@3.4.5
                                        ├── iobroker.whatsapp-cmb@0.1.6
                                        └── iobroker.zigbee@1.5.6
                                        

                                        Wesentlich aufgeräumter. Gut, das ist auch mit npm@7, das ist im Grund-Layout schon etwas übersichtlicher. Aber keine Errormeldungen oder extranous Pakete. Und mein System schnurrt. Hab halt ungern Fehlermeldungen irgendwo stehen. Macht die Suche nach 'richtigen' Fehlern nämlich auch nicht übersichtlicher.

                                        1 Reply Last reply Reply Quote 0
                                        • E
                                          e-s @apollon77 last edited by

                                          @apollon77
                                          Kannst du oder irgendwer anders mal nach dem bose soundtouch Adapter schauen?
                                          Da sind auch noch Fehler vorhanden, welche aber schon gefixt sind.
                                          Leider ist die 0.9.4 nicht auf npm zu finden, sondern nur die 0.9.3.

                                          apollon77 3 Replies Last reply Reply Quote 0
                                          • apollon77
                                            apollon77 @e-s last edited by

                                            @e-s Checke ich

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

                                            Support us

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

                                            759
                                            Online

                                            31.9k
                                            Users

                                            80.1k
                                            Topics

                                            1.3m
                                            Posts

                                            75
                                            791
                                            180772
                                            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