Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. ioBroker Allgemein
    4. ERROR: Process exited with code 25

    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

    ERROR: Process exited with code 25

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

      @thomas-braun

      guido@iobroker:~$ iobroker repo list
      stable        : http://download.iobroker.net/sources-dist.json
      
      Active repo(s): stable
      
      Thomas Braun 1 Reply Last reply Reply Quote 0
      • Thomas Braun
        Thomas Braun Most Active @joeysch last edited by

        @joeysch
        Das passt. Warum da keys nicht gefunden werden... Keine Ahnung.

        1 Reply Last reply Reply Quote 0
        • P
          Petholdinho @joeysch last edited by

          @joeysch Ich hatte das selbe Problem.
          Ich habe es wie folgt gelöst:

          • Node downgrade auf die empfohlene Version (vorher NodeJs 16) 14.19.1
          sudo npm install -g n
          node -v
          

          nun siehst du deine Version. Dann...

          sudo n. 14.19.1
          node -v
          

          Nun solltest du auf dem richtigen Stand sein.

          Danach lief iobroker nach dem Neustart. Allerdings funktionierten die Updates nicht und ich wollte den Fixer drüber laufen lassen. Mir wurde angezeigt das iobroker nicht installiert ist... PANIK...

          Dann habe ich folgenden gemacht:

          iobroker stop
          sudo su
          cd /opt/iobroker
          chown -R iobroker /opt/iobroker
          npm install -y iobroker.js-controller --unsafe-perm --production --save --prefix
          curl -sL https://iobroker.net/fix.sh | bash -
          iobroker start
          

          Danach lief wieder alles richtig gut. Der Fehler ist seit dem weg.
          Evtl. hilft es dir ja.

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

            @petholdinho sagte in ERROR: Process exited with code 25:

            sudo npm install -g n

            Bitte nodejs/npm NICHT auf diese Art am System vorbei reinknüppeln.
            Das sorgt hinten und vorne für Probleme.

            Genauso wie

            sudo su
            

            Macht man auch NIE.

            Die anderen Befehle sind auch unsauber.
            Also ein super Beispiel, wie man es gerade nicht macht.

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

              @thomas-braun sorry, ich habe den ersten Teil aus einem YouTube Video zum Thema downgrade und den Rest aus einem bekannten Tool das Recht bekannt ist. Wenn du rech hast und das alles falsch ist, dann sollte man meine Schritte definitiv nicht nachmachen. Ich habe nur dargestellt was bei mir geholfen hat. Falls du einen sauberen Weg nennen kannst, wäre es cool wenn du diesen hier teilen könntest.

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

                @petholdinho

                Meine beiden Lieblingsquellen für stetige Freude mit verpfuschten nodejs-Installationen...

                Die meisten yt-Filmchen kannste in die Tonne kloppen, da wird oft irgendwelcher Murks fabriziert.
                Und das 'bekannte Tool' vom PiepmatzGuppy ist eigentlich nur dafür bekannt, das es mehr kaputt macht als das es zu einer sauberen Installation verhilft.
                Finger weg von dem Schrott.

                Den sauberen Weg, wie man über den Paketmanager z. B. nodejs nach belieben rauf und runter installiert findet sich in meiner Signatur.

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

                  @thomas-braun

                  Vielleicht kannst du nochmal helfen, ich bekomme weder irgend einen Adapter geupdatet
                  Process exited with code 0
                  noch irgend einen Adapter neu installiert
                  Error:Process exited with code 25

                  Auch der Host lässt sich nicht aktualisieren.
                  Nach Anweisung läuft zwar alles durch aber der Stand bleibt
                  8229266d-dcfa-46ab-a816-8d9eff93c7fd-image.png

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

                    @joeysch

                    iobroker update -i
                    iobroker upgrade
                    
                    J 1 Reply Last reply Reply Quote 0
                    • J
                      joeysch @Thomas Braun last edited by

                      @thomas-braun
                      Hatte ich gerade gemacht, läuft alles problemlos durch, mit Abfrage die mit "y" bestätigt werden muß.

                      Nichts, kein einziger Adapter wurde aktualisiert.

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

                        @joeysch

                        Bitte Ausgaben zeigen. So kann man da nur raten.

                        Zusätzlich noch:

                        cd /opt/iobroker 
                        npm ls --depth=0
                        
                        J 1 Reply Last reply Reply Quote 0
                        • J
                          joeysch @Thomas Braun last edited by

                          @thomas-braun sagte in ERROR: Process exited with code 25:
                          Das sieht ja aus als fehlt da alles mögliche. Die ersten Zeilen sind nicht mehr da.

                          npm ERR! missing: component-emitter@1.2.1, required by socket.io-parser@3.4.1
                          npm ERR! missing: debug@4.1.1, required by socket.io-parser@3.4.1
                          npm ERR! missing: isarray@2.0.1, required by socket.io-parser@3.4.1
                          npm ERR! missing: imap@0.8.19, required by node-red-node-email@1.14.0
                          npm ERR! missing: mailparser@3.4.0, required by node-red-node-email@1.14.0
                          npm ERR! missing: nodemailer@6.7.2, required by node-red-node-email@1.14.0
                          npm ERR! missing: smtp-server@3.9.0, required by node-red-node-email@1.14.0
                          npm ERR! missing: readable-stream@1.1.14, required by imap@0.8.19
                          npm ERR! missing: utf7@1.0.2, required by imap@0.8.19
                          npm ERR! missing: core-util-is@1.0.2, required by readable-stream@1.1.14
                          npm ERR! missing: inherits@2.0.4, required by readable-stream@1.1.14
                          npm ERR! missing: isarray@0.0.1, required by readable-stream@1.1.14
                          npm ERR! missing: string_decoder@0.10.31, required by readable-stream@1.1.14
                          npm ERR! missing: semver@5.3.0, required by utf7@1.0.2
                          npm ERR! missing: encoding-japanese@1.0.30, required by mailparser@3.4.0
                          npm ERR! missing: he@1.2.0, required by mailparser@3.4.0
                          npm ERR! missing: html-to-text@8.0.0, required by mailparser@3.4.0
                          npm ERR! missing: iconv-lite@0.6.3, required by mailparser@3.4.0
                          npm ERR! missing: libmime@5.0.0, required by mailparser@3.4.0
                          npm ERR! missing: linkify-it@3.0.3, required by mailparser@3.4.0
                          npm ERR! missing: nodemailer@6.7.0, required by mailparser@3.4.0
                          npm ERR! missing: mailsplit@5.3.1, required by mailparser@3.4.0
                          npm ERR! missing: tlds@1.224.0, required by mailparser@3.4.0
                          npm ERR! missing: @selderee/plugin-htmlparser2@0.6.0, required by html-to-text@8.0.0
                          npm ERR! missing: deepmerge@4.2.2, required by html-to-text@8.0.0
                          npm ERR! missing: he@1.2.0, required by html-to-text@8.0.0
                          npm ERR! missing: htmlparser2@6.1.0, required by html-to-text@8.0.0
                          npm ERR! missing: minimist@1.2.5, required by html-to-text@8.0.0
                          npm ERR! missing: selderee@0.6.0, required by html-to-text@8.0.0
                          npm ERR! missing: domhandler@4.2.2, required by @selderee/plugin-htmlparser2@0.6.0
                          npm ERR! missing: selderee@0.6.0, required by @selderee/plugin-htmlparser2@0.6.0
                          npm ERR! missing: domelementtype@2.2.0, required by domhandler@4.2.2
                          npm ERR! missing: domelementtype@2.2.0, required by htmlparser2@6.1.0
                          npm ERR! missing: domhandler@4.2.2, required by htmlparser2@6.1.0
                          npm ERR! missing: domutils@2.8.0, required by htmlparser2@6.1.0
                          npm ERR! missing: entities@2.2.0, required by htmlparser2@6.1.0
                          npm ERR! missing: dom-serializer@1.3.2, required by domutils@2.8.0
                          npm ERR! missing: domelementtype@2.2.0, required by domutils@2.8.0
                          npm ERR! missing: domhandler@4.2.2, required by domutils@2.8.0
                          npm ERR! missing: domelementtype@2.2.0, required by dom-serializer@1.3.2
                          npm ERR! missing: domhandler@4.2.2, required by dom-serializer@1.3.2
                          npm ERR! missing: entities@2.2.0, required by dom-serializer@1.3.2
                          npm ERR! missing: parseley@0.7.0, required by selderee@0.6.0
                          npm ERR! missing: moo@0.5.1, required by parseley@0.7.0
                          npm ERR! missing: nearley@2.20.1, required by parseley@0.7.0
                          npm ERR! missing: commander@2.20.3, required by nearley@2.20.1
                          npm ERR! missing: moo@0.5.1, required by nearley@2.20.1
                          npm ERR! missing: railroad-diagrams@1.0.0, required by nearley@2.20.1
                          npm ERR! missing: randexp@0.4.6, required by nearley@2.20.1
                          npm ERR! missing: discontinuous-range@1.0.0, required by randexp@0.4.6
                          npm ERR! missing: ret@0.1.15, required by randexp@0.4.6
                          npm ERR! missing: safer-buffer@2.1.2, required by iconv-lite@0.6.3
                          npm ERR! missing: encoding-japanese@1.0.30, required by libmime@5.0.0
                          npm ERR! missing: libbase64@1.2.1, required by libmime@5.0.0
                          npm ERR! missing: iconv-lite@0.6.2, required by libmime@5.0.0
                          npm ERR! missing: libqp@1.1.0, required by libmime@5.0.0
                          npm ERR! missing: safer-buffer@2.1.2, required by iconv-lite@0.6.2
                          npm ERR! missing: uc.micro@1.0.6, required by linkify-it@3.0.3
                          npm ERR! missing: libbase64@1.2.1, required by mailsplit@5.3.1
                          npm ERR! missing: libmime@5.0.0, required by mailsplit@5.3.1
                          npm ERR! missing: libqp@1.1.0, required by mailsplit@5.3.1
                          npm ERR! missing: base32.js@0.1.0, required by smtp-server@3.9.0
                          npm ERR! missing: ipv6-normalize@1.0.1, required by smtp-server@3.9.0
                          npm ERR! missing: nodemailer@6.6.1, required by smtp-server@3.9.0
                          npm ERR! missing: feedparser@2.2.10, required by node-red-node-feedparser@0.2.2
                          npm ERR! missing: request@2.88.2, required by node-red-node-feedparser@0.2.2
                          npm ERR! missing: sentiment@2.1.0, required by node-red-node-sentiment@0.1.6
                          npm ERR! missing: request@2.88.2, required by node-red-node-twitter@1.2.0
                          npm ERR! missing: twitter-ng@0.6.2, required by node-red-node-twitter@1.2.0
                          npm ERR! missing: oauth@0.9.15, required by twitter-ng@0.6.2
                          npm ERR! missing: @iobroker/adapter-core@2.6.0, required by iobroker.socketio@4.1.4
                          npm ERR! missing: cookie-parser@1.4.6, required by iobroker.socketio@4.1.4
                          npm ERR! missing: express-session@1.17.2, required by iobroker.socketio@4.1.4
                          npm ERR! missing: axios@0.26.1, required by iobroker.socketio@4.1.4
                          npm ERR! missing: socket.io@2.4.1, required by iobroker.socketio@4.1.4
                          npm ERR! missing: passport@0.5.2, required by iobroker.socketio@4.1.4
                          npm ERR! missing: follow-redirects@1.14.9, required by axios@0.26.1
                          npm ERR! missing: has-binary2@1.0.3, required by socket.io@2.4.1
                          npm ERR! missing: debug@4.1.1, required by socket.io@2.4.1
                          npm ERR! missing: engine.io@3.5.0, required by socket.io@2.4.1
                          npm ERR! missing: socket.io-adapter@1.1.2, required by socket.io@2.4.1
                          npm ERR! missing: socket.io-client@2.4.0, required by socket.io@2.4.1
                          npm ERR! missing: socket.io-parser@3.4.1, required by socket.io@2.4.1
                          npm ERR! missing: isarray@2.0.1, required by has-binary2@1.0.3
                          npm ERR! missing: ms@2.1.3, required by debug@4.1.1
                          npm ERR! missing: accepts@1.3.8, required by engine.io@3.5.0
                          npm ERR! missing: cookie@0.4.1, required by engine.io@3.5.0
                          npm ERR! missing: base64id@2.0.0, required by engine.io@3.5.0
                          npm ERR! missing: debug@4.1.1, required by engine.io@3.5.0
                          npm ERR! missing: engine.io-parser@2.2.1, required by engine.io@3.5.0
                          npm ERR! missing: ws@7.4.6, required by engine.io@3.5.0
                          npm ERR! missing: after@0.8.2, required by engine.io-parser@2.2.1
                          npm ERR! missing: has-binary2@1.0.3, required by engine.io-parser@2.2.1
                          npm ERR! missing: arraybuffer.slice@0.0.7, required by engine.io-parser@2.2.1
                          npm ERR! missing: base64-arraybuffer@0.1.4, required by engine.io-parser@2.2.1
                          npm ERR! missing: blob@0.0.5, required by engine.io-parser@2.2.1
                          npm ERR! missing: backo2@1.0.2, required by socket.io-client@2.4.0
                          npm ERR! missing: component-bind@1.0.0, required by socket.io-client@2.4.0
                          npm ERR! missing: has-binary2@1.0.3, required by socket.io-client@2.4.0
                          npm ERR! missing: indexof@0.0.1, required by socket.io-client@2.4.0
                          npm ERR! missing: engine.io-client@3.5.2, required by socket.io-client@2.4.0
                          npm ERR! missing: parseqs@0.0.6, required by socket.io-client@2.4.0
                          npm ERR! missing: parseuri@0.0.6, required by socket.io-client@2.4.0
                          npm ERR! missing: component-emitter@1.3.0, required by socket.io-client@2.4.0
                          npm ERR! missing: debug@3.1.0, required by socket.io-client@2.4.0
                          npm ERR! missing: socket.io-parser@3.3.2, required by socket.io-client@2.4.0
                          npm ERR! missing: to-array@0.1.4, required by socket.io-client@2.4.0
                          npm ERR! missing: component-inherit@0.0.3, required by engine.io-client@3.5.2
                          npm ERR! missing: has-cors@1.1.0, required by engine.io-client@3.5.2
                          npm ERR! missing: indexof@0.0.1, required by engine.io-client@3.5.2
                          npm ERR! missing: component-emitter@1.3.0, required by engine.io-client@3.5.2
                          npm ERR! missing: debug@3.1.0, required by engine.io-client@3.5.2
                          npm ERR! missing: engine.io-parser@2.2.1, required by engine.io-client@3.5.2
                          npm ERR! missing: parseqs@0.0.6, required by engine.io-client@3.5.2
                          npm ERR! missing: parseuri@0.0.6, required by engine.io-client@3.5.2
                          npm ERR! missing: ws@7.4.6, required by engine.io-client@3.5.2
                          npm ERR! missing: xmlhttprequest-ssl@1.6.3, required by engine.io-client@3.5.2
                          npm ERR! missing: yeast@0.1.2, required by engine.io-client@3.5.2
                          npm ERR! missing: ms@2.0.0, required by debug@3.1.0
                          npm ERR! missing: ms@2.0.0, required by debug@3.1.0
                          npm ERR! missing: isarray@2.0.1, required by socket.io-parser@3.3.2
                          npm ERR! missing: component-emitter@1.3.0, required by socket.io-parser@3.3.2
                          npm ERR! missing: debug@3.1.0, required by socket.io-parser@3.3.2
                          npm ERR! missing: component-emitter@1.2.1, required by socket.io-parser@3.4.1
                          npm ERR! missing: debug@4.1.1, required by socket.io-parser@3.4.1
                          npm ERR! missing: isarray@2.0.1, required by socket.io-parser@3.4.1
                          npm ERR! missing: @iobroker/adapter-core@2.6.0, required by iobroker.sonoff@2.4.7
                          npm ERR! missing: mqtt-connection@4.1.0, required by iobroker.sonoff@2.4.7
                          npm ERR! missing: duplexify@3.7.1, required by mqtt-connection@4.1.0
                          npm ERR! missing: inherits@2.0.4, required by mqtt-connection@4.1.0
                          npm ERR! missing: mqtt-packet@6.10.0, required by mqtt-connection@4.1.0
                          npm ERR! missing: safe-buffer@5.1.2, required by mqtt-connection@4.1.0
                          npm ERR! missing: through2@2.0.5, required by mqtt-connection@4.1.0
                          npm ERR! missing: readable-stream@2.3.7, required by duplexify@3.7.1
                          npm ERR! missing: end-of-stream@1.4.4, required by duplexify@3.7.1
                          npm ERR! missing: inherits@2.0.4, required by duplexify@3.7.1
                          npm ERR! missing: stream-shift@1.0.1, required by duplexify@3.7.1
                          npm ERR! missing: core-util-is@1.0.3, required by readable-stream@2.3.7
                          npm ERR! missing: isarray@1.0.0, 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: inherits@2.0.4, required by readable-stream@2.3.7
                          npm ERR! missing: process-nextick-args@2.0.1, 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: util-deprecate@1.0.2, 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: bl@4.1.0, required by mqtt-packet@6.10.0
                          npm ERR! missing: debug@4.3.3, required by mqtt-packet@6.10.0
                          npm ERR! missing: process-nextick-args@2.0.1, required by mqtt-packet@6.10.0
                          npm ERR! missing: ms@2.1.2, required by debug@4.3.3
                          npm ERR! missing: readable-stream@2.3.7, required by through2@2.0.5
                          npm ERR! missing: xtend@4.0.2, required by through2@2.0.5
                          npm ERR! missing: core-util-is@1.0.3, required by readable-stream@2.3.7
                          npm ERR! missing: inherits@2.0.4, required by readable-stream@2.3.7
                          npm ERR! missing: process-nextick-args@2.0.1, 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: isarray@1.0.0, 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: util-deprecate@1.0.2, 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: @iobroker/adapter-core@2.6.0, required by iobroker.sourceanalytix@git+ssh://git@github.com/DrozmotiX/ioBroker.sourceanalytix.git#51f520bdc7822da388d7ebea21cc7be636f0eda6
                          npm ERR! missing: iobroker-adapter-helpers@0.0.8, required by iobroker.sourceanalytix@git+ssh://git@github.com/DrozmotiX/ioBroker.sourceanalytix.git#51f520bdc7822da388d7ebea21cc7be636f0eda6
                          npm ERR! missing: @sentry/node@5.30.0, required by iobroker.sourceanalytix@git+ssh://git@github.com/DrozmotiX/ioBroker.sourceanalytix.git#51f520bdc7822da388d7ebea21cc7be636f0eda6
                          npm ERR! missing: cron@1.8.2, required by iobroker.sourceanalytix@git+ssh://git@github.com/DrozmotiX/ioBroker.sourceanalytix.git#51f520bdc7822da388d7ebea21cc7be636f0eda6
                          npm ERR! missing: node-schedule@1.3.3, required by iobroker.sourceanalytix@git+ssh://git@github.com/DrozmotiX/ioBroker.sourceanalytix.git#51f520bdc7822da388d7ebea21cc7be636f0eda6
                          npm ERR! missing: @sentry/tracing@5.30.0, required by @sentry/node@5.30.0
                          npm ERR! missing: cookie@0.4.1, required by @sentry/node@5.30.0
                          npm ERR! missing: https-proxy-agent@5.0.0, required by @sentry/node@5.30.0
                          npm ERR! missing: @sentry/core@5.30.0, required by @sentry/node@5.30.0
                          npm ERR! missing: @sentry/hub@5.30.0, required by @sentry/node@5.30.0
                          npm ERR! missing: @sentry/types@5.30.0, required by @sentry/node@5.30.0
                          npm ERR! missing: @sentry/utils@5.30.0, required by @sentry/node@5.30.0
                          npm ERR! missing: lru_map@0.3.3, required by @sentry/node@5.30.0
                          npm ERR! missing: tslib@1.14.1, required by @sentry/node@5.30.0
                          npm ERR! missing: @sentry/hub@5.30.0, required by @sentry/tracing@5.30.0
                          npm ERR! missing: @sentry/minimal@5.30.0, required by @sentry/tracing@5.30.0
                          npm ERR! missing: @sentry/types@5.30.0, required by @sentry/tracing@5.30.0
                          npm ERR! missing: @sentry/utils@5.30.0, required by @sentry/tracing@5.30.0
                          npm ERR! missing: tslib@1.14.1, required by @sentry/tracing@5.30.0
                          npm ERR! missing: @sentry/types@5.30.0, required by @sentry/hub@5.30.0
                          npm ERR! missing: @sentry/utils@5.30.0, required by @sentry/hub@5.30.0
                          npm ERR! missing: tslib@1.14.1, required by @sentry/hub@5.30.0
                          npm ERR! missing: @sentry/hub@5.30.0, required by @sentry/minimal@5.30.0
                          npm ERR! missing: @sentry/types@5.30.0, required by @sentry/minimal@5.30.0
                          npm ERR! missing: tslib@1.14.1, required by @sentry/minimal@5.30.0
                          npm ERR! missing: @sentry/types@5.30.0, required by @sentry/utils@5.30.0
                          npm ERR! missing: tslib@1.14.1, required by @sentry/utils@5.30.0
                          npm ERR! missing: @sentry/hub@5.30.0, required by @sentry/core@5.30.0
                          npm ERR! missing: @sentry/minimal@5.30.0, required by @sentry/core@5.30.0
                          npm ERR! missing: @sentry/types@5.30.0, required by @sentry/core@5.30.0
                          npm ERR! missing: @sentry/utils@5.30.0, required by @sentry/core@5.30.0
                          npm ERR! missing: tslib@1.14.1, required by @sentry/core@5.30.0
                          npm ERR! missing: @sentry/hub@5.30.0, required by @sentry/minimal@5.30.0
                          npm ERR! missing: @sentry/types@5.30.0, required by @sentry/minimal@5.30.0
                          npm ERR! missing: tslib@1.14.1, required by @sentry/minimal@5.30.0
                          npm ERR! missing: @sentry/types@5.30.0, required by @sentry/hub@5.30.0
                          npm ERR! missing: @sentry/utils@5.30.0, required by @sentry/hub@5.30.0
                          npm ERR! missing: tslib@1.14.1, required by @sentry/hub@5.30.0
                          npm ERR! missing: @sentry/types@5.30.0, required by @sentry/utils@5.30.0
                          npm ERR! missing: tslib@1.14.1, required by @sentry/utils@5.30.0
                          npm ERR! missing: moment-timezone@0.5.33, required by cron@1.8.2
                          npm ERR! missing: cron-parser@2.18.0, required by node-schedule@1.3.3
                          npm ERR! missing: long-timeout@0.1.1, required by node-schedule@1.3.3
                          npm ERR! missing: sorted-array-functions@1.3.0, required by node-schedule@1.3.3
                          npm ERR! missing: is-nan@1.3.2, required by cron-parser@2.18.0
                          npm ERR! missing: moment-timezone@0.5.33, required by cron-parser@2.18.0
                          npm ERR! missing: @iobroker/adapter-core@2.6.0, required by iobroker.tankerkoenig@2.1.1
                          npm ERR! missing: request@2.88.2, required by iobroker.tankerkoenig@2.1.1
                          npm ERR! missing: xml2js@0.4.23, required by iobroker.tankerkoenig@2.1.1
                          npm ERR! missing: @iobroker/adapter-core@2.6.0, required by iobroker.telegram@1.11.1
                          npm ERR! missing: axios@0.25.0, required by iobroker.telegram@1.11.1
                          npm ERR! missing: node-telegram-bot-api@0.56.0, required by iobroker.telegram@1.11.1
                          npm ERR! missing: follow-redirects@1.14.9, required by axios@0.25.0
                          npm ERR! missing: array.prototype.findindex@2.1.0, required by node-telegram-bot-api@0.56.0
                          npm ERR! missing: bluebird@3.7.2, required by node-telegram-bot-api@0.56.0
                          npm ERR! missing: depd@1.1.2, required by node-telegram-bot-api@0.56.0
                          npm ERR! missing: eventemitter3@3.1.2, required by node-telegram-bot-api@0.56.0
                          npm ERR! missing: file-type@3.9.0, required by node-telegram-bot-api@0.56.0
                          npm ERR! missing: bl@1.2.3, required by node-telegram-bot-api@0.56.0
                          npm ERR! missing: debug@3.2.7, required by node-telegram-bot-api@0.56.0
                          npm ERR! missing: mime@1.6.0, required by node-telegram-bot-api@0.56.0
                          npm ERR! missing: pump@2.0.1, required by node-telegram-bot-api@0.56.0
                          npm ERR! missing: request@2.88.2, required by node-telegram-bot-api@0.56.0
                          npm ERR! missing: request-promise@4.2.6, required by node-telegram-bot-api@0.56.0
                          npm ERR! missing: define-properties@1.1.3, required by array.prototype.findindex@2.1.0
                          npm ERR! missing: es-abstract@1.19.1, required by array.prototype.findindex@2.1.0
                          npm ERR! missing: object-keys@1.1.1, required by define-properties@1.1.3
                          npm ERR! missing: call-bind@1.0.2, required by es-abstract@1.19.1
                          npm ERR! missing: es-to-primitive@1.2.1, required by es-abstract@1.19.1
                          npm ERR! missing: function-bind@1.1.1, required by es-abstract@1.19.1
                          npm ERR! missing: get-intrinsic@1.1.1, required by es-abstract@1.19.1
                          npm ERR! missing: get-symbol-description@1.0.0, required by es-abstract@1.19.1
                          npm ERR! missing: has@1.0.3, required by es-abstract@1.19.1
                          npm ERR! missing: has-symbols@1.0.2, required by es-abstract@1.19.1
                          npm ERR! missing: internal-slot@1.0.3, required by es-abstract@1.19.1
                          npm ERR! missing: is-callable@1.2.4, required by es-abstract@1.19.1
                          npm ERR! missing: is-negative-zero@2.0.2, required by es-abstract@1.19.1
                          npm ERR! missing: is-regex@1.1.4, required by es-abstract@1.19.1
                          npm ERR! missing: is-shared-array-buffer@1.0.1, required by es-abstract@1.19.1
                          npm ERR! missing: is-string@1.0.7, required by es-abstract@1.19.1
                          npm ERR! missing: is-weakref@1.0.2, required by es-abstract@1.19.1
                          npm ERR! missing: object-inspect@1.12.0, required by es-abstract@1.19.1
                          npm ERR! missing: object-keys@1.1.1, required by es-abstract@1.19.1
                          npm ERR! missing: object.assign@4.1.2, required by es-abstract@1.19.1
                          npm ERR! missing: string.prototype.trimend@1.0.4, required by es-abstract@1.19.1
                          npm ERR! missing: string.prototype.trimstart@1.0.4, required by es-abstract@1.19.1
                          npm ERR! missing: unbox-primitive@1.0.1, required by es-abstract@1.19.1
                          npm ERR! missing: is-callable@1.2.4, required by es-to-primitive@1.2.1
                          npm ERR! missing: is-date-object@1.0.5, required by es-to-primitive@1.2.1
                          npm ERR! missing: is-symbol@1.0.4, required by es-to-primitive@1.2.1
                          npm ERR! missing: has-tostringtag@1.0.0, required by is-date-object@1.0.5
                          npm ERR! missing: has-symbols@1.0.2, required by is-symbol@1.0.4
                          npm ERR! missing: call-bind@1.0.2, required by get-symbol-description@1.0.0
                          npm ERR! missing: get-intrinsic@1.1.1, required by get-symbol-description@1.0.0
                          npm ERR! missing: get-intrinsic@1.1.1, required by internal-slot@1.0.3
                          npm ERR! missing: has@1.0.3, required by internal-slot@1.0.3
                          npm ERR! missing: side-channel@1.0.4, required by internal-slot@1.0.3
                          npm ERR! missing: call-bind@1.0.2, required by is-regex@1.1.4
                          npm ERR! missing: has-tostringtag@1.0.0, required by is-regex@1.1.4
                          npm ERR! missing: has-symbols@1.0.2, required by has-tostringtag@1.0.0
                          npm ERR! missing: has-tostringtag@1.0.0, required by is-string@1.0.7
                          npm ERR! missing: call-bind@1.0.2, required by is-weakref@1.0.2
                          npm ERR! missing: call-bind@1.0.2, required by string.prototype.trimend@1.0.4
                          npm ERR! missing: define-properties@1.1.3, required by string.prototype.trimend@1.0.4
                          npm ERR! missing: call-bind@1.0.2, required by string.prototype.trimstart@1.0.4
                          npm ERR! missing: define-properties@1.1.3, required by string.prototype.trimstart@1.0.4
                          npm ERR! missing: function-bind@1.1.1, required by unbox-primitive@1.0.1
                          npm ERR! missing: has-bigints@1.0.1, required by unbox-primitive@1.0.1
                          npm ERR! missing: has-symbols@1.0.2, required by unbox-primitive@1.0.1
                          npm ERR! missing: which-boxed-primitive@1.0.2, required by unbox-primitive@1.0.1
                          npm ERR! missing: is-bigint@1.0.4, required by which-boxed-primitive@1.0.2
                          npm ERR! missing: is-boolean-object@1.1.2, required by which-boxed-primitive@1.0.2
                          npm ERR! missing: is-number-object@1.0.6, required by which-boxed-primitive@1.0.2
                          npm ERR! missing: is-string@1.0.7, required by which-boxed-primitive@1.0.2
                          npm ERR! missing: is-symbol@1.0.4, required by which-boxed-primitive@1.0.2
                          npm ERR! missing: has-bigints@1.0.1, required by is-bigint@1.0.4
                          npm ERR! missing: call-bind@1.0.2, required by is-boolean-object@1.1.2
                          npm ERR! missing: has-tostringtag@1.0.0, required by is-boolean-object@1.1.2
                          npm ERR! missing: has-tostringtag@1.0.0, required by is-number-object@1.0.6
                          npm ERR! missing: readable-stream@2.3.7, required by bl@1.2.3
                          npm ERR! missing: safe-buffer@5.1.2, required by bl@1.2.3
                          npm ERR! missing: core-util-is@1.0.3, required by readable-stream@2.3.7
                          npm ERR! missing: inherits@2.0.4, required by readable-stream@2.3.7
                          npm ERR! missing: isarray@1.0.0, 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: process-nextick-args@2.0.1, 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: util-deprecate@1.0.2, 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: ms@2.1.3, required by debug@3.2.7
                          npm ERR! missing: end-of-stream@1.4.4, required by pump@2.0.1
                          npm ERR! missing: once@1.4.0, required by pump@2.0.1
                          npm ERR! missing: bluebird@3.7.2, required by request-promise@4.2.6
                          npm ERR! missing: request-promise-core@1.1.4, required by request-promise@4.2.6
                          npm ERR! missing: stealthy-require@1.1.1, required by request-promise@4.2.6
                          npm ERR! missing: tough-cookie@2.5.0, required by request-promise@4.2.6
                          npm ERR! missing: cli@0.4.x, required by ipv6@3.1.1
                          npm ERR! missing: cliff@0.1.x, required by ipv6@3.1.1
                          npm ERR! missing: @iobroker/adapter-core@2.6.0, required by iobroker.tr-064@4.2.15
                          npm ERR! missing: mdns-discovery@0.2.6, required by iobroker.tr-064@4.2.15
                          npm ERR! missing: tr-O64@0.2.4, required by iobroker.tr-064@4.2.15
                          npm ERR! missing: xml2js@0.4.23, required by iobroker.tr-064@4.2.15
                          npm ERR! missing: eyes@0.1.8, required by tr-O64@0.2.4
                          npm ERR! missing: request@2.88.2, required by tr-O64@0.2.4
                          npm ERR! missing: async@3.2.3, required by tr-O64@0.2.4
                          npm ERR! missing: xml2js@0.4.23, required by tr-O64@0.2.4
                          npm ERR! missing: @iobroker/adapter-core@2.6.0, required by iobroker.trashschedule@1.4.1
                          npm ERR! missing: @iobroker/adapter-core@2.6.0, required by iobroker.vis@1.4.5
                          npm ERR! missing: jsonwebtoken@8.5.1, required by iobroker.vis@1.4.5
                          npm ERR! missing: @iobroker/adapter-core@2.6.0, required by iobroker.vis-icontwo@0.87.0
                          npm ERR! missing: minimist@1.2.5, required by iobroker.vis-icontwo@0.87.0
                          npm ERR! missing: np@7.6.0, required by iobroker.vis-icontwo@0.87.0
                          npm ERR! missing: @samverschueren/stream-to-observable@0.3.1, required by np@7.6.0
                          npm ERR! missing: any-observable@0.5.1, required by np@7.6.0
                          npm ERR! missing: async-exit-hook@2.0.1, required by np@7.6.0
                          npm ERR! missing: chalk@4.1.2, required by np@7.6.0
                          npm ERR! missing: cosmiconfig@7.0.1, required by np@7.6.0
                          npm ERR! missing: del@6.0.0, required by np@7.6.0
                          npm ERR! missing: escape-goat@3.0.0, required by np@7.6.0
                          npm ERR! missing: escape-string-regexp@4.0.0, required by np@7.6.0
                          npm ERR! missing: execa@5.1.1, required by np@7.6.0
                          npm ERR! missing: github-url-from-git@1.5.0, required by np@7.6.0
                          npm ERR! missing: has-yarn@2.1.0, required by np@7.6.0
                          npm ERR! missing: hosted-git-info@3.0.8, required by np@7.6.0
                          npm ERR! missing: ignore-walk@3.0.4, required by np@7.6.0
                          npm ERR! missing: import-local@3.1.0, required by np@7.6.0
                          npm ERR! missing: inquirer@7.3.3, required by np@7.6.0
                          npm ERR! missing: is-installed-globally@0.3.2, required by np@7.6.0
                          npm ERR! missing: is-interactive@1.0.0, required by np@7.6.0
                          npm ERR! missing: is-scoped@2.1.0, required by np@7.6.0
                          npm ERR! missing: issue-regex@3.1.0, required by np@7.6.0
                          npm ERR! missing: listr@0.14.3, required by np@7.6.0
                          npm ERR! missing: listr-input@0.2.1, required by np@7.6.0
                          npm ERR! missing: log-symbols@4.1.0, required by np@7.6.0
                          npm ERR! missing: meow@8.1.2, required by np@7.6.0
                          npm ERR! missing: minimatch@3.1.2, required by np@7.6.0
                          npm ERR! missing: new-github-release-url@1.0.0, required by np@7.6.0
                          npm ERR! missing: npm-name@6.0.1, required by np@7.6.0
                          npm ERR! missing: onetime@5.1.2, required by np@7.6.0
                          npm ERR! missing: open@7.4.2, required by np@7.6.0
                          npm ERR! missing: ow@0.21.0, required by np@7.6.0
                          npm ERR! missing: p-memoize@4.0.4, required by np@7.6.0
                          npm ERR! missing: p-timeout@4.1.0, required by np@7.6.0
                          npm ERR! missing: pkg-dir@5.0.0, required by np@7.6.0
                          npm ERR! missing: read-pkg-up@7.0.1, required by np@7.6.0
                          npm ERR! missing: rxjs@6.6.7, required by np@7.6.0
                          npm ERR! missing: semver@7.3.5, required by np@7.6.0
                          npm ERR! missing: split@1.0.1, required by np@7.6.0
                          npm ERR! missing: symbol-observable@3.0.0, required by np@7.6.0
                          npm ERR! missing: terminal-link@2.1.1, required by np@7.6.0
                          npm ERR! missing: update-notifier@5.1.0, required by np@7.6.0
                          npm ERR! missing: any-observable@0.3.0, required by @samverschueren/stream-to-observable@0.3.1
                          npm ERR! missing: ansi-styles@4.3.0, required by chalk@4.1.2
                          npm ERR! missing: supports-color@7.2.0, required by chalk@4.1.2
                          npm ERR! missing: color-convert@2.0.1, required by ansi-styles@4.3.0
                          npm ERR! missing: color-name@1.1.4, required by color-convert@2.0.1
                          npm ERR! missing: has-flag@4.0.0, required by supports-color@7.2.0
                          npm ERR! missing: @types/parse-json@4.0.0, required by cosmiconfig@7.0.1
                          npm ERR! missing: import-fresh@3.3.0, required by cosmiconfig@7.0.1
                          npm ERR! missing: parse-json@5.2.0, required by cosmiconfig@7.0.1
                          npm ERR! missing: path-type@4.0.0, required by cosmiconfig@7.0.1
                          npm ERR! missing: yaml@1.10.2, required by cosmiconfig@7.0.1
                          npm ERR! missing: parent-module@1.0.1, required by import-fresh@3.3.0
                          npm ERR! missing: resolve-from@4.0.0, required by import-fresh@3.3.0
                          npm ERR! missing: callsites@3.1.0, required by parent-module@1.0.1
                          npm ERR! missing: @babel/code-frame@7.16.7, required by parse-json@5.2.0
                          npm ERR! missing: error-ex@1.3.2, required by parse-json@5.2.0
                          npm ERR! missing: json-parse-even-better-errors@2.3.1, required by parse-json@5.2.0
                          npm ERR! missing: lines-and-columns@1.2.4, required by parse-json@5.2.0
                          npm ERR! missing: @babel/highlight@7.16.10, required by @babel/code-frame@7.16.7
                          npm ERR! missing: @babel/helper-validator-identifier@7.16.7, required by @babel/highlight@7.16.10
                          npm ERR! missing: chalk@2.4.2, required by @babel/highlight@7.16.10
                          npm ERR! missing: js-tokens@4.0.0, required by @babel/highlight@7.16.10
                          npm ERR! missing: ansi-styles@3.2.1, required by chalk@2.4.2
                          npm ERR! missing: escape-string-regexp@1.0.5, required by chalk@2.4.2
                          npm ERR! missing: supports-color@5.5.0, required by chalk@2.4.2
                          npm ERR! missing: color-convert@1.9.3, required by ansi-styles@3.2.1
                          npm ERR! missing: has-flag@3.0.0, required by supports-color@5.5.0
                          npm ERR! missing: is-arrayish@0.2.1, required by error-ex@1.3.2
                          npm ERR! missing: p-map@4.0.0, required by del@6.0.0
                          npm ERR! missing: globby@11.1.0, required by del@6.0.0
                          npm ERR! missing: graceful-fs@4.2.9, required by del@6.0.0
                          npm ERR! missing: is-glob@4.0.3, required by del@6.0.0
                          npm ERR! missing: is-path-cwd@2.2.0, required by del@6.0.0
                          npm ERR! missing: is-path-inside@3.0.3, required by del@6.0.0
                          npm ERR! missing: rimraf@3.0.2, required by del@6.0.0
                          npm ERR! missing: slash@3.0.0, required by del@6.0.0
                          npm ERR! missing: aggregate-error@3.1.0, required by p-map@4.0.0
                          npm ERR! missing: indent-string@4.0.0, required by aggregate-error@3.1.0
                          npm ERR! missing: clean-stack@2.2.0, required by aggregate-error@3.1.0
                          npm ERR! missing: array-union@2.1.0, required by globby@11.1.0
                          npm ERR! missing: dir-glob@3.0.1, required by globby@11.1.0
                          npm ERR! missing: fast-glob@3.2.11, required by globby@11.1.0
                          npm ERR! missing: ignore@5.2.0, required by globby@11.1.0
                          npm ERR! missing: merge2@1.4.1, required by globby@11.1.0
                          npm ERR! missing: slash@3.0.0, required by globby@11.1.0
                          npm ERR! missing: path-type@4.0.0, required by dir-glob@3.0.1
                          npm ERR! missing: @nodelib/fs.stat@2.0.5, required by fast-glob@3.2.11
                          npm ERR! missing: @nodelib/fs.walk@1.2.8, required by fast-glob@3.2.11
                          npm ERR! missing: glob-parent@5.1.2, required by fast-glob@3.2.11
                          npm ERR! missing: merge2@1.4.1, required by fast-glob@3.2.11
                          npm ERR! missing: micromatch@4.0.4, required by fast-glob@3.2.11
                          npm ERR! missing: @nodelib/fs.scandir@2.1.5, required by @nodelib/fs.walk@1.2.8
                          npm ERR! missing: fastq@1.13.0, required by @nodelib/fs.walk@1.2.8
                          npm ERR! missing: @nodelib/fs.stat@2.0.5, required by @nodelib/fs.scandir@2.1.5
                          npm ERR! missing: run-parallel@1.2.0, required by @nodelib/fs.scandir@2.1.5
                          npm ERR! missing: queue-microtask@1.2.3, required by run-parallel@1.2.0
                          npm ERR! missing: reusify@1.0.4, required by fastq@1.13.0
                          npm ERR! missing: braces@3.0.2, required by micromatch@4.0.4
                          npm ERR! missing: picomatch@2.3.1, required by micromatch@4.0.4
                          npm ERR! missing: cross-spawn@7.0.3, required by execa@5.1.1
                          npm ERR! missing: get-stream@6.0.1, required by execa@5.1.1
                          npm ERR! missing: human-signals@2.1.0, required by execa@5.1.1
                          npm ERR! missing: is-stream@2.0.1, required by execa@5.1.1
                          npm ERR! missing: merge-stream@2.0.0, required by execa@5.1.1
                          npm ERR! missing: npm-run-path@4.0.1, required by execa@5.1.1
                          npm ERR! missing: onetime@5.1.2, required by execa@5.1.1
                          npm ERR! missing: signal-exit@3.0.7, required by execa@5.1.1
                          npm ERR! missing: strip-final-newline@2.0.0, required by execa@5.1.1
                          npm ERR! missing: path-key@3.1.1, required by cross-spawn@7.0.3
                          npm ERR! missing: shebang-command@2.0.0, required by cross-spawn@7.0.3
                          npm ERR! missing: which@2.0.2, required by cross-spawn@7.0.3
                          npm ERR! missing: shebang-regex@3.0.0, required by shebang-command@2.0.0
                          npm ERR! missing: isexe@2.0.0, required by which@2.0.2
                          npm ERR! missing: path-key@3.1.1, required by npm-run-path@4.0.1
                          npm ERR! missing: lru-cache@6.0.0, required by hosted-git-info@3.0.8
                          npm ERR! missing: minimatch@3.1.2, required by ignore-walk@3.0.4
                          npm ERR! missing: pkg-dir@4.2.0, required by import-local@3.1.0
                          npm ERR! missing: resolve-cwd@3.0.0, required by import-local@3.1.0
                          npm ERR! missing: find-up@4.1.0, required by pkg-dir@4.2.0
                          npm ERR! missing: locate-path@5.0.0, required by find-up@4.1.0
                          npm ERR! missing: path-exists@4.0.0, required by find-up@4.1.0
                          npm ERR! missing: p-locate@4.1.0, required by locate-path@5.0.0
                          npm ERR! missing: p-limit@2.3.0, required by p-locate@4.1.0
                          npm ERR! missing: resolve-from@5.0.0, required by resolve-cwd@3.0.0
                          npm ERR! missing: ansi-escapes@4.3.2, required by inquirer@7.3.3
                          npm ERR! missing: chalk@4.1.2, required by inquirer@7.3.3
                          npm ERR! missing: cli-cursor@3.1.0, required by inquirer@7.3.3
                          npm ERR! missing: cli-width@3.0.0, required by inquirer@7.3.3
                          npm ERR! missing: external-editor@3.1.0, required by inquirer@7.3.3
                          npm ERR! missing: figures@3.2.0, required by inquirer@7.3.3
                          npm ERR! missing: lodash@4.17.21, required by inquirer@7.3.3
                          npm ERR! missing: mute-stream@0.0.8, required by inquirer@7.3.3
                          npm ERR! missing: run-async@2.4.1, required by inquirer@7.3.3
                          npm ERR! missing: rxjs@6.6.7, required by inquirer@7.3.3
                          npm ERR! missing: string-width@4.2.3, required by inquirer@7.3.3
                          npm ERR! missing: strip-ansi@6.0.1, required by inquirer@7.3.3
                          npm ERR! missing: through@2.3.8, required by inquirer@7.3.3
                          npm ERR! missing: type-fest@0.21.3, required by ansi-escapes@4.3.2
                          npm ERR! missing: restore-cursor@3.1.0, required by cli-cursor@3.1.0
                          npm ERR! missing: onetime@5.1.2, required by restore-cursor@3.1.0
                          npm ERR! missing: signal-exit@3.0.7, required by restore-cursor@3.1.0
                          npm ERR! missing: chardet@0.7.0, required by external-editor@3.1.0
                          npm ERR! missing: iconv-lite@0.4.24, required by external-editor@3.1.0
                          npm ERR! missing: tmp@0.0.33, required by external-editor@3.1.0
                          npm ERR! missing: os-tmpdir@1.0.2, required by tmp@0.0.33
                          npm ERR! missing: escape-string-regexp@1.0.5, required by figures@3.2.0
                          npm ERR! missing: global-dirs@2.1.0, required by is-installed-globally@0.3.2
                          npm ERR! missing: is-path-inside@3.0.3, required by is-installed-globally@0.3.2
                          npm ERR! missing: ini@1.3.7, required by global-dirs@2.1.0
                          npm ERR! missing: scoped-regex@2.1.0, required by is-scoped@2.1.0
                          npm ERR! missing: @samverschueren/stream-to-observable@0.3.1, required by listr@0.14.3
                          npm ERR! missing: is-observable@1.1.0, required by listr@0.14.3
                          npm ERR! missing: is-promise@2.2.2, required by listr@0.14.3
                          npm ERR! missing: listr-silent-renderer@1.1.1, required by listr@0.14.3
                          npm ERR! missing: listr-update-renderer@0.5.0, required by listr@0.14.3
                          npm ERR! missing: listr-verbose-renderer@0.5.0, required by listr@0.14.3
                          npm ERR! missing: is-stream@1.1.0, required by listr@0.14.3
                          npm ERR! missing: p-map@2.1.0, required by listr@0.14.3
                          npm ERR! missing: rxjs@6.6.7, required by listr@0.14.3
                          npm ERR! missing: symbol-observable@1.2.0, required by is-observable@1.1.0
                          npm ERR! missing: cli-truncate@0.2.1, required by listr-update-renderer@0.5.0
                          npm ERR! missing: elegant-spinner@1.0.1, required by listr-update-renderer@0.5.0
                          npm ERR! missing: indent-string@3.2.0, required by listr-update-renderer@0.5.0
                          npm ERR! missing: chalk@1.1.3, required by listr-update-renderer@0.5.0
                          npm ERR! missing: figures@1.7.0, required by listr-update-renderer@0.5.0
                          npm ERR! missing: log-symbols@1.0.2, required by listr-update-renderer@0.5.0
                          npm ERR! missing: strip-ansi@3.0.1, required by listr-update-renderer@0.5.0
                          npm ERR! missing: log-update@2.3.0, required by listr-update-renderer@0.5.0
                          npm ERR! missing: string-width@1.0.2, required by cli-truncate@0.2.1
                          npm ERR! missing: slice-ansi@0.0.4, required by cli-truncate@0.2.1
                          npm ERR! missing: is-fullwidth-code-point@1.0.0, required by string-width@1.0.2
                          npm ERR! missing: strip-ansi@3.0.1, required by string-width@1.0.2
                          npm ERR! missing: code-point-at@1.1.0, required by string-width@1.0.2
                          npm ERR! missing: number-is-nan@1.0.1, required by is-fullwidth-code-point@1.0.0
                          npm ERR! missing: ansi-regex@2.1.1, required by strip-ansi@3.0.1
                          npm ERR! missing: has-ansi@2.0.0, required by chalk@1.1.3
                          npm ERR! missing: ansi-styles@2.2.1, required by chalk@1.1.3
                          npm ERR! missing: escape-string-regexp@1.0.5, required by chalk@1.1.3
                          npm ERR! missing: strip-ansi@3.0.1, required by chalk@1.1.3
                          npm ERR! missing: supports-color@2.0.0, required by chalk@1.1.3
                          npm ERR! missing: ansi-regex@2.1.1, required by has-ansi@2.0.0
                          npm ERR! missing: escape-string-regexp@1.0.5, required by figures@1.7.0
                          npm ERR! missing: object-assign@4.1.1, required by figures@1.7.0
                          npm ERR! missing: chalk@1.1.3, required by log-symbols@1.0.2
                          npm ERR! missing: ansi-regex@2.1.1, required by strip-ansi@3.0.1
                          npm ERR! missing: ansi-escapes@3.2.0, required by log-update@2.3.0
                          npm ERR! missing: cli-cursor@2.1.0, required by log-update@2.3.0
                          npm ERR! missing: wrap-ansi@3.0.1, required by log-update@2.3.0
                          npm ERR! missing: restore-cursor@2.0.0, required by cli-cursor@2.1.0
                          npm ERR! missing: onetime@2.0.1, required by restore-cursor@2.0.0
                          npm ERR! missing: signal-exit@3.0.7, required by restore-cursor@2.0.0
                          npm ERR! missing: mimic-fn@1.2.0, required by onetime@2.0.1
                          npm ERR! missing: string-width@2.1.1, required by wrap-ansi@3.0.1
                          npm ERR! missing: strip-ansi@4.0.0, required by wrap-ansi@3.0.1
                          npm ERR! missing: is-fullwidth-code-point@2.0.0, required by string-width@2.1.1
                          npm ERR! missing: strip-ansi@4.0.0, required by string-width@2.1.1
                          npm ERR! missing: ansi-regex@3.0.0, required by strip-ansi@4.0.0
                          npm ERR! missing: date-fns@1.30.1, required by listr-verbose-renderer@0.5.0
                          npm ERR! missing: chalk@2.4.2, required by listr-verbose-renderer@0.5.0
                          npm ERR! missing: cli-cursor@2.1.0, required by listr-verbose-renderer@0.5.0
                          npm ERR! missing: figures@2.0.0, required by listr-verbose-renderer@0.5.0
                          npm ERR! missing: ansi-styles@3.2.1, required by chalk@2.4.2
                          npm ERR! missing: escape-string-regexp@1.0.5, required by chalk@2.4.2
                          npm ERR! missing: supports-color@5.5.0, required by chalk@2.4.2
                          npm ERR! missing: color-convert@1.9.3, required by ansi-styles@3.2.1
                          npm ERR! missing: has-flag@3.0.0, required by supports-color@5.5.0
                          npm ERR! missing: restore-cursor@2.0.0, required by cli-cursor@2.1.0
                          npm ERR! missing: onetime@2.0.1, required by restore-cursor@2.0.0
                          npm ERR! missing: signal-exit@3.0.7, required by restore-cursor@2.0.0
                          npm ERR! missing: mimic-fn@1.2.0, required by onetime@2.0.1
                          npm ERR! missing: escape-string-regexp@1.0.5, required by figures@2.0.0
                          npm ERR! missing: inquirer@7.3.3, required by listr-input@0.2.1
                          npm ERR! missing: inquirer-autosubmit-prompt@0.2.0, required by listr-input@0.2.1
                          npm ERR! missing: rxjs@6.6.7, required by listr-input@0.2.1
                          npm ERR! missing: through@2.3.8, required by listr-input@0.2.1
                          npm ERR! missing: chalk@2.4.2, required by inquirer-autosubmit-prompt@0.2.0
                          npm ERR! missing: inquirer@6.5.2, required by inquirer-autosubmit-prompt@0.2.0
                          npm ERR! missing: rxjs@6.6.7, required by inquirer-autosubmit-prompt@0.2.0
                          npm ERR! missing: ansi-styles@3.2.1, required by chalk@2.4.2
                          npm ERR! missing: escape-string-regexp@1.0.5, required by chalk@2.4.2
                          npm ERR! missing: supports-color@5.5.0, required by chalk@2.4.2
                          npm ERR! missing: color-convert@1.9.3, required by ansi-styles@3.2.1
                          npm ERR! missing: has-flag@3.0.0, required by supports-color@5.5.0
                          npm ERR! missing: external-editor@3.1.0, required by inquirer@6.5.2
                          npm ERR! missing: ansi-escapes@3.2.0, required by inquirer@6.5.2
                          npm ERR! missing: chalk@2.4.2, required by inquirer@6.5.2
                          npm ERR! missing: cli-cursor@2.1.0, required by inquirer@6.5.2
                          npm ERR! missing: cli-width@2.2.1, required by inquirer@6.5.2
                          npm ERR! missing: figures@2.0.0, required by inquirer@6.5.2
                          npm ERR! missing: mute-stream@0.0.7, required by inquirer@6.5.2
                          npm ERR! missing: string-width@2.1.1, required by inquirer@6.5.2
                          npm ERR! missing: strip-ansi@5.2.0, required by inquirer@6.5.2
                          npm ERR! missing: lodash@4.17.21, required by inquirer@6.5.2
                          npm ERR! missing: run-async@2.4.1, required by inquirer@6.5.2
                          npm ERR! missing: rxjs@6.6.7, required by inquirer@6.5.2
                          npm ERR! missing: through@2.3.8, required by inquirer@6.5.2
                          npm ERR! missing: restore-cursor@2.0.0, required by cli-cursor@2.1.0
                          npm ERR! missing: onetime@2.0.1, required by restore-cursor@2.0.0
                          npm ERR! missing: signal-exit@3.0.7, required by restore-cursor@2.0.0
                          npm ERR! missing: mimic-fn@1.2.0, required by onetime@2.0.1
                          npm ERR! missing: escape-string-regexp@1.0.5, required by figures@2.0.0
                          npm ERR! missing: is-fullwidth-code-point@2.0.0, required by string-width@2.1.1
                          npm ERR! missing: strip-ansi@4.0.0, required by string-width@2.1.1
                          npm ERR! missing: ansi-regex@3.0.0, required by strip-ansi@4.0.0
                          npm ERR! missing: ansi-regex@4.1.0, required by strip-ansi@5.2.0
                          npm ERR! missing: chalk@4.1.2, required by log-symbols@4.1.0
                          npm ERR! missing: is-unicode-supported@0.1.0, required by log-symbols@4.1.0
                          npm ERR! missing: @types/minimist@1.2.2, required by meow@8.1.2
                          npm ERR! missing: camelcase-keys@6.2.2, required by meow@8.1.2
                          npm ERR! missing: decamelize-keys@1.1.0, required by meow@8.1.2
                          npm ERR! missing: hard-rejection@2.1.0, required by meow@8.1.2
                          npm ERR! missing: type-fest@0.18.1, required by meow@8.1.2
                          npm ERR! missing: yargs-parser@20.2.9, required by meow@8.1.2
                          npm ERR! missing: minimist-options@4.1.0, required by meow@8.1.2
                          npm ERR! missing: normalize-package-data@3.0.3, required by meow@8.1.2
                          npm ERR! missing: read-pkg-up@7.0.1, required by meow@8.1.2
                          npm ERR! missing: redent@3.0.0, required by meow@8.1.2
                          npm ERR! missing: trim-newlines@3.0.1, required by meow@8.1.2
                          npm ERR! missing: camelcase@5.3.1, required by camelcase-keys@6.2.2
                          npm ERR! missing: map-obj@4.3.0, required by camelcase-keys@6.2.2
                          npm ERR! missing: quick-lru@4.0.1, required by camelcase-keys@6.2.2
                          npm ERR! missing: decamelize@1.2.0, required by decamelize-keys@1.1.0
                          npm ERR! missing: map-obj@1.0.1, required by decamelize-keys@1.1.0
                          npm ERR! missing: is-plain-obj@1.1.0, required by minimist-options@4.1.0
                          npm ERR! missing: kind-of@6.0.3, required by minimist-options@4.1.0
                          npm ERR! missing: arrify@1.0.1, required by minimist-options@4.1.0
                          npm ERR! missing: is-core-module@2.8.1, required by normalize-package-data@3.0.3
                          npm ERR! missing: hosted-git-info@4.1.0, required by normalize-package-data@3.0.3
                          npm ERR! missing: semver@7.3.5, required by normalize-package-data@3.0.3
                          npm ERR! missing: validate-npm-package-license@3.0.4, required by normalize-package-data@3.0.3
                          npm ERR! missing: lru-cache@6.0.0, required by hosted-git-info@4.1.0
                          npm ERR! missing: spdx-correct@3.1.1, required by validate-npm-package-license@3.0.4
                          npm ERR! missing: spdx-expression-parse@3.0.1, required by validate-npm-package-license@3.0.4
                          npm ERR! missing: spdx-expression-parse@3.0.1, required by spdx-correct@3.1.1
                          npm ERR! missing: spdx-license-ids@3.0.11, required by spdx-correct@3.1.1
                          npm ERR! missing: spdx-exceptions@2.3.0, required by spdx-expression-parse@3.0.1
                          npm ERR! missing: spdx-license-ids@3.0.11, required by spdx-expression-parse@3.0.1
                          npm ERR! missing: indent-string@4.0.0, required by redent@3.0.0
                          npm ERR! missing: strip-indent@3.0.0, required by redent@3.0.0
                          npm ERR! missing: min-indent@1.0.1, required by strip-indent@3.0.0
                          npm ERR! missing: type-fest@0.4.1, required by new-github-release-url@1.0.0
                          npm ERR! missing: got@10.7.0, required by npm-name@6.0.1
                          npm ERR! missing: is-scoped@2.1.0, required by npm-name@6.0.1
                          npm ERR! missing: is-url-superb@4.0.0, required by npm-name@6.0.1
                          npm ERR! missing: lodash.zip@4.2.0, required by npm-name@6.0.1
                          npm ERR! missing: p-map@3.0.0, required by npm-name@6.0.1
                          npm ERR! missing: org-regex@1.0.0, required by npm-name@6.0.1
                          npm ERR! missing: registry-auth-token@4.2.1, required by npm-name@6.0.1
                          npm ERR! missing: registry-url@5.1.0, required by npm-name@6.0.1
                          npm ERR! missing: validate-npm-package-name@3.0.0, required by npm-name@6.0.1
                          npm ERR! missing: @sindresorhus/is@2.1.1, required by got@10.7.0
                          npm ERR! missing: @szmarczak/http-timer@4.0.6, required by got@10.7.0
                          npm ERR! missing: @types/cacheable-request@6.0.2, required by got@10.7.0
                          npm ERR! missing: cacheable-lookup@2.0.1, required by got@10.7.0
                          npm ERR! missing: cacheable-request@7.0.2, required by got@10.7.0
                          npm ERR! missing: decompress-response@5.0.0, required by got@10.7.0
                          npm ERR! missing: duplexer3@0.1.4, required by got@10.7.0
                          npm ERR! missing: get-stream@5.2.0, required by got@10.7.0
                          npm ERR! missing: type-fest@0.10.0, required by got@10.7.0
                          npm ERR! missing: lowercase-keys@2.0.0, required by got@10.7.0
                          npm ERR! missing: mimic-response@2.1.0, required by got@10.7.0
                          npm ERR! missing: p-cancelable@2.1.1, required by got@10.7.0
                          npm ERR! missing: p-event@4.2.0, required by got@10.7.0
                          npm ERR! missing: responselike@2.0.0, required by got@10.7.0
                          npm ERR! missing: to-readable-stream@2.1.0, required by got@10.7.0
                          npm ERR! missing: @types/keyv@3.1.3, required by cacheable-lookup@2.0.1
                          npm ERR! missing: keyv@4.1.1, required by cacheable-lookup@2.0.1
                          npm ERR! missing: mimic-response@2.1.0, required by decompress-response@5.0.0
                          npm ERR! missing: pump@3.0.0, required by get-stream@5.2.0
                          npm ERR! missing: p-timeout@3.2.0, required by p-event@4.2.0
                          npm ERR! missing: p-finally@1.0.0, required by p-timeout@3.2.0
                          npm ERR! missing: aggregate-error@3.1.0, required by p-map@3.0.0
                          npm ERR! missing: rc@1.2.8, required by registry-auth-token@4.2.1
                          npm ERR! missing: rc@1.2.8, required by registry-url@5.1.0
                          npm ERR! missing: builtins@1.0.3, required by validate-npm-package-name@3.0.0
                          npm ERR! missing: mimic-fn@2.1.0, required by onetime@5.1.2
                          npm ERR! missing: is-docker@2.2.1, required by open@7.4.2
                          npm ERR! missing: is-wsl@2.2.0, required by open@7.4.2
                          npm ERR! missing: is-docker@2.2.1, required by is-wsl@2.2.0
                          npm ERR! missing: callsites@3.1.0, required by ow@0.21.0
                          npm ERR! missing: dot-prop@6.0.1, required by ow@0.21.0
                          npm ERR! missing: lodash.isequal@4.5.0, required by ow@0.21.0
                          npm ERR! missing: @sindresorhus/is@4.6.0, required by ow@0.21.0
                          npm ERR! missing: type-fest@0.20.2, required by ow@0.21.0
                          npm ERR! missing: vali-date@1.0.0, required by ow@0.21.0
                          npm ERR! missing: is-obj@2.0.0, required by dot-prop@6.0.1
                          npm ERR! missing: map-age-cleaner@0.1.3, required by p-memoize@4.0.4
                          npm ERR! missing: mimic-fn@3.1.0, required by p-memoize@4.0.4
                          npm ERR! missing: p-settle@4.1.1, required by p-memoize@4.0.4
                          npm ERR! missing: p-defer@1.0.0, required by map-age-cleaner@0.1.3
                          npm ERR! missing: p-limit@2.3.0, required by p-settle@4.1.1
                          npm ERR! missing: p-reflect@2.1.0, required by p-settle@4.1.1
                          npm ERR! missing: p-try@2.2.0, required by p-limit@2.3.0
                          npm ERR! missing: find-up@5.0.0, required by pkg-dir@5.0.0
                          npm ERR! missing: locate-path@6.0.0, required by find-up@5.0.0
                          npm ERR! missing: path-exists@4.0.0, required by find-up@5.0.0
                          npm ERR! missing: p-locate@5.0.0, required by locate-path@6.0.0
                          npm ERR! missing: p-limit@3.1.0, required by p-locate@5.0.0
                          npm ERR! missing: yocto-queue@0.1.0, required by p-limit@3.1.0
                          npm ERR! missing: read-pkg@5.2.0, required by read-pkg-up@7.0.1
                          npm ERR! missing: find-up@4.1.0, required by read-pkg-up@7.0.1
                          npm ERR! missing: type-fest@0.8.1, required by read-pkg-up@7.0.1
                          npm ERR! missing: @types/normalize-package-data@2.4.1, required by read-pkg@5.2.0
                          npm ERR! missing: parse-json@5.2.0, required by read-pkg@5.2.0
                          npm ERR! missing: normalize-package-data@2.5.0, required by read-pkg@5.2.0
                          npm ERR! missing: type-fest@0.6.0, required by read-pkg@5.2.0
                          npm ERR! missing: hosted-git-info@2.8.9, required by normalize-package-data@2.5.0
                          npm ERR! missing: semver@5.7.1, required by normalize-package-data@2.5.0
                          npm ERR! missing: resolve@1.22.0, required by normalize-package-data@2.5.0
                          npm ERR! missing: validate-npm-package-license@3.0.4, required by normalize-package-data@2.5.0
                          npm ERR! missing: path-exists@4.0.0, required by find-up@4.1.0
                          npm ERR! missing: locate-path@5.0.0, required by find-up@4.1.0
                          npm ERR! missing: p-locate@4.1.0, required by locate-path@5.0.0
                          npm ERR! missing: p-limit@2.3.0, required by p-locate@4.1.0
                          npm ERR! missing: tslib@1.14.1, required by rxjs@6.6.7
                          npm ERR! missing: through@2.3.8, required by split@1.0.1
                          npm ERR! missing: ansi-escapes@4.3.2, required by terminal-link@2.1.1
                          npm ERR! missing: supports-hyperlinks@2.2.0, required by terminal-link@2.1.1
                          npm ERR! missing: has-flag@4.0.0, required by supports-hyperlinks@2.2.0
                          npm ERR! missing: supports-color@7.2.0, required by supports-hyperlinks@2.2.0
                          npm ERR! missing: boxen@5.1.2, required by update-notifier@5.1.0
                          npm ERR! missing: chalk@4.1.2, required by update-notifier@5.1.0
                          npm ERR! missing: configstore@5.0.1, required by update-notifier@5.1.0
                          npm ERR! missing: has-yarn@2.1.0, required by update-notifier@5.1.0
                          npm ERR! missing: import-lazy@2.1.0, required by update-notifier@5.1.0
                          npm ERR! missing: is-ci@2.0.0, required by update-notifier@5.1.0
                          npm ERR! missing: is-npm@5.0.0, required by update-notifier@5.1.0
                          npm ERR! missing: is-yarn-global@0.3.0, required by update-notifier@5.1.0
                          npm ERR! missing: latest-version@5.1.0, required by update-notifier@5.1.0
                          npm ERR! missing: pupa@2.1.1, required by update-notifier@5.1.0
                          npm ERR! missing: semver@7.3.5, required by update-notifier@5.1.0
                          npm ERR! missing: semver-diff@3.1.1, required by update-notifier@5.1.0
                          npm ERR! missing: is-installed-globally@0.4.0, required by update-notifier@5.1.0
                          npm ERR! missing: xdg-basedir@4.0.0, required by update-notifier@5.1.0
                          npm ERR! missing: ansi-align@3.0.1, required by boxen@5.1.2
                          npm ERR! missing: camelcase@6.3.0, required by boxen@5.1.2
                          npm ERR! missing: type-fest@0.20.2, required by boxen@5.1.2
                          npm ERR! missing: chalk@4.1.2, required by boxen@5.1.2
                          npm ERR! missing: cli-boxes@2.2.1, required by boxen@5.1.2
                          npm ERR! missing: string-width@4.2.3, required by boxen@5.1.2
                          npm ERR! missing: widest-line@3.1.0, required by boxen@5.1.2
                          npm ERR! missing: wrap-ansi@7.0.0, required by boxen@5.1.2
                          npm ERR! missing: string-width@4.2.3, required by ansi-align@3.0.1
                          npm ERR! missing: string-width@4.2.3, required by widest-line@3.1.0
                          npm ERR! missing: dot-prop@5.3.0, required by configstore@5.0.1
                          npm ERR! missing: graceful-fs@4.2.9, required by configstore@5.0.1
                          npm ERR! missing: make-dir@3.1.0, required by configstore@5.0.1
                          npm ERR! missing: unique-string@2.0.0, required by configstore@5.0.1
                          npm ERR! missing: write-file-atomic@3.0.3, required by configstore@5.0.1
                          npm ERR! missing: xdg-basedir@4.0.0, required by configstore@5.0.1
                          npm ERR! missing: is-obj@2.0.0, required by dot-prop@5.3.0
                          npm ERR! missing: crypto-random-string@2.0.0, required by unique-string@2.0.0
                          npm ERR! missing: imurmurhash@0.1.4, required by write-file-atomic@3.0.3
                          npm ERR! missing: is-typedarray@1.0.0, required by write-file-atomic@3.0.3
                          npm ERR! missing: signal-exit@3.0.7, required by write-file-atomic@3.0.3
                          npm ERR! missing: typedarray-to-buffer@3.1.5, required by write-file-atomic@3.0.3
                          npm ERR! missing: ci-info@2.0.0, required by is-ci@2.0.0
                          npm ERR! missing: package-json@6.5.0, required by latest-version@5.1.0
                          npm ERR! missing: got@9.6.0, required by package-json@6.5.0
                          npm ERR! missing: semver@6.3.0, required by package-json@6.5.0
                          npm ERR! missing: registry-auth-token@4.2.1, required by package-json@6.5.0
                          npm ERR! missing: registry-url@5.1.0, required by package-json@6.5.0
                          npm ERR! missing: duplexer3@0.1.4, required by got@9.6.0
                          npm ERR! missing: @sindresorhus/is@0.14.0, required by got@9.6.0
                          npm ERR! missing: @szmarczak/http-timer@1.1.2, required by got@9.6.0
                          npm ERR! missing: cacheable-request@6.1.0, required by got@9.6.0
                          npm ERR! missing: decompress-response@3.3.0, required by got@9.6.0
                          npm ERR! missing: get-stream@4.1.0, required by got@9.6.0
                          npm ERR! missing: lowercase-keys@1.0.1, required by got@9.6.0
                          npm ERR! missing: mimic-response@1.0.1, required by got@9.6.0
                          npm ERR! missing: p-cancelable@1.1.0, required by got@9.6.0
                          npm ERR! missing: to-readable-stream@1.0.0, required by got@9.6.0
                          npm ERR! missing: url-parse-lax@3.0.0, required by got@9.6.0
                          npm ERR! missing: defer-to-connect@1.1.3, required by @szmarczak/http-timer@1.1.2
                          npm ERR! missing: clone-response@1.0.2, required by cacheable-request@6.1.0
                          npm ERR! missing: http-cache-semantics@4.1.0, required by cacheable-request@6.1.0
                          npm ERR! missing: lowercase-keys@2.0.0, required by cacheable-request@6.1.0
                          npm ERR! missing: get-stream@5.2.0, required by cacheable-request@6.1.0
                          npm ERR! missing: keyv@3.1.0, required by cacheable-request@6.1.0
                          npm ERR! missing: normalize-url@4.5.1, required by cacheable-request@6.1.0
                          npm ERR! missing: responselike@1.0.2, required by cacheable-request@6.1.0
                          npm ERR! missing: pump@3.0.0, required by get-stream@5.2.0
                          npm ERR! missing: json-buffer@3.0.0, required by keyv@3.1.0
                          npm ERR! missing: lowercase-keys@1.0.1, required by responselike@1.0.2
                          npm ERR! missing: mimic-response@1.0.1, required by decompress-response@3.3.0
                          npm ERR! missing: pump@3.0.0, required by get-stream@4.1.0
                          npm ERR! missing: prepend-http@2.0.0, required by url-parse-lax@3.0.0
                          npm ERR! missing: escape-goat@2.1.1, required by pupa@2.1.1
                          npm ERR! missing: semver@6.3.0, required by semver-diff@3.1.1
                          npm ERR! missing: is-path-inside@3.0.3, required by is-installed-globally@0.4.0
                          npm ERR! missing: global-dirs@3.0.0, required by is-installed-globally@0.4.0
                          npm ERR! missing: ini@2.0.0, required by global-dirs@3.0.0
                          npm ERR! missing: @iobroker/adapter-core@2.6.0, required by iobroker.vis-inventwo@3.3.1
                          npm ERR! missing: minimist@1.2.5, required by iobroker.vis-inventwo@3.3.1
                          npm ERR! missing: np@7.6.0, required by iobroker.vis-inventwo@3.3.1
                          npm ERR! missing: @iobroker/adapter-core@1.0.3, required by iobroker.vis-metro@1.2.0
                          npm ERR! missing: @types/iobroker@1.4.13, required by @iobroker/adapter-core@1.0.3
                          npm ERR! missing: @types/node@17.0.21, required by @types/iobroker@1.4.13
                          npm ERR! missing: @iobroker/adapter-core@1.0.3, required by iobroker.vis-players@0.1.6
                          npm ERR! missing: @types/iobroker@1.4.13, required by @iobroker/adapter-core@1.0.3
                          npm ERR! missing: @types/node@17.0.21, required by @types/iobroker@1.4.13
                          npm ERR! missing: @iobroker/adapter-core@2.6.0, required by iobroker.web@4.2.0
                          npm ERR! missing: body-parser@1.19.2, required by iobroker.web@4.2.0
                          npm ERR! missing: compression@1.7.4, required by iobroker.web@4.2.0
                          npm ERR! missing: connect-flash@0.1.1, required by iobroker.web@4.2.0
                          npm ERR! missing: cookie-parser@1.4.6, required by iobroker.web@4.2.0
                          npm ERR! missing: express@4.17.3, required by iobroker.web@4.2.0
                          npm ERR! missing: express-session@1.17.2, required by iobroker.web@4.2.0
                          npm ERR! missing: iobroker.simple-api@2.6.3, required by iobroker.web@4.2.0
                          npm ERR! missing: iobroker.socketio@4.1.4, required by iobroker.web@4.2.0
                          npm ERR! missing: iobroker.ws@1.2.0, required by iobroker.web@4.2.0
                          npm ERR! missing: mime-types@2.1.34, required by iobroker.web@4.2.0
                          npm ERR! missing: passport@0.5.2, required by iobroker.web@4.2.0
                          npm ERR! missing: passport-local@1.0.0, required by iobroker.web@4.2.0
                          npm ERR! missing: xtend@4.0.2, required by iobroker.web@4.2.0
                          npm ERR! missing: @iobroker/adapter-core@2.6.0, required by iobroker.simple-api@2.6.3
                          npm ERR! missing: @iobroker/adapter-core@2.6.0, required by iobroker.ws@1.2.0
                          npm ERR! missing: cookie-parser@1.4.6, required by iobroker.ws@1.2.0
                          npm ERR! missing: express-session@1.17.2, required by iobroker.ws@1.2.0
                          npm ERR! missing: iobroker.ws.server@1.0.1, required by iobroker.ws@1.2.0
                          npm ERR! missing: axios@0.26.1, required by iobroker.ws@1.2.0
                          npm ERR! missing: passport@0.5.2, required by iobroker.ws@1.2.0
                          npm ERR! missing: ws@8.5.0, required by iobroker.ws.server@1.0.1
                          npm ERR! missing: follow-redirects@1.14.9, required by axios@0.26.1
                          npm ERR! missing: mime-db@1.51.0, required by mime-types@2.1.34
                          npm ERR! missing: @iobroker/adapter-core@2.6.0, required by iobroker.zigbee@1.6.16
                          npm ERR! missing: tar@6.1.11, required by iobroker.zigbee@1.6.16
                          npm ERR! missing: typescript@4.6.2, required by iobroker.zigbee@1.6.16
                          npm ERR! missing: zigbee-herdsman@0.14.16, required by iobroker.zigbee@1.6.16
                          npm ERR! missing: zigbee-herdsman-converters@14.0.422, required by iobroker.zigbee@1.6.16
                          npm ERR! missing: debounce@1.2.1, required by zigbee-herdsman@0.14.16
                          npm ERR! missing: debug@4.3.3, required by zigbee-herdsman@0.14.16
                          npm ERR! missing: fast-deep-equal@3.1.3, required by zigbee-herdsman@0.14.16
                          npm ERR! missing: mixin-deep@2.0.1, required by zigbee-herdsman@0.14.16
                          npm ERR! missing: mz@2.7.0, required by zigbee-herdsman@0.14.16
                          npm ERR! missing: serialport@9.2.8, required by zigbee-herdsman@0.14.16
                          npm ERR! missing: slip@1.0.2, required by zigbee-herdsman@0.14.16
                          npm ERR! missing: ms@2.1.2, required by debug@4.3.3
                          npm ERR! missing: any-promise@1.3.0, required by mz@2.7.0
                          npm ERR! missing: object-assign@4.1.1, required by mz@2.7.0
                          npm ERR! missing: thenify-all@1.6.0, required by mz@2.7.0
                          npm ERR! missing: thenify@3.3.1, required by thenify-all@1.6.0
                          npm ERR! missing: any-promise@1.3.0, required by thenify@3.3.1
                          npm ERR! missing: @serialport/binding-mock@9.2.4, required by serialport@9.2.8
                          npm ERR! missing: @serialport/bindings@9.2.8, required by serialport@9.2.8
                          npm ERR! missing: @serialport/parser-byte-length@9.2.4, required by serialport@9.2.8
                          npm ERR! missing: @serialport/parser-cctalk@9.2.4, required by serialport@9.2.8
                          npm ERR! missing: @serialport/parser-delimiter@9.2.4, required by serialport@9.2.8
                          npm ERR! missing: @serialport/parser-inter-byte-timeout@9.2.4, required by serialport@9.2.8
                          npm ERR! missing: @serialport/parser-readline@9.2.4, required by serialport@9.2.8
                          npm ERR! missing: @serialport/parser-ready@9.2.4, required by serialport@9.2.8
                          npm ERR! missing: @serialport/parser-regex@9.2.4, required by serialport@9.2.8
                          npm ERR! missing: @serialport/stream@9.2.4, required by serialport@9.2.8
                          npm ERR! missing: debug@4.3.3, required by serialport@9.2.8
                          npm ERR! missing: @serialport/binding-abstract@9.2.3, required by @serialport/binding-mock@9.2.4
                          npm ERR! missing: debug@4.3.3, required by @serialport/binding-mock@9.2.4
                          npm ERR! missing: debug@4.3.3, required by @serialport/binding-abstract@9.2.3
                          npm ERR! missing: @serialport/binding-abstract@9.2.3, required by @serialport/bindings@9.2.8
                          npm ERR! missing: @serialport/parser-readline@9.2.4, required by @serialport/bindings@9.2.8
                          npm ERR! missing: bindings@1.5.0, required by @serialport/bindings@9.2.8
                          npm ERR! missing: debug@4.3.3, required by @serialport/bindings@9.2.8
                          npm ERR! missing: nan@2.15.0, required by @serialport/bindings@9.2.8
                          npm ERR! missing: prebuild-install@7.0.1, required by @serialport/bindings@9.2.8
                          npm ERR! missing: file-uri-to-path@1.0.0, required by bindings@1.5.0
                          npm ERR! missing: detect-libc@2.0.0, required by prebuild-install@7.0.1
                          npm ERR! missing: expand-template@2.0.3, required by prebuild-install@7.0.1
                          npm ERR! missing: github-from-package@0.0.0, required by prebuild-install@7.0.1
                          npm ERR! missing: minimist@1.2.5, required by prebuild-install@7.0.1
                          npm ERR! missing: mkdirp-classic@0.5.3, required by prebuild-install@7.0.1
                          npm ERR! missing: napi-build-utils@1.0.2, required by prebuild-install@7.0.1
                          npm ERR! missing: node-abi@3.8.0, required by prebuild-install@7.0.1
                          npm ERR! missing: npmlog@4.1.2, required by prebuild-install@7.0.1
                          npm ERR! missing: pump@3.0.0, required by prebuild-install@7.0.1
                          npm ERR! missing: rc@1.2.8, required by prebuild-install@7.0.1
                          npm ERR! missing: simple-get@4.0.1, required by prebuild-install@7.0.1
                          npm ERR! missing: tar-fs@2.1.1, required by prebuild-install@7.0.1
                          npm ERR! missing: tunnel-agent@0.6.0, required by prebuild-install@7.0.1
                          npm ERR! missing: semver@7.3.5, required by node-abi@3.8.0
                          npm ERR! missing: lru-cache@6.0.0, required by semver@7.3.5
                          npm ERR! missing: yallist@4.0.0, required by lru-cache@6.0.0
                          npm ERR! missing: are-we-there-yet@1.1.7, required by npmlog@4.1.2
                          npm ERR! missing: console-control-strings@1.1.0, required by npmlog@4.1.2
                          npm ERR! missing: gauge@2.7.4, required by npmlog@4.1.2
                          npm ERR! missing: set-blocking@2.0.0, required by npmlog@4.1.2
                          npm ERR! missing: delegates@1.0.0, required by are-we-there-yet@1.1.7
                          npm ERR! missing: readable-stream@2.3.7, required by are-we-there-yet@1.1.7
                          npm ERR! missing: core-util-is@1.0.3, required by readable-stream@2.3.7
                          npm ERR! missing: inherits@2.0.4, required by readable-stream@2.3.7
                          npm ERR! missing: isarray@1.0.0, required by readable-stream@2.3.7
                          npm ERR! missing: process-nextick-args@2.0.1, 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: util-deprecate@1.0.2, 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: aproba@1.2.0, required by gauge@2.7.4
                          npm ERR! missing: console-control-strings@1.1.0, required by gauge@2.7.4
                          npm ERR! missing: has-unicode@2.0.1, required by gauge@2.7.4
                          npm ERR! missing: object-assign@4.1.1, required by gauge@2.7.4
                          npm ERR! missing: signal-exit@3.0.7, required by gauge@2.7.4
                          npm ERR! missing: string-width@1.0.2, required by gauge@2.7.4
                          npm ERR! missing: strip-ansi@3.0.1, required by gauge@2.7.4
                          npm ERR! missing: wide-align@1.1.5, required by gauge@2.7.4
                          npm ERR! missing: code-point-at@1.1.0, required by string-width@1.0.2
                          npm ERR! missing: is-fullwidth-code-point@1.0.0, required by string-width@1.0.2
                          npm ERR! missing: strip-ansi@3.0.1, required by string-width@1.0.2
                          npm ERR! missing: number-is-nan@1.0.1, required by is-fullwidth-code-point@1.0.0
                          npm ERR! missing: ansi-regex@2.1.1, required by strip-ansi@3.0.1
                          npm ERR! missing: string-width@1.0.2, required by wide-align@1.1.5
                          npm ERR! missing: end-of-stream@1.4.4, required by pump@3.0.0
                          npm ERR! missing: once@1.4.0, required by pump@3.0.0
                          npm ERR! missing: once@1.4.0, required by end-of-stream@1.4.4
                          npm ERR! missing: wrappy@1.0.2, required by once@1.4.0
                          npm ERR! missing: deep-extend@0.6.0, required by rc@1.2.8
                          npm ERR! missing: ini@1.3.8, required by rc@1.2.8
                          npm ERR! missing: minimist@1.2.5, required by rc@1.2.8
                          npm ERR! missing: strip-json-comments@2.0.1, required by rc@1.2.8
                          npm ERR! missing: decompress-response@6.0.0, required by simple-get@4.0.1
                          npm ERR! missing: once@1.4.0, required by simple-get@4.0.1
                          npm ERR! missing: simple-concat@1.0.1, required by simple-get@4.0.1
                          npm ERR! missing: mimic-response@3.1.0, required by decompress-response@6.0.0
                          npm ERR! missing: chownr@1.1.4, required by tar-fs@2.1.1
                          npm ERR! missing: mkdirp-classic@0.5.3, required by tar-fs@2.1.1
                          npm ERR! missing: pump@3.0.0, required by tar-fs@2.1.1
                          npm ERR! missing: tar-stream@2.2.0, required by tar-fs@2.1.1
                          npm ERR! missing: bl@4.1.0, required by tar-stream@2.2.0
                          npm ERR! missing: end-of-stream@1.4.4, required by tar-stream@2.2.0
                          npm ERR! missing: fs-constants@1.0.0, required by tar-stream@2.2.0
                          npm ERR! missing: inherits@2.0.4, required by tar-stream@2.2.0
                          npm ERR! missing: readable-stream@3.6.0, required by tar-stream@2.2.0
                          npm ERR! missing: readable-stream@3.6.0, required by bl@4.1.0
                          npm ERR! missing: buffer@5.7.1, required by bl@4.1.0
                          npm ERR! missing: inherits@2.0.4, required by bl@4.1.0
                          npm ERR! missing: inherits@2.0.4, required by readable-stream@3.6.0
                          npm ERR! missing: string_decoder@1.1.1, required by readable-stream@3.6.0
                          npm ERR! missing: util-deprecate@1.0.2, required by readable-stream@3.6.0
                          npm ERR! missing: base64-js@1.5.1, required by buffer@5.7.1
                          npm ERR! missing: ieee754@1.2.1, required by buffer@5.7.1
                          npm ERR! missing: inherits@2.0.4, required by readable-stream@3.6.0
                          npm ERR! missing: string_decoder@1.1.1, required by readable-stream@3.6.0
                          npm ERR! missing: util-deprecate@1.0.2, required by readable-stream@3.6.0
                          npm ERR! missing: safe-buffer@5.1.2, required by tunnel-agent@0.6.0
                          npm ERR! missing: @serialport/parser-delimiter@9.2.4, required by @serialport/parser-readline@9.2.4
                          npm ERR! missing: debug@4.3.3, required by @serialport/stream@9.2.4
                          npm ERR! missing: axios@0.25.0, required by zigbee-herdsman-converters@14.0.422
                          npm ERR! missing: buffer-crc32@0.2.13, required by zigbee-herdsman-converters@14.0.422
                          npm ERR! missing: https-proxy-agent@5.0.0, required by zigbee-herdsman-converters@14.0.422
                          npm ERR! missing: tar-stream@2.2.0, required by zigbee-herdsman-converters@14.0.422
                          npm ERR! missing: zigbee-herdsman@0.14.14, required by zigbee-herdsman-converters@14.0.422
                          npm ERR! missing: follow-redirects@1.14.8, required by axios@0.25.0
                          npm ERR! missing: agent-base@6.0.2, required by https-proxy-agent@5.0.0
                          npm ERR! missing: debug@4.3.3, required by https-proxy-agent@5.0.0
                          npm ERR! missing: debug@4.3.3, required by agent-base@6.0.2
                          npm ERR! missing: ms@2.1.2, required by debug@4.3.3
                          npm ERR! missing: bl@4.1.0, required by tar-stream@2.2.0
                          npm ERR! missing: end-of-stream@1.4.4, required by tar-stream@2.2.0
                          npm ERR! missing: fs-constants@1.0.0, required by tar-stream@2.2.0
                          npm ERR! missing: inherits@2.0.4, required by tar-stream@2.2.0
                          npm ERR! missing: readable-stream@3.6.0, required by tar-stream@2.2.0
                          npm ERR! missing: buffer@5.7.1, required by bl@4.1.0
                          npm ERR! missing: inherits@2.0.4, required by bl@4.1.0
                          npm ERR! missing: readable-stream@3.6.0, required by bl@4.1.0
                          npm ERR! missing: base64-js@1.5.1, required by buffer@5.7.1
                          npm ERR! missing: ieee754@1.2.1, required by buffer@5.7.1
                          npm ERR! missing: once@1.4.0, required by end-of-stream@1.4.4
                          npm ERR! missing: wrappy@1.0.2, required by once@1.4.0
                          npm ERR! missing: inherits@2.0.4, required by readable-stream@3.6.0
                          npm ERR! missing: string_decoder@1.3.0, required by readable-stream@3.6.0
                          npm ERR! missing: util-deprecate@1.0.2, required by readable-stream@3.6.0
                          npm ERR! missing: safe-buffer@5.2.1, required by string_decoder@1.3.0
                          npm ERR! missing: debounce@1.2.1, required by zigbee-herdsman@0.14.14
                          npm ERR! missing: debug@4.3.3, required by zigbee-herdsman@0.14.14
                          npm ERR! missing: fast-deep-equal@3.1.3, required by zigbee-herdsman@0.14.14
                          npm ERR! missing: mixin-deep@2.0.1, required by zigbee-herdsman@0.14.14
                          npm ERR! missing: mz@2.7.0, required by zigbee-herdsman@0.14.14
                          npm ERR! missing: serialport@9.2.8, required by zigbee-herdsman@0.14.14
                          npm ERR! missing: slip@1.0.2, required by zigbee-herdsman@0.14.14
                          npm ERR! missing: ms@2.1.2, required by debug@4.3.3
                          npm ERR! missing: any-promise@1.3.0, required by mz@2.7.0
                          npm ERR! missing: object-assign@4.1.1, required by mz@2.7.0
                          npm ERR! missing: thenify-all@1.6.0, required by mz@2.7.0
                          npm ERR! missing: thenify@3.3.1, required by thenify-all@1.6.0
                          npm ERR! missing: any-promise@1.3.0, required by thenify@3.3.1
                          npm ERR! missing: @serialport/binding-mock@9.2.4, required by serialport@9.2.8
                          npm ERR! missing: @serialport/bindings@9.2.8, required by serialport@9.2.8
                          npm ERR! missing: @serialport/parser-byte-length@9.2.4, required by serialport@9.2.8
                          npm ERR! missing: @serialport/parser-cctalk@9.2.4, required by serialport@9.2.8
                          npm ERR! missing: @serialport/parser-delimiter@9.2.4, required by serialport@9.2.8
                          npm ERR! missing: @serialport/parser-inter-byte-timeout@9.2.4, required by serialport@9.2.8
                          npm ERR! missing: @serialport/parser-readline@9.2.4, required by serialport@9.2.8
                          npm ERR! missing: @serialport/parser-ready@9.2.4, required by serialport@9.2.8
                          npm ERR! missing: @serialport/parser-regex@9.2.4, required by serialport@9.2.8
                          npm ERR! missing: @serialport/stream@9.2.4, required by serialport@9.2.8
                          npm ERR! missing: debug@4.3.3, required by serialport@9.2.8
                          npm ERR! missing: @serialport/binding-abstract@9.2.3, required by @serialport/binding-mock@9.2.4
                          npm ERR! missing: debug@4.3.3, required by @serialport/binding-mock@9.2.4
                          npm ERR! missing: debug@4.3.3, required by @serialport/binding-abstract@9.2.3
                          npm ERR! missing: @serialport/binding-abstract@9.2.3, required by @serialport/bindings@9.2.8
                          npm ERR! missing: @serialport/parser-readline@9.2.4, required by @serialport/bindings@9.2.8
                          npm ERR! missing: bindings@1.5.0, required by @serialport/bindings@9.2.8
                          npm ERR! missing: debug@4.3.3, required by @serialport/bindings@9.2.8
                          npm ERR! missing: nan@2.15.0, required by @serialport/bindings@9.2.8
                          npm ERR! missing: prebuild-install@7.0.1, required by @serialport/bindings@9.2.8
                          npm ERR! missing: file-uri-to-path@1.0.0, required by bindings@1.5.0
                          npm ERR! missing: detect-libc@2.0.0, required by prebuild-install@7.0.1
                          npm ERR! missing: expand-template@2.0.3, required by prebuild-install@7.0.1
                          npm ERR! missing: github-from-package@0.0.0, required by prebuild-install@7.0.1
                          npm ERR! missing: minimist@1.2.5, required by prebuild-install@7.0.1
                          npm ERR! missing: mkdirp-classic@0.5.3, required by prebuild-install@7.0.1
                          npm ERR! missing: napi-build-utils@1.0.2, required by prebuild-install@7.0.1
                          npm ERR! missing: node-abi@3.8.0, required by prebuild-install@7.0.1
                          npm ERR! missing: npmlog@4.1.2, required by prebuild-install@7.0.1
                          npm ERR! missing: pump@3.0.0, required by prebuild-install@7.0.1
                          npm ERR! missing: rc@1.2.8, required by prebuild-install@7.0.1
                          npm ERR! missing: simple-get@4.0.1, required by prebuild-install@7.0.1
                          npm ERR! missing: tar-fs@2.1.1, required by prebuild-install@7.0.1
                          npm ERR! missing: tunnel-agent@0.6.0, required by prebuild-install@7.0.1
                          npm ERR! missing: semver@7.3.5, required by node-abi@3.8.0
                          npm ERR! missing: lru-cache@6.0.0, required by semver@7.3.5
                          npm ERR! missing: yallist@4.0.0, required by lru-cache@6.0.0
                          npm ERR! missing: are-we-there-yet@1.1.7, required by npmlog@4.1.2
                          npm ERR! missing: console-control-strings@1.1.0, required by npmlog@4.1.2
                          npm ERR! missing: gauge@2.7.4, required by npmlog@4.1.2
                          npm ERR! missing: set-blocking@2.0.0, required by npmlog@4.1.2
                          npm ERR! missing: delegates@1.0.0, required by are-we-there-yet@1.1.7
                          npm ERR! missing: readable-stream@2.3.7, required by are-we-there-yet@1.1.7
                          npm ERR! missing: core-util-is@1.0.3, required by readable-stream@2.3.7
                          npm ERR! missing: inherits@2.0.4, required by readable-stream@2.3.7
                          npm ERR! missing: isarray@1.0.0, required by readable-stream@2.3.7
                          npm ERR! missing: process-nextick-args@2.0.1, 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: util-deprecate@1.0.2, 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: aproba@1.2.0, required by gauge@2.7.4
                          npm ERR! missing: console-control-strings@1.1.0, required by gauge@2.7.4
                          npm ERR! missing: has-unicode@2.0.1, required by gauge@2.7.4
                          npm ERR! missing: object-assign@4.1.1, required by gauge@2.7.4
                          npm ERR! missing: signal-exit@3.0.7, required by gauge@2.7.4
                          npm ERR! missing: string-width@1.0.2, required by gauge@2.7.4
                          npm ERR! missing: strip-ansi@3.0.1, required by gauge@2.7.4
                          npm ERR! missing: wide-align@1.1.5, required by gauge@2.7.4
                          npm ERR! missing: code-point-at@1.1.0, required by string-width@1.0.2
                          npm ERR! missing: is-fullwidth-code-point@1.0.0, required by string-width@1.0.2
                          npm ERR! missing: strip-ansi@3.0.1, required by string-width@1.0.2
                          npm ERR! missing: number-is-nan@1.0.1, required by is-fullwidth-code-point@1.0.0
                          npm ERR! missing: ansi-regex@2.1.1, required by strip-ansi@3.0.1
                          npm ERR! missing: string-width@1.0.2, required by wide-align@1.1.5
                          npm ERR! missing: end-of-stream@1.4.4, required by pump@3.0.0
                          npm ERR! missing: once@1.4.0, required by pump@3.0.0
                          npm ERR! missing: once@1.4.0, required by end-of-stream@1.4.4
                          npm ERR! missing: wrappy@1.0.2, required by once@1.4.0
                          npm ERR! missing: deep-extend@0.6.0, required by rc@1.2.8
                          npm ERR! missing: ini@1.3.8, required by rc@1.2.8
                          npm ERR! missing: minimist@1.2.5, required by rc@1.2.8
                          npm ERR! missing: strip-json-comments@2.0.1, required by rc@1.2.8
                          npm ERR! missing: decompress-response@6.0.0, required by simple-get@4.0.1
                          npm ERR! missing: once@1.4.0, required by simple-get@4.0.1
                          npm ERR! missing: simple-concat@1.0.1, required by simple-get@4.0.1
                          npm ERR! missing: mimic-response@3.1.0, required by decompress-response@6.0.0
                          npm ERR! missing: chownr@1.1.4, required by tar-fs@2.1.1
                          npm ERR! missing: mkdirp-classic@0.5.3, required by tar-fs@2.1.1
                          npm ERR! missing: pump@3.0.0, required by tar-fs@2.1.1
                          npm ERR! missing: tar-stream@2.2.0, required by tar-fs@2.1.1
                          npm ERR! missing: bl@4.1.0, required by tar-stream@2.2.0
                          npm ERR! missing: end-of-stream@1.4.4, required by tar-stream@2.2.0
                          npm ERR! missing: fs-constants@1.0.0, required by tar-stream@2.2.0
                          npm ERR! missing: inherits@2.0.4, required by tar-stream@2.2.0
                          npm ERR! missing: readable-stream@3.6.0, required by tar-stream@2.2.0
                          npm ERR! missing: readable-stream@3.6.0, required by bl@4.1.0
                          npm ERR! missing: buffer@5.7.1, required by bl@4.1.0
                          npm ERR! missing: inherits@2.0.4, required by bl@4.1.0
                          npm ERR! missing: inherits@2.0.4, required by readable-stream@3.6.0
                          npm ERR! missing: string_decoder@1.1.1, required by readable-stream@3.6.0
                          npm ERR! missing: util-deprecate@1.0.2, required by readable-stream@3.6.0
                          npm ERR! missing: base64-js@1.5.1, required by buffer@5.7.1
                          npm ERR! missing: ieee754@1.2.1, required by buffer@5.7.1
                          npm ERR! missing: inherits@2.0.4, required by readable-stream@3.6.0
                          npm ERR! missing: string_decoder@1.1.1, required by readable-stream@3.6.0
                          npm ERR! missing: util-deprecate@1.0.2, required by readable-stream@3.6.0
                          npm ERR! missing: safe-buffer@5.1.2, required by tunnel-agent@0.6.0
                          npm ERR! missing: @serialport/parser-delimiter@9.2.4, required by @serialport/parser-readline@9.2.4
                          npm ERR! missing: debug@4.3.3, required by @serialport/stream@9.2.4
                          
                          Thomas Braun 1 Reply Last reply Reply Quote 0
                          • Thomas Braun
                            Thomas Braun Most Active @joeysch last edited by

                            @joeysch

                            Ja, da ist irgendwas komplett schief.

                            sudo ln -s /usr/bin/node /usr/bin/nodejs
                            which nodejs node npm && nodejs -v && node -v && npm -v && whoami && pwd && sudo apt update &> /dev/null && sudo apt update && apt policy nodejs
                            

                            sagt?

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

                              @thomas-braun sagte in ERROR: Process exited with code 25:

                                                                                                                                                          sudo ln -s /usr/bin/node /usr/bin/nodejs                                                                                                                                                                            which nodejs node npm && nodejs -v && node -v && npm -v && whoami && pwd && sudo apt update &> /dev/null && sudo apt update && apt policy nodejs                                            
                              
                              guido@iobroker:/opt/iobroker$ sudo ln -s /usr/bin/node /usr/bin/nodejs
                              which nodejs node npm && nodejs -v && node -v && npm -v && whoami && pwd && sudo apt update &> /dev/null && sudo apt update && apt policy nodejs
                              ln: failed to create symbolic link '/usr/bin/nodejs': File exists
                              /usr/bin/nodejs
                              /usr/bin/node
                              /usr/bin/npm
                              v14.19.1
                              v14.19.1
                              6.14.16
                              guido
                              /opt/iobroker
                              Hit:1 https://deb.nodesource.com/node_14.x impish InRelease
                              Hit:2 http://archive.ubuntu.com/ubuntu impish InRelease
                              Get:3 http://archive.ubuntu.com/ubuntu impish-updates InRelease [115 kB]
                              Get:4 http://archive.ubuntu.com/ubuntu impish-security InRelease [110 kB]
                              Fetched 225 kB in 1s (279 kB/s)  
                              Reading package lists... Done
                              Building dependency tree... Done
                              Reading state information... Done
                              All packages are up to date.
                              nodejs:
                                Installed: 14.19.1-deb-1nodesource1
                                Candidate: 14.19.1-deb-1nodesource1
                                Version table:
                               *** 14.19.1-deb-1nodesource1 500
                                      500 https://deb.nodesource.com/node_14.x impish/main amd64 Packages
                                      100 /var/lib/dpkg/status
                                   12.22.5~dfsg-5ubuntu1 500
                                      500 http://archive.ubuntu.com/ubuntu impish/universe amd64 Packages
                              guido@iobroker:/opt/iobroker$
                              
                              Thomas Braun 1 Reply Last reply Reply Quote 0
                              • Thomas Braun
                                Thomas Braun Most Active @joeysch last edited by

                                @joeysch

                                cd /opt/iobroker 
                                npm prune
                                
                                J 1 Reply Last reply Reply Quote 0
                                • J
                                  joeysch @Thomas Braun last edited by

                                  @thomas-braun sagte in ERROR: Process exited with code 25:

                                  npm prune
                                  Hab einen Teil rausgelöscht sonst kann ich es nicht einstellen.

                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.vis-icontwo-0d266445/www'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.admin-9fa75f19/docs'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/echarts-c76558f7/src'
                                  npm WARN tar ENOENT: no such file or directory, open '/opt/iobroker/node_modules/.staging/iobroker.vis-icontwo-0d266445/www/Misc/nothing.png'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.admin-9fa75f19/docs'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.vis-icontwo-0d266445/www'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/echarts-c76558f7/src'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.vis-icontwo-0d266445/www'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.admin-9fa75f19/docs'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/echarts-c76558f7/src'
                                  npm ERR! Error while executing:
                                  npm ERR! /usr/bin/git ls-remote -h -t ssh://git@github.com/Scrounger/ioBroker.vis-materialdesign.git
                                  npm ERR! 
                                  npm ERR! git@github.com: Permission denied (publickey).
                                  npm ERR! fatal: Could not read from remote repository.
                                  npm ERR! 
                                  npm ERR! Please make sure you have the correct access rights
                                  npm ERR! and the repository exists.
                                  npm ERR! 
                                  npm ERR! exited with error code: 128
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.vis-icontwo-0d266445/www'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.admin-9fa75f19/docs'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/echarts-c76558f7/src'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.vis-icontwo-0d266445/www'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.admin-9fa75f19/docs'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/echarts-c76558f7/src'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.vis-icontwo-0d266445/www'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.admin-9fa75f19/docs'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/echarts-c76558f7/src'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.vis-icontwo-0d266445/www'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.admin-9fa75f19/docs'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/echarts-c76558f7/src'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.vis-icontwo-0d266445/www'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.admin-9fa75f19/docs'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/echarts-c76558f7/src'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.vis-icontwo-0d266445/www'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.admin-9fa75f19/docs'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/echarts-c76558f7/src'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.vis-icontwo-0d266445/www'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.admin-9fa75f19/docs'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/echarts-c76558f7/src'
                                  npm WARN tar ENOENT: no such file or directory, open '/opt/iobroker/node_modules/.staging/iobroker.vis-icontwo-0d266445/www/Misc/offline.png'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.admin-9fa75f19/docs'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/echarts-c76558f7/src'
                                  npm WARN tar ENOENT: no such file or directory, open '/opt/iobroker/node_modules/.staging/iobroker.vis-icontwo-0d266445/www/Misc/ok.png'
                                  npm WARN tar ENOENT: no such file or directory, open '/opt/iobroker/node_modules/.staging/iobroker.vis-icontwo-0d266445/www/Misc/on.png'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.admin-9fa75f19/docs'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/echarts-c76558f7/src'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.vis-icontwo-0d266445/www'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.admin-9fa75f19/docs'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/echarts-c76558f7/src'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.vis-icontwo-0d266445/www'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.admin-9fa75f19/docs'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/echarts-c76558f7/src'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.vis-icontwo-0d266445/www'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.admin-9fa75f19/docs'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/echarts-c76558f7/src'
                                  npm WARN tar ENOENT: no such file or directory, open '/opt/iobroker/node_modules/.staging/iobroker.vis-icontwo-0d266445/www/Misc/online.png'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.vis-icontwo-0d266445/www'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.admin-9fa75f19/docs'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/echarts-c76558f7/src'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.vis-icontwo-0d266445/www'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.admin-9fa75f19/admin'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/echarts-c76558f7/src'
                                  npm WARN tar ENOENT: no such file or directory, open '/opt/iobroker/node_modules/.staging/iobroker.vis-icontwo-0d266445/www/Misc/package.png'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.admin-9fa75f19/www-react'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/echarts-c76558f7/src'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.vis-icontwo-0d266445/www'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.admin-9fa75f19/www'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/echarts-c76558f7/src'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.vis-icontwo-0d266445/www'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.admin-9fa75f19/www'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/echarts-c76558f7/src'
                                  npm WARN tar ENOENT: no such file or directory, open '/opt/iobroker/node_modules/.staging/iobroker.vis-icontwo-0d266445/www/Misc/padlock_closed.png'
                                  npm WARN tar ENOENT: no such file or directory, open '/opt/iobroker/node_modules/.staging/iobroker.vis-icontwo-0d266445/www/Misc/padlock_open.png'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.admin-9fa75f19/www'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/echarts-c76558f7/src'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.vis-icontwo-0d266445/www'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.admin-9fa75f19/www'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/echarts-c76558f7/src'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.vis-icontwo-0d266445/www'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.admin-9fa75f19/www'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/echarts-c76558f7/src'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.vis-icontwo-0d266445/www'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.admin-9fa75f19/www'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/echarts-c76558f7/src'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.vis-icontwo-0d266445/www'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/echarts-c76558f7/src'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.vis-icontwo-0d266445/www'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/echarts-c76558f7/src'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.vis-icontwo-0d266445/www'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/echarts-c76558f7/src'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.vis-icontwo-0d266445/www'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.admin-9fa75f19/www-react'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/echarts-c76558f7/src'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.vis-icontwo-0d266445/www'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.admin-9fa75f19/www-react'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/echarts-c76558f7/src'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.vis-icontwo-0d266445/www'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.admin-9fa75f19/www'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/echarts-c76558f7/src'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.vis-icontwo-0d266445/www'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.admin-9fa75f19/www'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/echarts-c76558f7/src'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.vis-icontwo-0d266445/www'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.admin-9fa75f19/www'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/echarts-c76558f7/src'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.vis-icontwo-0d266445/www'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.admin-9fa75f19/www-react'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/echarts-c76558f7/src'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.vis-icontwo-0d266445/www'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.admin-9fa75f19/www'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/echarts-c76558f7/src'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.vis-icontwo-0d266445/www'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.admin-9fa75f19/www'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/echarts-c76558f7/src'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.vis-icontwo-0d266445/www'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.admin-9fa75f19/www'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/echarts-c76558f7/src'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.vis-icontwo-0d266445/www'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.admin-9fa75f19/www'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/echarts-c76558f7/src'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.vis-icontwo-0d266445/www'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.admin-9fa75f19/www'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/echarts-c76558f7/src'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.vis-icontwo-0d266445/www'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.admin-9fa75f19/www-react'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/echarts-c76558f7/src'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.vis-icontwo-0d266445/www'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.admin-9fa75f19/www'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/echarts-c76558f7/src'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.vis-icontwo-0d266445/www'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.admin-9fa75f19/www-react'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/echarts-c76558f7/src'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.vis-icontwo-0d266445/www'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.admin-9fa75f19/www'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/echarts-c76558f7/src'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.vis-icontwo-0d266445/www'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.admin-9fa75f19/www-react'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/echarts-c76558f7/src'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.vis-icontwo-0d266445/www'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.admin-9fa75f19/www'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/echarts-c76558f7/src'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.vis-icontwo-0d266445/www'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.admin-9fa75f19/www-react'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/echarts-c76558f7/src'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.vis-icontwo-0d266445/www'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.admin-9fa75f19/www'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/echarts-c76558f7/src'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.vis-icontwo-0d266445/www'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.admin-9fa75f19/www'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/echarts-c76558f7/src'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.vis-icontwo-0d266445/www'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.admin-9fa75f19/www'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/echarts-c76558f7/src'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.vis-icontwo-0d266445/www'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.admin-9fa75f19/www'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/echarts-c76558f7/src'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.vis-icontwo-0d266445/www'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.admin-9fa75f19/www-react'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/echarts-c76558f7/src'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.vis-icontwo-0d266445/www'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.admin-9fa75f19/www-react'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/echarts-c76558f7/src'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.vis-icontwo-0d266445/www'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.admin-9fa75f19/www-react'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/echarts-c76558f7/src'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.vis-icontwo-0d266445/www'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.admin-9fa75f19/www'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/echarts-c76558f7/src'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.vis-icontwo-0d266445/www'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.admin-9fa75f19/www-react'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/echarts-c76558f7/src'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.vis-icontwo-0d266445/www'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.admin-9fa75f19/www'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/echarts-c76558f7/src'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.vis-icontwo-0d266445/www'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.admin-9fa75f19/www-react'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/echarts-c76558f7/src'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.vis-icontwo-0d266445/www'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.admin-9fa75f19/www-react'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/echarts-c76558f7/src'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.vis-icontwo-0d266445/www'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.admin-9fa75f19/www'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/echarts-c76558f7/src'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.vis-icontwo-0d266445/www'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.admin-9fa75f19/www-react'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/echarts-c76558f7/src'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.vis-icontwo-0d266445/www'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.admin-9fa75f19/www-react'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/echarts-c76558f7/src'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.vis-icontwo-0d266445/www'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.admin-9fa75f19/www-react'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/echarts-c76558f7/src'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.vis-icontwo-0d266445/www'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.admin-9fa75f19/www'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/echarts-c76558f7/src'
                                  npm WARN tar ENOENT: no such file or directory, open '/opt/iobroker/node_modules/.staging/iobroker.vis-icontwo-0d266445/www/Misc/plus.png'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.vis-icontwo-0d266445/www'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.admin-9fa75f19/www-react'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/echarts-c76558f7/src'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.vis-icontwo-0d266445/www'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.admin-9fa75f19/www'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/echarts-c76558f7/src'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.vis-icontwo-0d266445/www'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.admin-9fa75f19/www'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/echarts-c76558f7/src'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.vis-icontwo-0d266445/www'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.admin-9fa75f19/www'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/echarts-c76558f7/src'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.vis-icontwo-0d266445/www'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.admin-9fa75f19/www'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/echarts-c76558f7/src'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.vis-icontwo-0d266445/www'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.admin-9fa75f19/www'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/echarts-c76558f7/src'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.vis-icontwo-0d266445/www'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.admin-9fa75f19/www'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/echarts-c76558f7/src'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.vis-icontwo-0d266445/www'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.admin-9fa75f19/www-react'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/echarts-c76558f7/src'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.vis-icontwo-0d266445/www'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.admin-9fa75f19/www'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/echarts-c76558f7/src'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.vis-icontwo-0d266445/www'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.admin-9fa75f19/www'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/echarts-c76558f7/src'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.vis-icontwo-0d266445/www'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.admin-9fa75f19/www-react'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/echarts-c76558f7/src'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.vis-icontwo-0d266445/www'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.admin-9fa75f19/www-react'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/echarts-c76558f7/src'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.vis-icontwo-0d266445/www'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.admin-9fa75f19/www'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/echarts-c76558f7/src'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.vis-icontwo-0d266445/www'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.admin-9fa75f19/www'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/echarts-c76558f7/src'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.vis-icontwo-0d266445/www'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.admin-9fa75f19/www-react'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/echarts-c76558f7/src'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.vis-icontwo-0d266445/www'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.admin-9fa75f19/www-react'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/echarts-c76558f7/src'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.vis-icontwo-0d266445/www'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.admin-9fa75f19/www'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/echarts-c76558f7/src'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.vis-icontwo-0d266445/www'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.admin-9fa75f19/www'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/echarts-c76558f7/src'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.vis-icontwo-0d266445/www'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.admin-9fa75f19/www-react'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/echarts-c76558f7/src'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.vis-icontwo-0d266445/www'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.admin-9fa75f19/www-react'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/echarts-c76558f7/src'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.vis-icontwo-0d266445/www'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.admin-9fa75f19/www'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/echarts-c76558f7/src'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.vis-icontwo-0d266445/www'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.admin-9fa75f19/www'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/echarts-c76558f7/src'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.vis-icontwo-0d266445/www'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.admin-9fa75f19/www-react'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/echarts-c76558f7/src'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.vis-icontwo-0d266445/www'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.admin-9fa75f19/www-react'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/echarts-c76558f7/src'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.vis-icontwo-0d266445/www'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.admin-9fa75f19/www'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/echarts-c76558f7/src'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.vis-icontwo-0d266445/www'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.admin-9fa75f19/www'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/echarts-c76558f7/src'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.vis-icontwo-0d266445/www'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.admin-9fa75f19/www-react'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/echarts-c76558f7/src'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.vis-icontwo-0d266445/www'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.admin-9fa75f19/www'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/echarts-c76558f7/src'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.vis-icontwo-0d266445/www'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.admin-9fa75f19/www-react'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/echarts-c76558f7/src'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.vis-icontwo-0d266445/www'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.admin-9fa75f19/www-react'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/echarts-c76558f7/src'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.vis-icontwo-0d266445/www'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.admin-9fa75f19/www'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/echarts-c76558f7/src'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.vis-icontwo-0d266445/www'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.admin-9fa75f19/www'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/echarts-c76558f7/src'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.vis-icontwo-0d266445/www'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.admin-9fa75f19/www-react'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/echarts-c76558f7/src'
                                  npm WARN tar ENOENT: no such file or directory, open '/opt/iobroker/node_modules/.staging/iobroker.vis-icontwo-0d266445/www/Misc/reload1.png'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.admin-9fa75f19/www-react'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/echarts-c76558f7/src'
                                  npm WARN tar ENOENT: no such file or directory, open '/opt/iobroker/node_modules/.staging/iobroker.vis-icontwo-0d266445/www/Misc/reload2.png'
                                  npm WARN tar ENOENT: no such file or directory, open '/opt/iobroker/node_modules/.staging/iobroker.vis-icontwo-0d266445/www/Misc/reload3.png'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.admin-9fa75f19/www'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/echarts-c76558f7/src'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.vis-icontwo-0d266445/www'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.admin-9fa75f19/www'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/echarts-c76558f7/src'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.vis-icontwo-0d266445/www'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.admin-9fa75f19/www-react'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/echarts-c76558f7/src'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.vis-icontwo-0d266445/www'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.admin-9fa75f19/www'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/echarts-c76558f7/src'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.vis-icontwo-0d266445/www'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/echarts-c76558f7/src'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.admin-9fa75f19/www-react'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.vis-icontwo-0d266445/www'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/echarts-c76558f7/src'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.admin-9fa75f19/www'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.vis-icontwo-0d266445/www'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/echarts-c76558f7/src'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.admin-9fa75f19/www-react'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.vis-icontwo-0d266445/www'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/echarts-c76558f7/src'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.admin-9fa75f19/www'
                                  npm WARN tar ENOENT: no such file or directory, open '/opt/iobroker/node_modules/.staging/iobroker.vis-icontwo-0d266445/www/Misc/rgb.png'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.vis-icontwo-0d266445/www'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/echarts-c76558f7/src'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.admin-9fa75f19/www-react'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.vis-icontwo-0d266445/www'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/echarts-c76558f7/src'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.admin-9fa75f19/www-react'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.vis-icontwo-0d266445/www'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/echarts-c76558f7/src'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.admin-9fa75f19/www'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.vis-icontwo-0d266445/www'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/echarts-c76558f7/src'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.admin-9fa75f19/www'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.vis-icontwo-0d266445/www'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/echarts-c76558f7/src'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.admin-9fa75f19/www-react'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.vis-icontwo-0d266445/www'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/echarts-c76558f7/src'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.admin-9fa75f19/www-react'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.vis-icontwo-0d266445/www'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/echarts-c76558f7/src'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.admin-9fa75f19/www'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.vis-icontwo-0d266445/www'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/echarts-c76558f7/src'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.admin-9fa75f19/www'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.vis-icontwo-0d266445/www'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/echarts-c76558f7/src'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.admin-9fa75f19/www'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.vis-icontwo-0d266445/www'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/echarts-c76558f7/src'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.admin-9fa75f19/www'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.vis-icontwo-0d266445/www'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/echarts-c76558f7/src'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.admin-9fa75f19/www'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.vis-icontwo-0d266445/www'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/echarts-c76558f7/src'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.admin-9fa75f19/www'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.vis-icontwo-0d266445/www'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/echarts-c76558f7/src'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.admin-9fa75f19/www'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.vis-icontwo-0d266445/www'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/echarts-c76558f7/src'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.admin-9fa75f19/www'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.vis-icontwo-0d266445/www'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/echarts-c76558f7/src'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.admin-9fa75f19/www'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.vis-icontwo-0d266445/www'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/echarts-c76558f7/src'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.admin-9fa75f19/www'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.vis-icontwo-0d266445/www'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/echarts-c76558f7/src'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.admin-9fa75f19/www'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.vis-icontwo-0d266445/www'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/echarts-c76558f7/src'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.admin-9fa75f19/www'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.vis-icontwo-0d266445/www'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/echarts-c76558f7/src'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.admin-9fa75f19/www-react'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.vis-icontwo-0d266445/www'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/echarts-c76558f7/src'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.admin-9fa75f19/www-react'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.vis-icontwo-0d266445/www'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/echarts-c76558f7/src'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.admin-9fa75f19/www-react'
                                  npm WARN tar ENOENT: no such file or directory, open '/opt/iobroker/node_modules/.staging/iobroker.vis-icontwo-0d266445/www/Misc/search.png'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/echarts-c76558f7/src'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.admin-9fa75f19/www-react'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.vis-icontwo-0d266445/www'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/echarts-c76558f7/src'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.admin-9fa75f19/www-react'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.vis-icontwo-0d266445/www'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/echarts-c76558f7/src'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.admin-9fa75f19/www-react'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.vis-icontwo-0d266445/www'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/echarts-c76558f7/src'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.admin-9fa75f19/www-react'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.vis-icontwo-0d266445/www'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/echarts-c76558f7/src'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.admin-9fa75f19/www-react'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.vis-icontwo-0d266445/www'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/echarts-c76558f7/src'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.admin-9fa75f19/www-react'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.vis-icontwo-0d266445/www'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/echarts-c76558f7/src'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.admin-9fa75f19/www-react'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.vis-icontwo-0d266445/www'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/echarts-c76558f7/src'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.admin-9fa75f19/www-react'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.vis-icontwo-0d266445/www'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/echarts-c76558f7/src'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.admin-9fa75f19/www-react'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.vis-icontwo-0d266445/www'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/echarts-c76558f7/src'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.admin-9fa75f19/www-react'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.vis-icontwo-0d266445/www'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/echarts-c76558f7/src'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.admin-9fa75f19/www-react'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.vis-icontwo-0d266445/www'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/echarts-c76558f7/src'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.admin-9fa75f19/www-react'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.vis-icontwo-0d266445/www'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/echarts-c76558f7/src'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.admin-9fa75f19/www'
                                  npm WARN tar ENOENT: no such file or directory, open '/opt/iobroker/node_modules/.staging/iobroker.vis-icontwo-0d266445/www/Misc/settings.png'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/echarts-c76558f7/src'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.admin-9fa75f19/www-react'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.vis-icontwo-0d266445/www'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/echarts-c76558f7/src'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.admin-9fa75f19/www-react'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.vis-icontwo-0d266445/www'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/echarts-c76558f7/src'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.admin-9fa75f19/www-react'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.vis-icontwo-0d266445/www'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/echarts-c76558f7/src'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.admin-9fa75f19/www-react'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.vis-icontwo-0d266445/www'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/echarts-c76558f7/src'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.admin-9fa75f19/www-react'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.vis-icontwo-0d266445/www'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/echarts-c76558f7/src'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.admin-9fa75f19/www-react'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.vis-icontwo-0d266445/www'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/echarts-c76558f7/src'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.admin-9fa75f19/www-react'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.vis-icontwo-0d266445/www'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/echarts-c76558f7/src'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.admin-9fa75f19/www-react'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.vis-icontwo-0d266445/www'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/echarts-c76558f7/src'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.admin-9fa75f19/www-react'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.vis-icontwo-0d266445/www'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/echarts-c76558f7/src'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.admin-9fa75f19/www-react'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.vis-icontwo-0d266445/www'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/echarts-c76558f7/src'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.admin-9fa75f19/www-react'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.vis-icontwo-0d266445/www'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/echarts-c76558f7/src'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.admin-9fa75f19/www-react'
                                  npm WARN tar ENOENT: no such file or directory, open '/opt/iobroker/node_modules/.staging/iobroker.vis-icontwo-0d266445/www/Misc/shutdown.png'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/echarts-c76558f7/src'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.admin-9fa75f19/www-react'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.vis-icontwo-0d266445/www'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/echarts-c76558f7/src'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.admin-9fa75f19/www-react'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.vis-icontwo-0d266445/www'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/echarts-c76558f7/src'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.admin-9fa75f19/www-react'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.vis-icontwo-0d266445/www'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/echarts-c76558f7/src'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.admin-9fa75f19/www-react'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.vis-icontwo-0d266445/www'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/echarts-c76558f7/src'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.admin-9fa75f19/www-react'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.vis-icontwo-0d266445/www'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/echarts-c76558f7/src'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.admin-9fa75f19/www-react'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.vis-icontwo-0d266445/www'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/echarts-c76558f7/src'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.admin-9fa75f19/www-react'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.vis-icontwo-0d266445/www'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/echarts-c76558f7/src'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.admin-9fa75f19/www-react'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.vis-icontwo-0d266445/www'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/echarts-c76558f7/src'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.admin-9fa75f19/www-react'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.vis-icontwo-0d266445/www'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/echarts-c76558f7/src'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.admin-9fa75f19/www-react'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.vis-icontwo-0d266445/www'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/echarts-c76558f7/src'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.admin-9fa75f19/www-react'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.vis-icontwo-0d266445/www'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/echarts-c76558f7/src'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.admin-9fa75f19/www-react'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.vis-icontwo-0d266445/www'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/echarts-c76558f7/src'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.admin-9fa75f19/www-react'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.vis-icontwo-0d266445/www'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/echarts-c76558f7/src'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.admin-9fa75f19/www-react'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.vis-icontwo-0d266445/www'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/echarts-c76558f7/src'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.admin-9fa75f19/www-react'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.vis-icontwo-0d266445/www'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/echarts-c76558f7/src'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.admin-9fa75f19/www-react'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.vis-icontwo-0d266445/www'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/echarts-c76558f7/src'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.admin-9fa75f19/www-react'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.vis-icontwo-0d266445/www'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/echarts-c76558f7/src'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.admin-9fa75f19/www-react'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.vis-icontwo-0d266445/www'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/echarts-c76558f7/src'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.admin-9fa75f19/www-react'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.vis-icontwo-0d266445/www'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/echarts-c76558f7/src'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.admin-9fa75f19/www-react'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.vis-icontwo-0d266445/www'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/echarts-c76558f7/src'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.admin-9fa75f19/www-react'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.vis-icontwo-0d266445/www'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/echarts-c76558f7/src'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.admin-9fa75f19/www'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.vis-icontwo-0d266445/www'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/echarts-c76558f7/src'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.admin-9fa75f19/www-react'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.vis-icontwo-0d266445/www'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/echarts-c76558f7/src'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.admin-9fa75f19/www-react'
                                  npm WARN tar ENOENT: no such file or directory, open '/opt/iobroker/node_modules/.staging/iobroker.vis-icontwo-0d266445/www/Misc/sleep_no.png'
                                  npm WARN tar ENOENT: no such file or directory, open '/opt/iobroker/node_modules/.staging/iobroker.vis-icontwo-0d266445/www/Misc/sleep_yes.png'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/echarts-c76558f7/src'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.admin-9fa75f19/www-react'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.vis-icontwo-0d266445/www'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/echarts-c76558f7/src'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.admin-9fa75f19/www-react'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.vis-icontwo-0d266445/www'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/echarts-c76558f7/src'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.admin-9fa75f19/www-react'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.vis-icontwo-0d266445/www'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/echarts-c76558f7/src'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.admin-9fa75f19/www-react'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.vis-icontwo-0d266445/www'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/echarts-c76558f7/src'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.admin-9fa75f19/www-react'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.vis-icontwo-0d266445/www'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/echarts-c76558f7/src'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.admin-9fa75f19/www-react'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.vis-icontwo-0d266445/www'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/echarts-c76558f7/src'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.admin-9fa75f19/www-react'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.vis-icontwo-0d266445/www'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/echarts-c76558f7/src'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.admin-9fa75f19/www-react'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.vis-icontwo-0d266445/www'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/echarts-c76558f7/src'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.admin-9fa75f19/www-react'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.vis-icontwo-0d266445/www'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/echarts-c76558f7/src'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.admin-9fa75f19/www-react'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.vis-icontwo-0d266445/www'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/echarts-c76558f7/src'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.admin-9fa75f19/www-react'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.vis-icontwo-0d266445/www'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/echarts-c76558f7/src'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.admin-9fa75f19/www'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.vis-icontwo-0d266445/www'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/echarts-c76558f7/src'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.admin-9fa75f19/www-react'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.vis-icontwo-0d266445/www'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/echarts-c76558f7/src'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.admin-9fa75f19/www-react'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.vis-icontwo-0d266445/www'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/echarts-c76558f7/src'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.admin-9fa75f19/www-react'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.vis-icontwo-0d266445/www'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/echarts-c76558f7/src'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.admin-9fa75f19/www'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.vis-icontwo-0d266445/www'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/echarts-c76558f7/src'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.admin-9fa75f19/www-react'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.vis-icontwo-0d266445/www'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/echarts-c76558f7/src'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.admin-9fa75f19/www-react'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.vis-icontwo-0d266445/www'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/echarts-c76558f7/theme'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.admin-9fa75f19/www-react'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.vis-icontwo-0d266445/www'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/echarts-c76558f7/theme'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.admin-9fa75f19/www-react'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.vis-icontwo-
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.vis-icontwo-0d266445/www'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.vis-icontwo-0d266445/www'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.vis-icontwo-0d266445/www'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.vis-icontwo-0d266445/www'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.vis-icontwo-0d266445/www'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.vis-icontwo-0d266445/www'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.vis-icontwo-0d266445/www'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.vis-icontwo-0d266445/www'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.vis-icontwo-0d266445/www'
                                  
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.vis-icontwo-0d266445/www'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.vis-icontwo-0d266445/www'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.vis-icontwo-0d266445/www'
                                  npm WARN tar ENOENT: no such file or directory, lstat '/opt/iobroker/node_modules/.staging/iobroker.vis-icontwo-0d266445/lib'
                                  npm WARN tar ENOENT: no such file or directory, open '/opt/iobroker/node_modules/.staging/iobroker.vis-icontwo-0d266445/admin/admin.d.ts'
                                  
                                  npm ERR! A complete log of this run can be found in:
                                  npm ERR!     /home/iobroker/.npm/_logs/2022-04-29T13_39_27_537Z-debug.log
                                  guido@iobroker:/opt/iobroker$
                                  
                                  Thomas Braun 1 Reply Last reply Reply Quote 0
                                  • Thomas Braun
                                    Thomas Braun Most Active @joeysch last edited by

                                    @joeysch sagte in ERROR: Process exited with code 25:

                                    /opt/iobroker/node_modules/.staging/

                                    Wo kommt denn das Verzeichnis her? Hab ich auf meinem System nicht.
                                    Mal irgendwann/irgendwie mit Versionen aus git herumgespielt?

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

                                      @thomas-braun
                                      Nein, die gesamte Installation ist noch nicht so alt. Der Ärger fing glaube ich nach dem Update des Admin-Adapters an.

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

                                        @joeysch

                                        Zeig doch mal

                                        iobroker repo list
                                        iobroker update -i
                                        
                                        J 1 Reply Last reply Reply Quote 0
                                        • J
                                          joeysch @Thomas Braun last edited by

                                          @thomas-braun

                                          guido@iobroker:/opt/iobroker$ iobroker repo list
                                          stable        : http://download.iobroker.net/sources-dist.json
                                          
                                          Active repo(s): stable
                                          guido@iobroker:/opt/iobroker$ iobroker update -i
                                          Used repository: stable
                                          Adapter    "admin"        : 5.3.8    , installed 5.3.8
                                          Adapter    "backitup"     : 2.4.6    , installed 2.4.6
                                          Adapter    "bring"        : 1.7.13   , installed 1.7.13
                                          Adapter    "chromecast"   : 2.3.1    , installed 2.3.1
                                          Adapter    "daswetter"    : 3.1.2    , installed 3.0.9  [Updatable]
                                          Adapter    "denon"        : 1.13.3   , installed 1.13.3
                                          Adapter    "devices"      : 1.0.10   , installed 1.0.10
                                          Adapter    "discovery"    : 3.0.3    , installed 2.8.0  [Updatable]
                                          Adapter    "fullybrowser" : 2.1.1    , installed 2.1.1
                                          Adapter    "heos"         : 1.9.1    , installed 1.9.1
                                          Adapter    "homeconnect"  : 1.0.1    , installed 1.0.1
                                          Adapter    "ical"         : 1.12.1   , installed 1.12.1
                                          Adapter    "icons-mfd-svg": 1.1.0    , installed 1.0.2  [Updatable]
                                          Adapter    "influxdb"     : 2.6.3    , installed 2.6.3
                                          Adapter    "info"         : 1.9.18   , installed 1.9.18
                                          Adapter    "iot"          : 1.11.4   , installed 1.11.4
                                          Adapter    "javascript"   : 5.2.21   , installed 5.2.21
                                          Controller "js-controller": 4.0.23   , installed 4.0.21 [Updatable]
                                          Adapter    "lgtv"         : 1.1.10   , installed 1.1.10
                                          Adapter    "material"     : 1.1.2    , installed 1.1.2
                                          Adapter    "melcloud"     : 1.1.6    , installed 1.1.6
                                          Adapter    "node-red"     : 3.2.0    , installed 3.2.0
                                          Adapter    "simple-api"   : 2.6.4    , installed 2.6.3  [Updatable]
                                          Adapter    "socketio"     : 4.2.0    , installed 4.1.4  [Updatable]
                                          Adapter    "sonoff"       : 2.5.0    , installed 2.4.7  [Updatable]
                                          Adapter    "tankerkoenig" : 2.1.1    , installed 2.1.1
                                          Adapter    "telegram"     : 1.12.2   , installed 1.11.1 [Updatable]
                                          Adapter    "tr-064"       : 4.2.16   , installed 4.2.15 [Updatable]
                                          Adapter    "trashschedule": 1.4.5    , installed 1.4.1  [Updatable]
                                          Adapter    "vis"          : 1.4.15   , installed 1.4.5  [Updatable]
                                          Adapter    "vis-hqwidgets": 1.2.0    , installed 1.1.9  [Updatable]
                                          Adapter    "vis-icontwo"  : 0.87.0   , installed 0.87.0
                                          Adapter    "vis-inventwo" : 3.3.1    , installed 3.3.1
                                          Adapter    "vis-jqui-mfd" : 1.0.12   , installed 1.0.12
                                          Adapter    "vis-metro"    : 1.2.0    , installed 1.2.0
                                          Adapter    "vis-players"  : 0.1.6    , installed 0.1.6
                                          Adapter    "vis-timeandweather": 1.1.7, installed 1.1.7
                                          Adapter    "web"          : 4.2.3    , installed 4.2.0  [Updatable]
                                          Adapter    "ws"           : 1.2.0    , installed 1.2.0
                                          Adapter    "zigbee"       : 1.6.16   , installed 1.6.16
                                          guido@iobroker:/opt/iobroker$
                                          
                                          Thomas Braun 2 Replies Last reply Reply Quote 0
                                          • Thomas Braun
                                            Thomas Braun Most Active @joeysch last edited by

                                            @joeysch sagte in ERROR: Process exited with code 25:

                                            daswetter

                                            Versuch mal einzeln:

                                            iobroker upgrade daswetter
                                            
                                            1 Reply Last reply Reply Quote 0
                                            • First post
                                              Last post

                                            Support us

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

                                            924
                                            Online

                                            31.9k
                                            Users

                                            80.2k
                                            Topics

                                            1.3m
                                            Posts

                                            error update
                                            11
                                            147
                                            32822
                                            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