Weiter zum Inhalt
  • Home
  • Aktuell
  • Tags
  • 0 Ungelesen 0
  • Kategorien
  • Unreplied
  • Beliebt
  • GitHub
  • Docu
  • Hilfe
Skins
  • Hell
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dunkel
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

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

Community Forum

donate donate
  1. ioBroker Community Home
  2. Deutsch
  3. Visualisierung
  4. VIS - No Connection

NEWS

  • Monatsrückblick Januar/Februar 2026 ist online!
    BluefoxB
    Bluefox
    18
    1
    705

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

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

VIS - No Connection

Geplant Angeheftet Gesperrt Verschoben Visualisierung
vis
185 Beiträge 10 Kommentatoren 18.7k Aufrufe 10 Beobachtet
  • Älteste zuerst
  • Neuste zuerst
  • Meiste Stimmen
Antworten
  • In einem neuen Thema antworten
Anmelden zum Antworten
Dieses Thema wurde gelöscht. Nur Nutzer mit entsprechenden Rechten können es sehen.
  • P Pahan

    Hallo liebe Community,

    ihr habt mir kürzlich sehr geholfen und ich hatte meinen iobroker zum Laufen gebracht, leider hielt das nicht lange....

    Aktuell läuft wieder nichts, weder VIS noch die Admin Instanz ist erreichbar. Wenn ich per Shell "iobroker stop" ausführe, um diesen danach zu "fixen", dann springt der Kursor sofort nach der Eingabe in die nächste Zeile, so als ob er nichts ausgeführt hat. Nach dem Befehl "iobroker fix" passiert genau das gleiche.

    Könnten wir uns bitte zusammen auf Fehlersuche begeben?

    Der Befehl:

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

    liefert folgendes:

    pi@raspberrypi:/opt/iobroker $ which nodejs node npm && nodejs -v && node -v && npm -v && whoami && pwd && sudo apt update &> /dev/null && sudo apt update && apt policy nodejs
    /usr/bin/nodejs
    /usr/bin/node
    /usr/bin/npm
    v14.19.0
    v14.19.0
    6.14.16
    pi
    /opt/iobroker
    Hit:1 http://raspbian.raspberrypi.org/raspbian bullseye InRelease
    Hit:2 http://archive.raspberrypi.org/debian bullseye InRelease
    Hit:3 https://packages.grafana.com/oss/deb stable InRelease
    Hit:4 https://deb.nodesource.com/node_14.x bullseye InRelease
    Hit:5 https://repos.influxdata.com/debian bullseye InRelease
    Reading package lists... Done
    Building dependency tree... Done
    Reading state information... Done
    226 packages can be upgraded. Run 'apt list --upgradable' to see them.
    nodejs:
      Installed: 14.19.0-deb-1nodesource1
      Candidate: 14.20.0-deb-1nodesource1
      Version table:
         14.20.0-deb-1nodesource1 500
            500 https://deb.nodesource.com/node_14.x bullseye/main armhf Packages
     *** 14.19.0-deb-1nodesource1 100
            100 /var/lib/dpkg/status
         12.22.12~dfsg-1~deb11u1 500
            500 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf Packages
    

    Das blöde ist, dass ich seit dem letzten Fix rein gar nix gemacht hatte. Ich vermute, das Problem kommt daher, weil der Speicher voll gelaufen ist und dadurch nichts mehr ging. Eine 17GB log-Datei habe ich bereits gelöscht

    Thomas BraunT Online
    Thomas BraunT Online
    Thomas Braun
    Most Active
    schrieb am zuletzt editiert von
    #62

    @pahan sagte in VIS - No Connection:

    dann springt der Kursor sofort nach der Eingabe in die nächste Zeile, so als ob er nichts ausgeführt hat.

    Das ist 'linuxisch' für 'alles okay, Befehl ausgeführt'. Fehler werden zurückgemeldet.

    Linux-Werkzeugkasten:
    https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
    NodeJS Fixer Skript:
    https://forum.iobroker.net/topic/68035/iob-node-fix-skript
    iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

    P 1 Antwort Letzte Antwort
    0
    • P Pahan

      Hallo liebe Community,

      ihr habt mir kürzlich sehr geholfen und ich hatte meinen iobroker zum Laufen gebracht, leider hielt das nicht lange....

      Aktuell läuft wieder nichts, weder VIS noch die Admin Instanz ist erreichbar. Wenn ich per Shell "iobroker stop" ausführe, um diesen danach zu "fixen", dann springt der Kursor sofort nach der Eingabe in die nächste Zeile, so als ob er nichts ausgeführt hat. Nach dem Befehl "iobroker fix" passiert genau das gleiche.

      Könnten wir uns bitte zusammen auf Fehlersuche begeben?

      Der Befehl:

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

      liefert folgendes:

      pi@raspberrypi:/opt/iobroker $ which nodejs node npm && nodejs -v && node -v && npm -v && whoami && pwd && sudo apt update &> /dev/null && sudo apt update && apt policy nodejs
      /usr/bin/nodejs
      /usr/bin/node
      /usr/bin/npm
      v14.19.0
      v14.19.0
      6.14.16
      pi
      /opt/iobroker
      Hit:1 http://raspbian.raspberrypi.org/raspbian bullseye InRelease
      Hit:2 http://archive.raspberrypi.org/debian bullseye InRelease
      Hit:3 https://packages.grafana.com/oss/deb stable InRelease
      Hit:4 https://deb.nodesource.com/node_14.x bullseye InRelease
      Hit:5 https://repos.influxdata.com/debian bullseye InRelease
      Reading package lists... Done
      Building dependency tree... Done
      Reading state information... Done
      226 packages can be upgraded. Run 'apt list --upgradable' to see them.
      nodejs:
        Installed: 14.19.0-deb-1nodesource1
        Candidate: 14.20.0-deb-1nodesource1
        Version table:
           14.20.0-deb-1nodesource1 500
              500 https://deb.nodesource.com/node_14.x bullseye/main armhf Packages
       *** 14.19.0-deb-1nodesource1 100
              100 /var/lib/dpkg/status
           12.22.12~dfsg-1~deb11u1 500
              500 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf Packages
      

      Das blöde ist, dass ich seit dem letzten Fix rein gar nix gemacht hatte. Ich vermute, das Problem kommt daher, weil der Speicher voll gelaufen ist und dadurch nichts mehr ging. Eine 17GB log-Datei habe ich bereits gelöscht

      Thomas BraunT Online
      Thomas BraunT Online
      Thomas Braun
      Most Active
      schrieb am zuletzt editiert von
      #63

      @pahan sagte in VIS - No Connection:

      226 packages can be upgraded. Run 'apt list --upgradable' to see them.

      Das sind schon mal 226 Fehler, die per Update zu bereinigen sind:

      iob stop
      sudo apt update
      sudo apt full-upgrade
      sudo reboot
      

      Linux-Werkzeugkasten:
      https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
      NodeJS Fixer Skript:
      https://forum.iobroker.net/topic/68035/iob-node-fix-skript
      iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

      1 Antwort Letzte Antwort
      0
      • Thomas BraunT Thomas Braun

        @pahan sagte in VIS - No Connection:

        dann springt der Kursor sofort nach der Eingabe in die nächste Zeile, so als ob er nichts ausgeführt hat.

        Das ist 'linuxisch' für 'alles okay, Befehl ausgeführt'. Fehler werden zurückgemeldet.

        P Offline
        P Offline
        Pahan
        schrieb am zuletzt editiert von
        #64

        @thomas-braun sagte in VIS - No Connection:

        Das ist 'linuxisch' für 'alles okay, Befehl ausgeführt'. Fehler werden zurückgemeldet.

        Das ist schon klar, aber es passiert sofort, früher hatte er zumindest mal eine halbe Sekunde gedauert.
        Nach dem "iobroker fix" passiert exakt das Gleiche, nämlich nichts

        Thomas BraunT 1 Antwort Letzte Antwort
        0
        • P Pahan

          @thomas-braun sagte in VIS - No Connection:

          Das ist 'linuxisch' für 'alles okay, Befehl ausgeführt'. Fehler werden zurückgemeldet.

          Das ist schon klar, aber es passiert sofort, früher hatte er zumindest mal eine halbe Sekunde gedauert.
          Nach dem "iobroker fix" passiert exakt das Gleiche, nämlich nichts

          Thomas BraunT Online
          Thomas BraunT Online
          Thomas Braun
          Most Active
          schrieb am zuletzt editiert von
          #65

          @pahan

          Erst die anderen Hausaufgaben...

          Linux-Werkzeugkasten:
          https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
          NodeJS Fixer Skript:
          https://forum.iobroker.net/topic/68035/iob-node-fix-skript
          iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

          P 1 Antwort Letzte Antwort
          0
          • Thomas BraunT Thomas Braun

            @pahan

            Erst die anderen Hausaufgaben...

            P Offline
            P Offline
            Pahan
            schrieb am zuletzt editiert von
            #66

            @thomas-braun sagte in VIS - No Connection:

            Erst die anderen Hausaufgaben...

            alles klar, gerne.
            Bin dabei...melde mich gleich zurück

            Thomas BraunT 1 Antwort Letzte Antwort
            0
            • P Pahan

              @thomas-braun sagte in VIS - No Connection:

              Erst die anderen Hausaufgaben...

              alles klar, gerne.
              Bin dabei...melde mich gleich zurück

              Thomas BraunT Online
              Thomas BraunT Online
              Thomas Braun
              Most Active
              schrieb am zuletzt editiert von
              #67

              @pahan

              Das System auf Stand halten darfst du dann künftig eigenständig und vor allen Dingen regelmäßig!! selber machen.

              Linux-Werkzeugkasten:
              https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
              NodeJS Fixer Skript:
              https://forum.iobroker.net/topic/68035/iob-node-fix-skript
              iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

              P 1 Antwort Letzte Antwort
              0
              • Thomas BraunT Thomas Braun

                @pahan

                Das System auf Stand halten darfst du dann künftig eigenständig und vor allen Dingen regelmäßig!! selber machen.

                P Offline
                P Offline
                Pahan
                schrieb am zuletzt editiert von
                #68

                @thomas-braun sagte in VIS - No Connection:

                @pahan

                Das System auf Stand halten darfst du dann künftig eigenständig und vor allen Dingen regelmäßig!! selber machen.

                also quasi das mit dem "full-upgrade" ?
                Wie oft sollte man soetwas machen ? 1x Woche ?

                Generell bin ich davon keinesfalls abgeneigt, ganz klar !

                Wenn wir meinen iobroker dieses mal nochmal zum Laufen bringen, hätte ich noch gerne verstanden, wie eine Log-Datei 17GB groß werden kann und vor allem, wie man das verhindern kann.

                Thomas BraunT 1 Antwort Letzte Antwort
                0
                • P Pahan

                  @thomas-braun sagte in VIS - No Connection:

                  @pahan

                  Das System auf Stand halten darfst du dann künftig eigenständig und vor allen Dingen regelmäßig!! selber machen.

                  also quasi das mit dem "full-upgrade" ?
                  Wie oft sollte man soetwas machen ? 1x Woche ?

                  Generell bin ich davon keinesfalls abgeneigt, ganz klar !

                  Wenn wir meinen iobroker dieses mal nochmal zum Laufen bringen, hätte ich noch gerne verstanden, wie eine Log-Datei 17GB groß werden kann und vor allem, wie man das verhindern kann.

                  Thomas BraunT Online
                  Thomas BraunT Online
                  Thomas Braun
                  Most Active
                  schrieb am zuletzt editiert von
                  #69

                  @pahan sagte in VIS - No Connection:

                  also quasi das mit dem "full-upgrade" ?
                  Wie oft sollte man soetwas machen ? 1x Woche ?

                  Ja.

                  Wenn wir meinen iobroker dieses mal nochmal zum Laufen bringen, hätte ich noch gerne verstanden, wie eine Log-Datei 17GB groß werden kann und vor allem, wie man das verhindern kann.

                  Das hängt davon ab, welche es ist und was drin steht. In einem 'runden' System sollte wenig Anlass dazu sein, das log files so hochfrequent befüllt werden müssten.

                  Linux-Werkzeugkasten:
                  https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                  NodeJS Fixer Skript:
                  https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                  iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                  P 1 Antwort Letzte Antwort
                  0
                  • Thomas BraunT Thomas Braun

                    @pahan sagte in VIS - No Connection:

                    also quasi das mit dem "full-upgrade" ?
                    Wie oft sollte man soetwas machen ? 1x Woche ?

                    Ja.

                    Wenn wir meinen iobroker dieses mal nochmal zum Laufen bringen, hätte ich noch gerne verstanden, wie eine Log-Datei 17GB groß werden kann und vor allem, wie man das verhindern kann.

                    Das hängt davon ab, welche es ist und was drin steht. In einem 'runden' System sollte wenig Anlass dazu sein, das log files so hochfrequent befüllt werden müssten.

                    P Offline
                    P Offline
                    Pahan
                    schrieb am zuletzt editiert von
                    #70

                    @thomas-braun

                    Ok, das Upgrade werkelt langsam vor sich hin.
                    Was wären meine nächsten Aktionen nach dem Reboot?
                    Soll ich gleich versuchen, den iobroker direkt zu starten ? Oder vorher noch was anderes erledigen?

                    Thomas BraunT 1 Antwort Letzte Antwort
                    0
                    • P Pahan

                      @thomas-braun

                      Ok, das Upgrade werkelt langsam vor sich hin.
                      Was wären meine nächsten Aktionen nach dem Reboot?
                      Soll ich gleich versuchen, den iobroker direkt zu starten ? Oder vorher noch was anderes erledigen?

                      Thomas BraunT Online
                      Thomas BraunT Online
                      Thomas Braun
                      Most Active
                      schrieb am zuletzt editiert von
                      #71

                      @pahan sagte in VIS - No Connection:

                      Soll ich gleich versuchen, den iobroker direkt zu starten ?

                      Der startet eh von alleine. Jedenfalls im Normalfall.

                      cd /opt/iobroker
                      npm ls
                      

                      anschauen.

                      Linux-Werkzeugkasten:
                      https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                      NodeJS Fixer Skript:
                      https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                      iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                      P 1 Antwort Letzte Antwort
                      0
                      • Thomas BraunT Thomas Braun

                        @pahan sagte in VIS - No Connection:

                        Soll ich gleich versuchen, den iobroker direkt zu starten ?

                        Der startet eh von alleine. Jedenfalls im Normalfall.

                        cd /opt/iobroker
                        npm ls
                        

                        anschauen.

                        P Offline
                        P Offline
                        Pahan
                        schrieb am zuletzt editiert von
                        #72

                        @thomas-braun sagte in VIS - No Connection:

                        @pahan sagte in VIS - No Connection:

                        Soll ich gleich versuchen, den iobroker direkt zu starten ?

                        Der startet eh von alleine. Jedenfalls im Normalfall.

                        cd /opt/iobroker
                        npm ls
                        

                        anschauen.

                        liefert folgendes, wobei ich den Anfang abgeschnitten hatte, da der "Payload" sonst zu lange wird und nicht durchgeht

                        
                        ├─┬ iobroker.synology@2.1.7
                        │ ├─┬ @iobroker/adapter-core@2.6.0
                        │ │ └─┬ @types/iobroker@4.0.3
                        │ │   └── @types/node@17.0.13 deduped
                        │ ├── moment@2.29.1 deduped
                        │ ├─┬ simple-ssh@1.1.0
                        │ │ ├─┬ ssh2@1.10.0
                        │ │ │ ├── asn1@0.2.6 deduped
                        │ │ │ ├─┬ bcrypt-pbkdf@1.0.2
                        │ │ │ │ └── tweetnacl@0.14.5 deduped
                        │ │ │ ├─┬ cpu-features@0.0.4
                        │ │ │ │ ├── buildcheck@0.0.3
                        │ │ │ │ └── nan@2.15.0 deduped
                        │ │ │ └── nan@2.15.0 deduped
                        │ │ └── xtend@4.0.2 deduped
                        │ └─┬ syno@3.0.0 (git+https://github.com/MeisterTR/syno.git#0104a973d33fe332aa6b1ab5be7fe8c57d3c68b0)
                        │   ├── commander@4.1.1
                        │   ├─┬ js-yaml@3.14.1
                        │   │ ├─┬ argparse@1.0.10
                        │   │ │ └── sprintf-js@1.0.3
                        │   │ └── esprima@4.0.1 deduped
                        │   ├── lodash@4.17.21 deduped
                        │   ├── minimist@0.2.1
                        │   ├─┬ nconf@0.10.0
                        │   │ ├── async@1.5.2
                        │   │ ├── ini@1.3.8
                        │   │ ├── secure-keys@1.0.0
                        │   │ └─┬ yargs@3.32.0
                        │   │   ├── camelcase@2.1.1
                        │   │   ├─┬ cliui@3.2.0
                        │   │   │ ├── string-width@1.0.2 deduped
                        │   │   │ ├── strip-ansi@3.0.1 deduped
                        │   │   │ └─┬ wrap-ansi@2.1.0
                        │   │   │   ├── string-width@1.0.2 deduped
                        │   │   │   └── strip-ansi@3.0.1 deduped
                        │   │   ├── decamelize@1.2.0
                        │   │   ├─┬ os-locale@1.4.0
                        │   │   │ └─┬ lcid@1.0.0
                        │   │   │   └── invert-kv@1.0.0
                        │   │   ├─┬ string-width@1.0.2
                        │   │   │ ├── code-point-at@1.1.0
                        │   │   │ ├─┬ is-fullwidth-code-point@1.0.0
                        │   │   │ │ └── number-is-nan@1.0.1
                        │   │   │ └── strip-ansi@3.0.1 deduped
                        │   │   ├── window-size@0.1.4
                        │   │   └── y18n@3.2.2
                        │   ├── ospath@1.2.2
                        │   ├─┬ otplib@11.0.1
                        │   │ └── thirty-two@1.0.2
                        │   ├── pluralize@8.0.0
                        │   └── request@2.88.2 deduped
                        ├─┬ iobroker.tankerkoenig@2.1.1
                        │ ├── @iobroker/adapter-core@2.5.1 deduped
                        │ ├── request@2.88.2 deduped
                        │ └── xml2js@0.4.23 deduped
                        ├─┬ iobroker.tr-064@4.2.16
                        │ ├─┬ @iobroker/adapter-core@2.6.0
                        │ │ └─┬ @types/iobroker@4.0.2
                        │ │   └── @types/node@17.0.13 deduped
                        │ ├── mdns-discovery@0.2.6 deduped
                        │ ├─┬ tr-O64@0.2.4
                        │ │ ├── async@2.6.3 deduped
                        │ │ ├── eyes@0.1.8
                        │ │ ├── request@2.88.2 deduped
                        │ │ └── xml2js@0.4.23 deduped
                        │ └── xml2js@0.4.23 deduped
                        ├─┬ iobroker.trashschedule@1.4.5
                        │ └─┬ @iobroker/adapter-core@2.6.0
                        │   └─┬ @types/iobroker@4.0.2
                        │     └── @types/node@17.0.13 deduped
                        ├─┬ iobroker.upnp@1.0.21
                        │ ├── @iobroker/adapter-core@2.5.1 deduped
                        │ ├── ip@1.1.5
                        │ ├── node-schedule@2.1.0 deduped
                        │ ├── node-ssdp@4.0.1 deduped
                        │ ├─┬ parsexmlresponse@0.0.5
                        │ │ └── xml2js@0.4.23 deduped
                        │ ├─┬ portfinder@1.0.28
                        │ │ ├── async@2.6.3 deduped
                        │ │ ├─┬ debug@3.2.7
                        │ │ │ └── ms@2.1.3
                        │ │ └─┬ mkdirp@0.5.6
                        │ │   └── minimist@1.2.6
                        │ ├── request@2.88.2 deduped
                        │ ├── xml2js@0.4.23 deduped
                        │ └── xmldom@0.6.0
                        ├─┬ iobroker.vis@1.4.15
                        │ ├─┬ @iobroker/adapter-core@2.6.0
                        │ │ └─┬ @types/iobroker@4.0.3
                        │ │   └── @types/node@17.0.13 deduped
                        │ ├─┬ axios@0.26.1
                        │ │ └── follow-redirects@1.15.1
                        │ └── jsonwebtoken@8.5.1 deduped
                        ├── iobroker.vis-canvas-gauges@0.1.5
                        ├── iobroker.vis-hqwidgets@1.2.0
                        ├─┬ iobroker.vis-icontwo@0.87.0
                        │ ├── @iobroker/adapter-core@2.5.1 deduped
                        │ ├── minimist@1.2.5
                        │ └─┬ np@7.6.0
                        │   ├─┬ @samverschueren/stream-to-observable@0.3.1
                        │   │ └── any-observable@0.3.0
                        │   ├── any-observable@0.5.1
                        │   ├── async-exit-hook@2.0.1
                        │   ├─┬ chalk@4.1.2
                        │   │ ├─┬ ansi-styles@4.3.0
                        │   │ │ └─┬ color-convert@2.0.1
                        │   │ │   └── color-name@1.1.4
                        │   │ └─┬ supports-color@7.2.0
                        │   │   └── has-flag@4.0.0
                        │   ├─┬ cosmiconfig@7.0.1
                        │   │ ├── @types/parse-json@4.0.0
                        │   │ ├─┬ import-fresh@3.3.0
                        │   │ │ ├─┬ parent-module@1.0.1
                        │   │ │ │ └── callsites@3.1.0 deduped
                        │   │ │ └── resolve-from@4.0.0
                        │   │ ├─┬ parse-json@5.2.0
                        │   │ │ ├─┬ @babel/code-frame@7.16.7
                        │   │ │ │ └─┬ @babel/highlight@7.16.10
                        │   │ │ │   ├── @babel/helper-validator-identifier@7.16.7
                        │   │ │ │   ├─┬ chalk@2.4.2
                        │   │ │ │   │ ├─┬ ansi-styles@3.2.1
                        │   │ │ │   │ │ └── color-convert@1.9.3 deduped
                        │   │ │ │   │ ├── escape-string-regexp@1.0.5
                        │   │ │ │   │ └─┬ supports-color@5.5.0
                        │   │ │ │   │   └── has-flag@3.0.0
                        │   │ │ │   └── js-tokens@4.0.0
                        │   │ │ ├─┬ error-ex@1.3.2
                        │   │ │ │ └── is-arrayish@0.2.1
                        │   │ │ ├── json-parse-even-better-errors@2.3.1
                        │   │ │ └── lines-and-columns@1.2.4
                        │   │ ├── path-type@4.0.0
                        │   │ └── yaml@1.10.2
                        │   ├─┬ del@6.0.0
                        │   │ ├─┬ globby@11.1.0
                        │   │ │ ├── array-union@2.1.0
                        │   │ │ ├─┬ dir-glob@3.0.1
                        │   │ │ │ └── path-type@4.0.0 deduped
                        │   │ │ ├─┬ fast-glob@3.2.11
                        │   │ │ │ ├── @nodelib/fs.stat@2.0.5
                        │   │ │ │ ├─┬ @nodelib/fs.walk@1.2.8
                        │   │ │ │ │ ├─┬ @nodelib/fs.scandir@2.1.5
                        │   │ │ │ │ │ ├── @nodelib/fs.stat@2.0.5 deduped
                        │   │ │ │ │ │ └─┬ run-parallel@1.2.0
                        │   │ │ │ │ │   └── queue-microtask@1.2.3
                        │   │ │ │ │ └─┬ fastq@1.13.0
                        │   │ │ │ │   └── reusify@1.0.4
                        │   │ │ │ ├── glob-parent@5.1.2 deduped
                        │   │ │ │ ├── merge2@1.4.1 deduped
                        │   │ │ │ └── micromatch@4.0.4 deduped
                        │   │ │ ├── ignore@5.2.0
                        │   │ │ ├── merge2@1.4.1
                        │   │ │ └── slash@3.0.0 deduped
                        │   │ ├── graceful-fs@4.2.9 deduped
                        │   │ ├── is-glob@4.0.3 deduped
                        │   │ ├── is-path-cwd@2.2.0
                        │   │ ├── is-path-inside@3.0.3
                        │   │ ├─┬ p-map@4.0.0
                        │   │ │ └─┬ aggregate-error@3.1.0
                        │   │ │   ├── clean-stack@2.2.0
                        │   │ │   └── indent-string@4.0.0
                        │   │ ├── rimraf@3.0.2 deduped
                        │   │ └── slash@3.0.0
                        │   ├── escape-goat@3.0.0
                        │   ├── escape-string-regexp@4.0.0
                        │   ├─┬ execa@5.1.1
                        │   │ ├─┬ cross-spawn@7.0.3
                        │   │ │ ├── path-key@3.1.1
                        │   │ │ ├─┬ shebang-command@2.0.0
                        │   │ │ │ └── shebang-regex@3.0.0
                        │   │ │ └── which@2.0.2 deduped
                        │   │ ├── get-stream@6.0.1
                        │   │ ├── human-signals@2.1.0
                        │   │ ├── is-stream@2.0.1 deduped
                        │   │ ├── merge-stream@2.0.0
                        │   │ ├─┬ npm-run-path@4.0.1
                        │   │ │ └── path-key@3.1.1 deduped
                        │   │ ├── onetime@5.1.2 deduped
                        │   │ ├── signal-exit@3.0.6
                        │   │ └── strip-final-newline@2.0.0
                        │   ├── github-url-from-git@1.5.0
                        │   ├── has-yarn@2.1.0
                        │   ├─┬ hosted-git-info@3.0.8
                        │   │ └── lru-cache@6.0.0 deduped
                        │   ├─┬ ignore-walk@3.0.4
                        │   │ └── minimatch@3.0.4 deduped
                        │   ├─┬ import-local@3.1.0
                        │   │ ├─┬ pkg-dir@4.2.0
                        │   │ │ └─┬ find-up@4.1.0
                        │   │ │   ├─┬ locate-path@5.0.0
                        │   │ │   │ └─┬ p-locate@4.1.0
                        │   │ │   │   └── p-limit@2.3.0 deduped
                        │   │ │   └── path-exists@4.0.0 deduped
                        │   │ └─┬ resolve-cwd@3.0.0
                        │   │   └── resolve-from@5.0.0
                        │   ├─┬ inquirer@7.3.3
                        │   │ ├─┬ ansi-escapes@4.3.2
                        │   │ │ └── type-fest@0.21.3
                        │   │ ├── chalk@4.1.2 deduped
                        │   │ ├─┬ cli-cursor@3.1.0
                        │   │ │ └─┬ restore-cursor@3.1.0
                        │   │ │   ├── onetime@5.1.2 deduped
                        │   │ │   └── signal-exit@3.0.6 deduped
                        │   │ ├── cli-width@3.0.0
                        │   │ ├─┬ external-editor@3.1.0
                        │   │ │ ├── chardet@0.7.0
                        │   │ │ ├── iconv-lite@0.4.24 deduped
                        │   │ │ └─┬ tmp@0.0.33
                        │   │ │   └── os-tmpdir@1.0.2
                        │   │ ├─┬ figures@3.2.0
                        │   │ │ └── escape-string-regexp@1.0.5
                        │   │ ├── lodash@4.17.21 deduped
                        │   │ ├── mute-stream@0.0.8 deduped
                        │   │ ├── run-async@2.4.1
                        │   │ ├── rxjs@6.6.7 deduped
                        │   │ ├─┬ string-width@4.2.3
                        │   │ │ ├── emoji-regex@8.0.0 deduped
                        │   │ │ ├── is-fullwidth-code-point@3.0.0
                        │   │ │ └── strip-ansi@6.0.1 deduped
                        │   │ ├─┬ strip-ansi@6.0.1
                        │   │ │ └── ansi-regex@5.0.1
                        │   │ └── through@2.3.8 deduped
                        │   ├─┬ is-installed-globally@0.3.2
                        │   │ ├─┬ global-dirs@2.1.0
                        │   │ │ └── ini@1.3.7
                        │   │ └── is-path-inside@3.0.3 deduped
                        │   ├── is-interactive@1.0.0
                        │   ├─┬ is-scoped@2.1.0
                        │   │ └── scoped-regex@2.1.0
                        │   ├── issue-regex@3.1.0
                        │   ├─┬ listr@0.14.3
                        │   │ ├── @samverschueren/stream-to-observable@0.3.1 deduped
                        │   │ ├─┬ is-observable@1.1.0
                        │   │ │ └── symbol-observable@1.2.0
                        │   │ ├── is-promise@2.2.2
                        │   │ ├── is-stream@1.1.0
                        │   │ ├── listr-silent-renderer@1.1.1
                        │   │ ├─┬ listr-update-renderer@0.5.0
                        │   │ │ ├─┬ chalk@1.1.3
                        │   │ │ │ ├── ansi-styles@2.2.1
                        │   │ │ │ ├── escape-string-regexp@1.0.5
                        │   │ │ │ ├─┬ has-ansi@2.0.0
                        │   │ │ │ │ └── ansi-regex@2.1.1 deduped
                        │   │ │ │ ├── strip-ansi@3.0.1 deduped
                        │   │ │ │ └── supports-color@2.0.0
                        │   │ │ ├─┬ cli-truncate@0.2.1
                        │   │ │ │ ├── slice-ansi@0.0.4
                        │   │ │ │ └── string-width@1.0.2 deduped
                        │   │ │ ├── elegant-spinner@1.0.1
                        │   │ │ ├─┬ figures@1.7.0
                        │   │ │ │ ├── escape-string-regexp@1.0.5 deduped
                        │   │ │ │ └── object-assign@4.1.1 deduped
                        │   │ │ ├── indent-string@3.2.0
                        │   │ │ ├─┬ log-symbols@1.0.2
                        │   │ │ │ └── chalk@1.1.3 deduped
                        │   │ │ ├─┬ log-update@2.3.0
                        │   │ │ │ ├── ansi-escapes@3.2.0
                        │   │ │ │ ├─┬ cli-cursor@2.1.0
                        │   │ │ │ │ └─┬ restore-cursor@2.0.0
                        │   │ │ │ │   ├─┬ onetime@2.0.1
                        │   │ │ │ │   │ └── mimic-fn@1.2.0
                        │   │ │ │ │   └── signal-exit@3.0.6 deduped
                        │   │ │ │ └─┬ wrap-ansi@3.0.1
                        │   │ │ │   ├─┬ string-width@2.1.1
                        │   │ │ │   │ ├── is-fullwidth-code-point@2.0.0
                        │   │ │ │   │ └── strip-ansi@4.0.0 deduped
                        │   │ │ │   └─┬ strip-ansi@4.0.0
                        │   │ │ │     └── ansi-regex@3.0.0
                        │   │ │ └─┬ strip-ansi@3.0.1
                        │   │ │   └── ansi-regex@2.1.1
                        │   │ ├─┬ listr-verbose-renderer@0.5.0
                        │   │ │ ├─┬ chalk@2.4.2
                        │   │ │ │ ├─┬ ansi-styles@3.2.1
                        │   │ │ │ │ └── color-convert@1.9.3 deduped
                        │   │ │ │ ├── escape-string-regexp@1.0.5
                        │   │ │ │ └─┬ supports-color@5.5.0
                        │   │ │ │   └── has-flag@3.0.0
                        │   │ │ ├─┬ cli-cursor@2.1.0
                        │   │ │ │ └─┬ restore-cursor@2.0.0
                        │   │ │ │   ├─┬ onetime@2.0.1
                        │   │ │ │   │ └── mimic-fn@1.2.0
                        │   │ │ │   └── signal-exit@3.0.6 deduped
                        │   │ │ ├── date-fns@1.30.1
                        │   │ │ └─┬ figures@2.0.0
                        │   │ │   └── escape-string-regexp@1.0.5 deduped
                        │   │ ├── p-map@2.1.0 deduped
                        │   │ └── rxjs@6.6.7 deduped
                        │   ├─┬ listr-input@0.2.1
                        │   │ ├── inquirer@7.3.3 deduped
                        │   │ ├─┬ inquirer-autosubmit-prompt@0.2.0
                        │   │ │ ├─┬ chalk@2.4.2
                        │   │ │ │ ├─┬ ansi-styles@3.2.1
                        │   │ │ │ │ └── color-convert@1.9.3 deduped
                        │   │ │ │ ├── escape-string-regexp@1.0.5
                        │   │ │ │ └─┬ supports-color@5.5.0
                        │   │ │ │   └── has-flag@3.0.0
                        │   │ │ ├─┬ inquirer@6.5.2
                        │   │ │ │ ├── ansi-escapes@3.2.0
                        │   │ │ │ ├── chalk@2.4.2 deduped
                        │   │ │ │ ├─┬ cli-cursor@2.1.0
                        │   │ │ │ │ └─┬ restore-cursor@2.0.0
                        │   │ │ │ │   ├─┬ onetime@2.0.1
                        │   │ │ │ │   │ └── mimic-fn@1.2.0
                        │   │ │ │ │   └── signal-exit@3.0.6 deduped
                        │   │ │ │ ├── cli-width@2.2.1
                        │   │ │ │ ├── external-editor@3.1.0 deduped
                        │   │ │ │ ├─┬ figures@2.0.0
                        │   │ │ │ │ └── escape-string-regexp@1.0.5 deduped
                        │   │ │ │ ├── lodash@4.17.21 deduped
                        │   │ │ │ ├── mute-stream@0.0.7
                        │   │ │ │ ├── run-async@2.4.1 deduped
                        │   │ │ │ ├── rxjs@6.6.7 deduped
                        │   │ │ │ ├─┬ string-width@2.1.1
                        │   │ │ │ │ ├── is-fullwidth-code-point@2.0.0
                        │   │ │ │ │ └─┬ strip-ansi@4.0.0
                        │   │ │ │ │   └── ansi-regex@3.0.0
                        │   │ │ │ ├─┬ strip-ansi@5.2.0
                        │   │ │ │ │ └── ansi-regex@4.1.0
                        │   │ │ │ └── through@2.3.8 deduped
                        │   │ │ └── rxjs@6.6.7 deduped
                        │   │ ├── rxjs@6.6.7 deduped
                        │   │ └── through@2.3.8 deduped
                        │   ├─┬ log-symbols@4.1.0
                        │   │ ├── chalk@4.1.2 deduped
                        │   │ └── is-unicode-supported@0.1.0
                        │   ├─┬ meow@8.1.2
                        │   │ ├── @types/minimist@1.2.2
                        │   │ ├─┬ camelcase-keys@6.2.2
                        │   │ │ ├── camelcase@5.3.1
                        │   │ │ ├── map-obj@4.3.0
                        │   │ │ └── quick-lru@4.0.1
                        │   │ ├─┬ decamelize-keys@1.1.0
                        │   │ │ ├── decamelize@1.2.0 deduped
                        │   │ │ └── map-obj@1.0.1
                        │   │ ├── hard-rejection@2.1.0
                        │   │ ├─┬ minimist-options@4.1.0
                        │   │ │ ├── arrify@1.0.1
                        │   │ │ ├── is-plain-obj@1.1.0
                        │   │ │ └── kind-of@6.0.3
                        │   │ ├─┬ normalize-package-data@3.0.3
                        │   │ │ ├─┬ hosted-git-info@4.1.0
                        │   │ │ │ └── lru-cache@6.0.0 deduped
                        │   │ │ ├─┬ is-core-module@2.8.1
                        │   │ │ │ └── has@1.0.3 deduped
                        │   │ │ ├── semver@7.3.5 deduped
                        │   │ │ └─┬ validate-npm-package-license@3.0.4
                        │   │ │   ├─┬ spdx-correct@3.1.1
                        │   │ │   │ ├── spdx-expression-parse@3.0.1 deduped
                        │   │ │   │ └── spdx-license-ids@3.0.11
                        │   │ │   └─┬ spdx-expression-parse@3.0.1
                        │   │ │     ├── spdx-exceptions@2.3.0
                        │   │ │     └── spdx-license-ids@3.0.11 deduped
                        │   │ ├── read-pkg-up@7.0.1 deduped
                        │   │ ├─┬ redent@3.0.0
                        │   │ │ ├── indent-string@4.0.0
                        │   │ │ └─┬ strip-indent@3.0.0
                        │   │ │   └── min-indent@1.0.1
                        │   │ ├── trim-newlines@3.0.1
                        │   │ ├── type-fest@0.18.1
                        │   │ └── yargs-parser@20.2.9 deduped
                        │   ├── minimatch@3.0.4 deduped
                        │   ├─┬ new-github-release-url@1.0.0
                        │   │ └── type-fest@0.4.1
                        │   ├─┬ npm-name@6.0.1
                        │   │ ├─┬ got@10.7.0
                        │   │ │ ├── @sindresorhus/is@2.1.1
                        │   │ │ ├── @szmarczak/http-timer@4.0.6 deduped
                        │   │ │ ├── @types/cacheable-request@6.0.2 deduped
                        │   │ │ ├─┬ cacheable-lookup@2.0.1
                        │   │ │ │ ├── @types/keyv@3.1.3 deduped
                        │   │ │ │ └── keyv@4.0.5 deduped
                        │   │ │ ├── cacheable-request@7.0.2 deduped
                        │   │ │ ├─┬ decompress-response@5.0.0
                        │   │ │ │ └── mimic-response@2.1.0 deduped
                        │   │ │ ├── duplexer3@0.1.4
                        │   │ │ ├─┬ get-stream@5.2.0
                        │   │ │ │ └── pump@3.0.0 deduped
                        │   │ │ ├── lowercase-keys@2.0.0 deduped
                        │   │ │ ├── mimic-response@2.1.0
                        │   │ │ ├── p-cancelable@2.1.1 deduped
                        │   │ │ ├─┬ p-event@4.2.0
                        │   │ │ │ └─┬ p-timeout@3.2.0
                        │   │ │ │   └── p-finally@1.0.0
                        │   │ │ ├── responselike@2.0.0 deduped
                        │   │ │ ├── to-readable-stream@2.1.0
                        │   │ │ └── type-fest@0.10.0
                        │   │ ├── is-scoped@2.1.0 deduped
                        │   │ ├── is-url-superb@4.0.0
                        │   │ ├── lodash.zip@4.2.0
                        │   │ ├── org-regex@1.0.0
                        │   │ ├─┬ p-map@3.0.0
                        │   │ │ └── aggregate-error@3.1.0 deduped
                        │   │ ├─┬ registry-auth-token@4.2.1
                        │   │ │ └── rc@1.2.8 deduped
                        │   │ ├─┬ registry-url@5.1.0
                        │   │ │ └── rc@1.2.8 deduped
                        │   │ └─┬ validate-npm-package-name@3.0.0
                        │   │   └── builtins@1.0.3
                        │   ├─┬ onetime@5.1.2
                        │   │ └── mimic-fn@2.1.0
                        │   ├─┬ open@7.4.2
                        │   │ ├── is-docker@2.2.1
                        │   │ └─┬ is-wsl@2.2.0
                        │   │   └── is-docker@2.2.1 deduped
                        │   ├─┬ ow@0.21.0
                        │   │ ├── @sindresorhus/is@4.4.0
                        │   │ ├── callsites@3.1.0
                        │   │ ├─┬ dot-prop@6.0.1
                        │   │ │ └── is-obj@2.0.0
                        │   │ ├── lodash.isequal@4.5.0
                        │   │ ├── type-fest@0.20.2
                        │   │ └── vali-date@1.0.0
                        │   ├─┬ p-memoize@4.0.4
                        │   │ ├─┬ map-age-cleaner@0.1.3
                        │   │ │ └── p-defer@1.0.0
                        │   │ ├── mimic-fn@3.1.0
                        │   │ └─┬ p-settle@4.1.1
                        │   │   ├─┬ p-limit@2.3.0
                        │   │   │ └── p-try@2.2.0
                        │   │   └── p-reflect@2.1.0
                        │   ├── p-timeout@4.1.0
                        │   ├─┬ pkg-dir@5.0.0
                        │   │ └─┬ find-up@5.0.0
                        │   │   ├─┬ locate-path@6.0.0
                        │   │   │ └─┬ p-locate@5.0.0
                        │   │   │   └─┬ p-limit@3.1.0
                        │   │   │     └── yocto-queue@0.1.0
                        │   │   └── path-exists@4.0.0
                        │   ├─┬ read-pkg-up@7.0.1
                        │   │ ├─┬ find-up@4.1.0
                        │   │ │ ├─┬ locate-path@5.0.0
                        │   │ │ │ └─┬ p-locate@4.1.0
                        │   │ │ │   └── p-limit@2.3.0 deduped
                        │   │ │ └── path-exists@4.0.0 deduped
                        │   │ ├─┬ read-pkg@5.2.0
                        │   │ │ ├── @types/normalize-package-data@2.4.1
                        │   │ │ ├─┬ normalize-package-data@2.5.0
                        │   │ │ │ ├── hosted-git-info@2.8.9
                        │   │ │ │ ├─┬ resolve@1.22.0
                        │   │ │ │ │ ├── is-core-module@2.8.1 deduped
                        │   │ │ │ │ ├── path-parse@1.0.7
                        │   │ │ │ │ └── supports-preserve-symlinks-flag@1.0.0
                        │   │ │ │ ├── semver@5.7.1
                        │   │ │ │ └── validate-npm-package-license@3.0.4 deduped
                        │   │ │ ├── parse-json@5.2.0 deduped
                        │   │ │ └── type-fest@0.6.0
                        │   │ └── type-fest@0.8.1
                        │   ├─┬ rxjs@6.6.7
                        │   │ └── tslib@1.14.1 deduped
                        │   ├── semver@7.3.5 deduped
                        │   ├── split@1.0.1 deduped
                        │   ├── symbol-observable@3.0.0
                        │   ├─┬ terminal-link@2.1.1
                        │   │ ├── ansi-escapes@4.3.2 deduped
                        │   │ └─┬ supports-hyperlinks@2.2.0
                        │   │   ├── has-flag@4.0.0 deduped
                        │   │   └── supports-color@7.2.0 deduped
                        │   └─┬ update-notifier@5.1.0
                        │     ├─┬ boxen@5.1.2
                        │     │ ├─┬ ansi-align@3.0.1
                        │     │ │ └─┬ string-width@4.2.3
                        │     │ │   ├── emoji-regex@8.0.0 deduped
                        │     │ │   ├── is-fullwidth-code-point@3.0.0
                        │     │ │   └─┬ strip-ansi@6.0.1
                        │     │ │     └── ansi-regex@5.0.1
                        │     │ ├── camelcase@6.3.0
                        │     │ ├── chalk@4.1.2 deduped
                        │     │ ├── cli-boxes@2.2.1
                        │     │ ├─┬ string-width@4.2.3
                        │     │ │ ├── emoji-regex@8.0.0 deduped
                        │     │ │ ├── is-fullwidth-code-point@3.0.0
                        │     │ │ └─┬ strip-ansi@6.0.1
                        │     │ │   └── ansi-regex@5.0.1
                        │     │ ├── type-fest@0.20.2
                        │     │ ├─┬ widest-line@3.1.0
                        │     │ │ └─┬ string-width@4.2.3
                        │     │ │   ├── emoji-regex@8.0.0 deduped
                        │     │ │   ├── is-fullwidth-code-point@3.0.0
                        │     │ │   └─┬ strip-ansi@6.0.1
                        │     │ │     └── ansi-regex@5.0.1
                        │     │ └── wrap-ansi@7.0.0 deduped
                        │     ├── chalk@4.1.2 deduped
                        │     ├─┬ configstore@5.0.1
                        │     │ ├─┬ dot-prop@5.3.0
                        │     │ │ └── is-obj@2.0.0 deduped
                        │     │ ├── graceful-fs@4.2.9 deduped
                        │     │ ├── make-dir@3.1.0 deduped
                        │     │ ├─┬ unique-string@2.0.0
                        │     │ │ └── crypto-random-string@2.0.0
                        │     │ ├─┬ write-file-atomic@3.0.3
                        │     │ │ ├── imurmurhash@0.1.4
                        │     │ │ ├── is-typedarray@1.0.0 deduped
                        │     │ │ ├── signal-exit@3.0.6 deduped
                        │     │ │ └─┬ typedarray-to-buffer@3.1.5
                        │     │ │   └── is-typedarray@1.0.0 deduped
                        │     │ └── xdg-basedir@4.0.0 deduped
                        │     ├── has-yarn@2.1.0 deduped
                        │     ├── import-lazy@2.1.0
                        │     ├─┬ is-ci@2.0.0
                        │     │ └── ci-info@2.0.0
                        │     ├─┬ is-installed-globally@0.4.0
                        │     │ ├─┬ global-dirs@3.0.0
                        │     │ │ └── ini@2.0.0
                        │     │ └── is-path-inside@3.0.3 deduped
                        │     ├── is-npm@5.0.0
                        │     ├── is-yarn-global@0.3.0
                        │     ├─┬ latest-version@5.1.0
                        │     │ └─┬ package-json@6.5.0
                        │     │   ├─┬ got@9.6.0
                        │     │   │ ├── @sindresorhus/is@0.14.0
                        │     │   │ ├─┬ @szmarczak/http-timer@1.1.2
                        │     │   │ │ └── defer-to-connect@1.1.3
                        │     │   │ ├─┬ cacheable-request@6.1.0
                        │     │   │ │ ├── clone-response@1.0.2 deduped
                        │     │   │ │ ├─┬ get-stream@5.2.0
                        │     │   │ │ │ └── pump@3.0.0 deduped
                        │     │   │ │ ├── http-cache-semantics@4.1.0 deduped
                        │     │   │ │ ├─┬ keyv@3.1.0
                        │     │   │ │ │ └── json-buffer@3.0.0
                        │     │   │ │ ├── lowercase-keys@2.0.0 deduped
                        │     │   │ │ ├── normalize-url@4.5.1
                        │     │   │ │ └─┬ responselike@1.0.2
                        │     │   │ │   └── lowercase-keys@1.0.1
                        │     │   │ ├─┬ decompress-response@3.3.0
                        │     │   │ │ └── mimic-response@1.0.1 deduped
                        │     │   │ ├── duplexer3@0.1.4 deduped
                        │     │   │ ├─┬ get-stream@4.1.0
                        │     │   │ │ └── pump@3.0.0 deduped
                        │     │   │ ├── lowercase-keys@1.0.1
                        │     │   │ ├── mimic-response@1.0.1
                        │     │   │ ├── p-cancelable@1.1.0
                        │     │   │ ├── to-readable-stream@1.0.0
                        │     │   │ └─┬ url-parse-lax@3.0.0
                        │     │   │   └── prepend-http@2.0.0
                        │     │   ├── registry-auth-token@4.2.1 deduped
                        │     │   ├── registry-url@5.1.0 deduped
                        │     │   └── semver@6.3.0
                        │     ├─┬ pupa@2.1.1
                        │     │ └── escape-goat@2.1.1
                        │     ├── semver@7.3.5 deduped
                        │     ├─┬ semver-diff@3.1.1
                        │     │ └── semver@6.3.0
                        │     └── xdg-basedir@4.0.0
                        ├─┬ iobroker.vis-inventwo@3.3.1
                        │ ├── @iobroker/adapter-core@2.5.1 deduped
                        │ ├── minimist@1.2.5 deduped
                        │ └── np@7.6.0 deduped
                        ├── iobroker.vis-jqui-mfd@1.0.12
                        ├── iobroker.vis-materialdesign@0.5.9
                        ├─┬ iobroker.vis-plumb@1.0.2
                        │ └─┬ @iobroker/adapter-core@1.0.3
                        │   └─┬ @types/iobroker@1.4.13
                        │     └── @types/node@17.0.13 deduped
                        ├── iobroker.vis-rgraph@0.0.2
                        ├── iobroker.vis-timeandweather@1.1.7
                        ├─┬ iobroker.weatherunderground@3.4.2
                        │ ├─┬ @iobroker/adapter-core@2.6.0
                        │ │ └─┬ @types/iobroker@4.0.3
                        │ │   └── @types/node@17.0.13 deduped
                        │ └─┬ axios@0.27.2
                        │   ├── follow-redirects@1.15.1
                        │   └─┬ form-data@4.0.0
                        │     ├── asynckit@0.4.0 deduped
                        │     ├── combined-stream@1.0.8 deduped
                        │     └── mime-types@2.1.34 deduped
                        ├─┬ iobroker.web@4.3.0
                        │ ├─┬ @iobroker/adapter-core@2.6.0
                        │ │ └─┬ @types/iobroker@4.0.3
                        │ │   └── @types/node@17.0.13 deduped
                        │ ├─┬ body-parser@1.20.0
                        │ │ ├── bytes@3.1.2
                        │ │ ├── content-type@1.0.4 deduped
                        │ │ ├── debug@2.6.9 deduped
                        │ │ ├── depd@2.0.0
                        │ │ ├── destroy@1.2.0
                        │ │ ├─┬ http-errors@2.0.0
                        │ │ │ ├── depd@2.0.0 deduped
                        │ │ │ ├── inherits@2.0.4 deduped
                        │ │ │ ├── setprototypeof@1.2.0 deduped
                        │ │ │ ├── statuses@2.0.1 deduped
                        │ │ │ └── toidentifier@1.0.1 deduped
                        │ │ ├── iconv-lite@0.4.24 deduped
                        │ │ ├─┬ on-finished@2.4.1
                        │ │ │ └── ee-first@1.1.1 deduped
                        │ │ ├─┬ qs@6.10.3
                        │ │ │ └── side-channel@1.0.4 deduped
                        │ │ ├─┬ raw-body@2.5.1
                        │ │ │ ├── bytes@3.1.2 deduped
                        │ │ │ ├── http-errors@2.0.0 deduped
                        │ │ │ ├── iconv-lite@0.4.24 deduped
                        │ │ │ └── unpipe@1.0.0 deduped
                        │ │ ├── type-is@1.6.18 deduped
                        │ │ └── unpipe@1.0.0 deduped
                        │ ├── compression@1.7.4 deduped
                        │ ├── connect-flash@0.1.1 deduped
                        │ ├── cookie-parser@1.4.6 deduped
                        │ ├─┬ express@4.18.1
                        │ │ ├─┬ accepts@1.3.8
                        │ │ │ ├── mime-types@2.1.35 deduped
                        │ │ │ └── negotiator@0.6.3
                        │ │ ├── array-flatten@1.1.1 deduped
                        │ │ ├── body-parser@1.20.0 deduped
                        │ │ ├── content-disposition@0.5.4 deduped
                        │ │ ├── content-type@1.0.4 deduped
                        │ │ ├── cookie@0.5.0
                        │ │ ├── cookie-signature@1.0.6 deduped
                        │ │ ├── debug@2.6.9 deduped
                        │ │ ├── depd@2.0.0 deduped
                        │ │ ├── encodeurl@1.0.2 deduped
                        │ │ ├── escape-html@1.0.3 deduped
                        │ │ ├── etag@1.8.1 deduped
                        │ │ ├─┬ finalhandler@1.2.0
                        │ │ │ ├── debug@2.6.9 deduped
                        │ │ │ ├── encodeurl@1.0.2 deduped
                        │ │ │ ├── escape-html@1.0.3 deduped
                        │ │ │ ├── on-finished@2.4.1 deduped
                        │ │ │ ├── parseurl@1.3.3 deduped
                        │ │ │ ├── statuses@2.0.1 deduped
                        │ │ │ └── unpipe@1.0.0 deduped
                        │ │ ├── fresh@0.5.2 deduped
                        │ │ ├── http-errors@2.0.0 deduped
                        │ │ ├── merge-descriptors@1.0.1 deduped
                        │ │ ├── methods@1.1.2 deduped
                        │ │ ├── on-finished@2.4.1 deduped
                        │ │ ├── parseurl@1.3.3 deduped
                        │ │ ├── path-to-regexp@0.1.7 deduped
                        │ │ ├── proxy-addr@2.0.7 deduped
                        │ │ ├── qs@6.10.3 deduped
                        │ │ ├── range-parser@1.2.1 deduped
                        │ │ ├── safe-buffer@5.2.1 deduped
                        │ │ ├─┬ send@0.18.0
                        │ │ │ ├── debug@2.6.9 deduped
                        │ │ │ ├── depd@2.0.0 deduped
                        │ │ │ ├── destroy@1.2.0 deduped
                        │ │ │ ├── encodeurl@1.0.2 deduped
                        │ │ │ ├── escape-html@1.0.3 deduped
                        │ │ │ ├── etag@1.8.1 deduped
                        │ │ │ ├── fresh@0.5.2 deduped
                        │ │ │ ├── http-errors@2.0.0 deduped
                        │ │ │ ├── mime@1.6.0
                        │ │ │ ├── ms@2.1.3
                        │ │ │ ├── on-finished@2.4.1 deduped
                        │ │ │ ├── range-parser@1.2.1 deduped
                        │ │ │ └── statuses@2.0.1 deduped
                        │ │ ├─┬ serve-static@1.15.0
                        │ │ │ ├── encodeurl@1.0.2 deduped
                        │ │ │ ├── escape-html@1.0.3 deduped
                        │ │ │ ├── parseurl@1.3.3 deduped
                        │ │ │ └── send@0.18.0 deduped
                        │ │ ├── setprototypeof@1.2.0 deduped
                        │ │ ├── statuses@2.0.1
                        │ │ ├── type-is@1.6.18 deduped
                        │ │ ├── utils-merge@1.0.1 deduped
                        │ │ └── vary@1.1.2 deduped
                        │ ├── express-session@1.17.2 deduped
                        │ ├── iobroker.simple-api@2.6.5 deduped
                        │ ├── iobroker.socketio@4.2.0 deduped
                        │ ├─┬ iobroker.ws@1.3.0
                        │ │ ├─┬ @iobroker/adapter-core@2.6.0
                        │ │ │ └─┬ @types/iobroker@4.0.3
                        │ │ │   └── @types/node@17.0.13 deduped
                        │ │ ├─┬ axios@0.26.1
                        │ │ │ └── follow-redirects@1.15.1
                        │ │ ├── cookie-parser@1.4.6 deduped
                        │ │ ├── express-session@1.17.2 deduped
                        │ │ ├─┬ iobroker.ws.server@1.0.1
                        │ │ │ └── ws@8.4.2 deduped
                        │ │ └── passport@0.5.2 deduped
                        │ ├─┬ mime-types@2.1.35
                        │ │ └── mime-db@1.52.0
                        │ ├── passport@0.5.2 deduped
                        │ ├── passport-local@1.0.0 deduped
                        │ └── xtend@4.0.2
                        └─┬ iobroker.whatsapp-cmb@0.2.2
                          ├─┬ @iobroker/adapter-core@2.6.0
                          │ └─┬ @types/iobroker@4.0.2
                          │   └── @types/node@17.0.13 deduped
                          └── request@2.88.2 deduped
                        
                        npm ERR! peer dep missing: @types/express@^4.17.13, required by http-proxy-middleware@2.0.2
                        pi@raspberrypi:/opt/iobroker $
                        
                        

                        iobroker läuft noch nicht

                        Thomas BraunT 1 Antwort Letzte Antwort
                        0
                        • P Pahan

                          @thomas-braun sagte in VIS - No Connection:

                          @pahan sagte in VIS - No Connection:

                          Soll ich gleich versuchen, den iobroker direkt zu starten ?

                          Der startet eh von alleine. Jedenfalls im Normalfall.

                          cd /opt/iobroker
                          npm ls
                          

                          anschauen.

                          liefert folgendes, wobei ich den Anfang abgeschnitten hatte, da der "Payload" sonst zu lange wird und nicht durchgeht

                          
                          ├─┬ iobroker.synology@2.1.7
                          │ ├─┬ @iobroker/adapter-core@2.6.0
                          │ │ └─┬ @types/iobroker@4.0.3
                          │ │   └── @types/node@17.0.13 deduped
                          │ ├── moment@2.29.1 deduped
                          │ ├─┬ simple-ssh@1.1.0
                          │ │ ├─┬ ssh2@1.10.0
                          │ │ │ ├── asn1@0.2.6 deduped
                          │ │ │ ├─┬ bcrypt-pbkdf@1.0.2
                          │ │ │ │ └── tweetnacl@0.14.5 deduped
                          │ │ │ ├─┬ cpu-features@0.0.4
                          │ │ │ │ ├── buildcheck@0.0.3
                          │ │ │ │ └── nan@2.15.0 deduped
                          │ │ │ └── nan@2.15.0 deduped
                          │ │ └── xtend@4.0.2 deduped
                          │ └─┬ syno@3.0.0 (git+https://github.com/MeisterTR/syno.git#0104a973d33fe332aa6b1ab5be7fe8c57d3c68b0)
                          │   ├── commander@4.1.1
                          │   ├─┬ js-yaml@3.14.1
                          │   │ ├─┬ argparse@1.0.10
                          │   │ │ └── sprintf-js@1.0.3
                          │   │ └── esprima@4.0.1 deduped
                          │   ├── lodash@4.17.21 deduped
                          │   ├── minimist@0.2.1
                          │   ├─┬ nconf@0.10.0
                          │   │ ├── async@1.5.2
                          │   │ ├── ini@1.3.8
                          │   │ ├── secure-keys@1.0.0
                          │   │ └─┬ yargs@3.32.0
                          │   │   ├── camelcase@2.1.1
                          │   │   ├─┬ cliui@3.2.0
                          │   │   │ ├── string-width@1.0.2 deduped
                          │   │   │ ├── strip-ansi@3.0.1 deduped
                          │   │   │ └─┬ wrap-ansi@2.1.0
                          │   │   │   ├── string-width@1.0.2 deduped
                          │   │   │   └── strip-ansi@3.0.1 deduped
                          │   │   ├── decamelize@1.2.0
                          │   │   ├─┬ os-locale@1.4.0
                          │   │   │ └─┬ lcid@1.0.0
                          │   │   │   └── invert-kv@1.0.0
                          │   │   ├─┬ string-width@1.0.2
                          │   │   │ ├── code-point-at@1.1.0
                          │   │   │ ├─┬ is-fullwidth-code-point@1.0.0
                          │   │   │ │ └── number-is-nan@1.0.1
                          │   │   │ └── strip-ansi@3.0.1 deduped
                          │   │   ├── window-size@0.1.4
                          │   │   └── y18n@3.2.2
                          │   ├── ospath@1.2.2
                          │   ├─┬ otplib@11.0.1
                          │   │ └── thirty-two@1.0.2
                          │   ├── pluralize@8.0.0
                          │   └── request@2.88.2 deduped
                          ├─┬ iobroker.tankerkoenig@2.1.1
                          │ ├── @iobroker/adapter-core@2.5.1 deduped
                          │ ├── request@2.88.2 deduped
                          │ └── xml2js@0.4.23 deduped
                          ├─┬ iobroker.tr-064@4.2.16
                          │ ├─┬ @iobroker/adapter-core@2.6.0
                          │ │ └─┬ @types/iobroker@4.0.2
                          │ │   └── @types/node@17.0.13 deduped
                          │ ├── mdns-discovery@0.2.6 deduped
                          │ ├─┬ tr-O64@0.2.4
                          │ │ ├── async@2.6.3 deduped
                          │ │ ├── eyes@0.1.8
                          │ │ ├── request@2.88.2 deduped
                          │ │ └── xml2js@0.4.23 deduped
                          │ └── xml2js@0.4.23 deduped
                          ├─┬ iobroker.trashschedule@1.4.5
                          │ └─┬ @iobroker/adapter-core@2.6.0
                          │   └─┬ @types/iobroker@4.0.2
                          │     └── @types/node@17.0.13 deduped
                          ├─┬ iobroker.upnp@1.0.21
                          │ ├── @iobroker/adapter-core@2.5.1 deduped
                          │ ├── ip@1.1.5
                          │ ├── node-schedule@2.1.0 deduped
                          │ ├── node-ssdp@4.0.1 deduped
                          │ ├─┬ parsexmlresponse@0.0.5
                          │ │ └── xml2js@0.4.23 deduped
                          │ ├─┬ portfinder@1.0.28
                          │ │ ├── async@2.6.3 deduped
                          │ │ ├─┬ debug@3.2.7
                          │ │ │ └── ms@2.1.3
                          │ │ └─┬ mkdirp@0.5.6
                          │ │   └── minimist@1.2.6
                          │ ├── request@2.88.2 deduped
                          │ ├── xml2js@0.4.23 deduped
                          │ └── xmldom@0.6.0
                          ├─┬ iobroker.vis@1.4.15
                          │ ├─┬ @iobroker/adapter-core@2.6.0
                          │ │ └─┬ @types/iobroker@4.0.3
                          │ │   └── @types/node@17.0.13 deduped
                          │ ├─┬ axios@0.26.1
                          │ │ └── follow-redirects@1.15.1
                          │ └── jsonwebtoken@8.5.1 deduped
                          ├── iobroker.vis-canvas-gauges@0.1.5
                          ├── iobroker.vis-hqwidgets@1.2.0
                          ├─┬ iobroker.vis-icontwo@0.87.0
                          │ ├── @iobroker/adapter-core@2.5.1 deduped
                          │ ├── minimist@1.2.5
                          │ └─┬ np@7.6.0
                          │   ├─┬ @samverschueren/stream-to-observable@0.3.1
                          │   │ └── any-observable@0.3.0
                          │   ├── any-observable@0.5.1
                          │   ├── async-exit-hook@2.0.1
                          │   ├─┬ chalk@4.1.2
                          │   │ ├─┬ ansi-styles@4.3.0
                          │   │ │ └─┬ color-convert@2.0.1
                          │   │ │   └── color-name@1.1.4
                          │   │ └─┬ supports-color@7.2.0
                          │   │   └── has-flag@4.0.0
                          │   ├─┬ cosmiconfig@7.0.1
                          │   │ ├── @types/parse-json@4.0.0
                          │   │ ├─┬ import-fresh@3.3.0
                          │   │ │ ├─┬ parent-module@1.0.1
                          │   │ │ │ └── callsites@3.1.0 deduped
                          │   │ │ └── resolve-from@4.0.0
                          │   │ ├─┬ parse-json@5.2.0
                          │   │ │ ├─┬ @babel/code-frame@7.16.7
                          │   │ │ │ └─┬ @babel/highlight@7.16.10
                          │   │ │ │   ├── @babel/helper-validator-identifier@7.16.7
                          │   │ │ │   ├─┬ chalk@2.4.2
                          │   │ │ │   │ ├─┬ ansi-styles@3.2.1
                          │   │ │ │   │ │ └── color-convert@1.9.3 deduped
                          │   │ │ │   │ ├── escape-string-regexp@1.0.5
                          │   │ │ │   │ └─┬ supports-color@5.5.0
                          │   │ │ │   │   └── has-flag@3.0.0
                          │   │ │ │   └── js-tokens@4.0.0
                          │   │ │ ├─┬ error-ex@1.3.2
                          │   │ │ │ └── is-arrayish@0.2.1
                          │   │ │ ├── json-parse-even-better-errors@2.3.1
                          │   │ │ └── lines-and-columns@1.2.4
                          │   │ ├── path-type@4.0.0
                          │   │ └── yaml@1.10.2
                          │   ├─┬ del@6.0.0
                          │   │ ├─┬ globby@11.1.0
                          │   │ │ ├── array-union@2.1.0
                          │   │ │ ├─┬ dir-glob@3.0.1
                          │   │ │ │ └── path-type@4.0.0 deduped
                          │   │ │ ├─┬ fast-glob@3.2.11
                          │   │ │ │ ├── @nodelib/fs.stat@2.0.5
                          │   │ │ │ ├─┬ @nodelib/fs.walk@1.2.8
                          │   │ │ │ │ ├─┬ @nodelib/fs.scandir@2.1.5
                          │   │ │ │ │ │ ├── @nodelib/fs.stat@2.0.5 deduped
                          │   │ │ │ │ │ └─┬ run-parallel@1.2.0
                          │   │ │ │ │ │   └── queue-microtask@1.2.3
                          │   │ │ │ │ └─┬ fastq@1.13.0
                          │   │ │ │ │   └── reusify@1.0.4
                          │   │ │ │ ├── glob-parent@5.1.2 deduped
                          │   │ │ │ ├── merge2@1.4.1 deduped
                          │   │ │ │ └── micromatch@4.0.4 deduped
                          │   │ │ ├── ignore@5.2.0
                          │   │ │ ├── merge2@1.4.1
                          │   │ │ └── slash@3.0.0 deduped
                          │   │ ├── graceful-fs@4.2.9 deduped
                          │   │ ├── is-glob@4.0.3 deduped
                          │   │ ├── is-path-cwd@2.2.0
                          │   │ ├── is-path-inside@3.0.3
                          │   │ ├─┬ p-map@4.0.0
                          │   │ │ └─┬ aggregate-error@3.1.0
                          │   │ │   ├── clean-stack@2.2.0
                          │   │ │   └── indent-string@4.0.0
                          │   │ ├── rimraf@3.0.2 deduped
                          │   │ └── slash@3.0.0
                          │   ├── escape-goat@3.0.0
                          │   ├── escape-string-regexp@4.0.0
                          │   ├─┬ execa@5.1.1
                          │   │ ├─┬ cross-spawn@7.0.3
                          │   │ │ ├── path-key@3.1.1
                          │   │ │ ├─┬ shebang-command@2.0.0
                          │   │ │ │ └── shebang-regex@3.0.0
                          │   │ │ └── which@2.0.2 deduped
                          │   │ ├── get-stream@6.0.1
                          │   │ ├── human-signals@2.1.0
                          │   │ ├── is-stream@2.0.1 deduped
                          │   │ ├── merge-stream@2.0.0
                          │   │ ├─┬ npm-run-path@4.0.1
                          │   │ │ └── path-key@3.1.1 deduped
                          │   │ ├── onetime@5.1.2 deduped
                          │   │ ├── signal-exit@3.0.6
                          │   │ └── strip-final-newline@2.0.0
                          │   ├── github-url-from-git@1.5.0
                          │   ├── has-yarn@2.1.0
                          │   ├─┬ hosted-git-info@3.0.8
                          │   │ └── lru-cache@6.0.0 deduped
                          │   ├─┬ ignore-walk@3.0.4
                          │   │ └── minimatch@3.0.4 deduped
                          │   ├─┬ import-local@3.1.0
                          │   │ ├─┬ pkg-dir@4.2.0
                          │   │ │ └─┬ find-up@4.1.0
                          │   │ │   ├─┬ locate-path@5.0.0
                          │   │ │   │ └─┬ p-locate@4.1.0
                          │   │ │   │   └── p-limit@2.3.0 deduped
                          │   │ │   └── path-exists@4.0.0 deduped
                          │   │ └─┬ resolve-cwd@3.0.0
                          │   │   └── resolve-from@5.0.0
                          │   ├─┬ inquirer@7.3.3
                          │   │ ├─┬ ansi-escapes@4.3.2
                          │   │ │ └── type-fest@0.21.3
                          │   │ ├── chalk@4.1.2 deduped
                          │   │ ├─┬ cli-cursor@3.1.0
                          │   │ │ └─┬ restore-cursor@3.1.0
                          │   │ │   ├── onetime@5.1.2 deduped
                          │   │ │   └── signal-exit@3.0.6 deduped
                          │   │ ├── cli-width@3.0.0
                          │   │ ├─┬ external-editor@3.1.0
                          │   │ │ ├── chardet@0.7.0
                          │   │ │ ├── iconv-lite@0.4.24 deduped
                          │   │ │ └─┬ tmp@0.0.33
                          │   │ │   └── os-tmpdir@1.0.2
                          │   │ ├─┬ figures@3.2.0
                          │   │ │ └── escape-string-regexp@1.0.5
                          │   │ ├── lodash@4.17.21 deduped
                          │   │ ├── mute-stream@0.0.8 deduped
                          │   │ ├── run-async@2.4.1
                          │   │ ├── rxjs@6.6.7 deduped
                          │   │ ├─┬ string-width@4.2.3
                          │   │ │ ├── emoji-regex@8.0.0 deduped
                          │   │ │ ├── is-fullwidth-code-point@3.0.0
                          │   │ │ └── strip-ansi@6.0.1 deduped
                          │   │ ├─┬ strip-ansi@6.0.1
                          │   │ │ └── ansi-regex@5.0.1
                          │   │ └── through@2.3.8 deduped
                          │   ├─┬ is-installed-globally@0.3.2
                          │   │ ├─┬ global-dirs@2.1.0
                          │   │ │ └── ini@1.3.7
                          │   │ └── is-path-inside@3.0.3 deduped
                          │   ├── is-interactive@1.0.0
                          │   ├─┬ is-scoped@2.1.0
                          │   │ └── scoped-regex@2.1.0
                          │   ├── issue-regex@3.1.0
                          │   ├─┬ listr@0.14.3
                          │   │ ├── @samverschueren/stream-to-observable@0.3.1 deduped
                          │   │ ├─┬ is-observable@1.1.0
                          │   │ │ └── symbol-observable@1.2.0
                          │   │ ├── is-promise@2.2.2
                          │   │ ├── is-stream@1.1.0
                          │   │ ├── listr-silent-renderer@1.1.1
                          │   │ ├─┬ listr-update-renderer@0.5.0
                          │   │ │ ├─┬ chalk@1.1.3
                          │   │ │ │ ├── ansi-styles@2.2.1
                          │   │ │ │ ├── escape-string-regexp@1.0.5
                          │   │ │ │ ├─┬ has-ansi@2.0.0
                          │   │ │ │ │ └── ansi-regex@2.1.1 deduped
                          │   │ │ │ ├── strip-ansi@3.0.1 deduped
                          │   │ │ │ └── supports-color@2.0.0
                          │   │ │ ├─┬ cli-truncate@0.2.1
                          │   │ │ │ ├── slice-ansi@0.0.4
                          │   │ │ │ └── string-width@1.0.2 deduped
                          │   │ │ ├── elegant-spinner@1.0.1
                          │   │ │ ├─┬ figures@1.7.0
                          │   │ │ │ ├── escape-string-regexp@1.0.5 deduped
                          │   │ │ │ └── object-assign@4.1.1 deduped
                          │   │ │ ├── indent-string@3.2.0
                          │   │ │ ├─┬ log-symbols@1.0.2
                          │   │ │ │ └── chalk@1.1.3 deduped
                          │   │ │ ├─┬ log-update@2.3.0
                          │   │ │ │ ├── ansi-escapes@3.2.0
                          │   │ │ │ ├─┬ cli-cursor@2.1.0
                          │   │ │ │ │ └─┬ restore-cursor@2.0.0
                          │   │ │ │ │   ├─┬ onetime@2.0.1
                          │   │ │ │ │   │ └── mimic-fn@1.2.0
                          │   │ │ │ │   └── signal-exit@3.0.6 deduped
                          │   │ │ │ └─┬ wrap-ansi@3.0.1
                          │   │ │ │   ├─┬ string-width@2.1.1
                          │   │ │ │   │ ├── is-fullwidth-code-point@2.0.0
                          │   │ │ │   │ └── strip-ansi@4.0.0 deduped
                          │   │ │ │   └─┬ strip-ansi@4.0.0
                          │   │ │ │     └── ansi-regex@3.0.0
                          │   │ │ └─┬ strip-ansi@3.0.1
                          │   │ │   └── ansi-regex@2.1.1
                          │   │ ├─┬ listr-verbose-renderer@0.5.0
                          │   │ │ ├─┬ chalk@2.4.2
                          │   │ │ │ ├─┬ ansi-styles@3.2.1
                          │   │ │ │ │ └── color-convert@1.9.3 deduped
                          │   │ │ │ ├── escape-string-regexp@1.0.5
                          │   │ │ │ └─┬ supports-color@5.5.0
                          │   │ │ │   └── has-flag@3.0.0
                          │   │ │ ├─┬ cli-cursor@2.1.0
                          │   │ │ │ └─┬ restore-cursor@2.0.0
                          │   │ │ │   ├─┬ onetime@2.0.1
                          │   │ │ │   │ └── mimic-fn@1.2.0
                          │   │ │ │   └── signal-exit@3.0.6 deduped
                          │   │ │ ├── date-fns@1.30.1
                          │   │ │ └─┬ figures@2.0.0
                          │   │ │   └── escape-string-regexp@1.0.5 deduped
                          │   │ ├── p-map@2.1.0 deduped
                          │   │ └── rxjs@6.6.7 deduped
                          │   ├─┬ listr-input@0.2.1
                          │   │ ├── inquirer@7.3.3 deduped
                          │   │ ├─┬ inquirer-autosubmit-prompt@0.2.0
                          │   │ │ ├─┬ chalk@2.4.2
                          │   │ │ │ ├─┬ ansi-styles@3.2.1
                          │   │ │ │ │ └── color-convert@1.9.3 deduped
                          │   │ │ │ ├── escape-string-regexp@1.0.5
                          │   │ │ │ └─┬ supports-color@5.5.0
                          │   │ │ │   └── has-flag@3.0.0
                          │   │ │ ├─┬ inquirer@6.5.2
                          │   │ │ │ ├── ansi-escapes@3.2.0
                          │   │ │ │ ├── chalk@2.4.2 deduped
                          │   │ │ │ ├─┬ cli-cursor@2.1.0
                          │   │ │ │ │ └─┬ restore-cursor@2.0.0
                          │   │ │ │ │   ├─┬ onetime@2.0.1
                          │   │ │ │ │   │ └── mimic-fn@1.2.0
                          │   │ │ │ │   └── signal-exit@3.0.6 deduped
                          │   │ │ │ ├── cli-width@2.2.1
                          │   │ │ │ ├── external-editor@3.1.0 deduped
                          │   │ │ │ ├─┬ figures@2.0.0
                          │   │ │ │ │ └── escape-string-regexp@1.0.5 deduped
                          │   │ │ │ ├── lodash@4.17.21 deduped
                          │   │ │ │ ├── mute-stream@0.0.7
                          │   │ │ │ ├── run-async@2.4.1 deduped
                          │   │ │ │ ├── rxjs@6.6.7 deduped
                          │   │ │ │ ├─┬ string-width@2.1.1
                          │   │ │ │ │ ├── is-fullwidth-code-point@2.0.0
                          │   │ │ │ │ └─┬ strip-ansi@4.0.0
                          │   │ │ │ │   └── ansi-regex@3.0.0
                          │   │ │ │ ├─┬ strip-ansi@5.2.0
                          │   │ │ │ │ └── ansi-regex@4.1.0
                          │   │ │ │ └── through@2.3.8 deduped
                          │   │ │ └── rxjs@6.6.7 deduped
                          │   │ ├── rxjs@6.6.7 deduped
                          │   │ └── through@2.3.8 deduped
                          │   ├─┬ log-symbols@4.1.0
                          │   │ ├── chalk@4.1.2 deduped
                          │   │ └── is-unicode-supported@0.1.0
                          │   ├─┬ meow@8.1.2
                          │   │ ├── @types/minimist@1.2.2
                          │   │ ├─┬ camelcase-keys@6.2.2
                          │   │ │ ├── camelcase@5.3.1
                          │   │ │ ├── map-obj@4.3.0
                          │   │ │ └── quick-lru@4.0.1
                          │   │ ├─┬ decamelize-keys@1.1.0
                          │   │ │ ├── decamelize@1.2.0 deduped
                          │   │ │ └── map-obj@1.0.1
                          │   │ ├── hard-rejection@2.1.0
                          │   │ ├─┬ minimist-options@4.1.0
                          │   │ │ ├── arrify@1.0.1
                          │   │ │ ├── is-plain-obj@1.1.0
                          │   │ │ └── kind-of@6.0.3
                          │   │ ├─┬ normalize-package-data@3.0.3
                          │   │ │ ├─┬ hosted-git-info@4.1.0
                          │   │ │ │ └── lru-cache@6.0.0 deduped
                          │   │ │ ├─┬ is-core-module@2.8.1
                          │   │ │ │ └── has@1.0.3 deduped
                          │   │ │ ├── semver@7.3.5 deduped
                          │   │ │ └─┬ validate-npm-package-license@3.0.4
                          │   │ │   ├─┬ spdx-correct@3.1.1
                          │   │ │   │ ├── spdx-expression-parse@3.0.1 deduped
                          │   │ │   │ └── spdx-license-ids@3.0.11
                          │   │ │   └─┬ spdx-expression-parse@3.0.1
                          │   │ │     ├── spdx-exceptions@2.3.0
                          │   │ │     └── spdx-license-ids@3.0.11 deduped
                          │   │ ├── read-pkg-up@7.0.1 deduped
                          │   │ ├─┬ redent@3.0.0
                          │   │ │ ├── indent-string@4.0.0
                          │   │ │ └─┬ strip-indent@3.0.0
                          │   │ │   └── min-indent@1.0.1
                          │   │ ├── trim-newlines@3.0.1
                          │   │ ├── type-fest@0.18.1
                          │   │ └── yargs-parser@20.2.9 deduped
                          │   ├── minimatch@3.0.4 deduped
                          │   ├─┬ new-github-release-url@1.0.0
                          │   │ └── type-fest@0.4.1
                          │   ├─┬ npm-name@6.0.1
                          │   │ ├─┬ got@10.7.0
                          │   │ │ ├── @sindresorhus/is@2.1.1
                          │   │ │ ├── @szmarczak/http-timer@4.0.6 deduped
                          │   │ │ ├── @types/cacheable-request@6.0.2 deduped
                          │   │ │ ├─┬ cacheable-lookup@2.0.1
                          │   │ │ │ ├── @types/keyv@3.1.3 deduped
                          │   │ │ │ └── keyv@4.0.5 deduped
                          │   │ │ ├── cacheable-request@7.0.2 deduped
                          │   │ │ ├─┬ decompress-response@5.0.0
                          │   │ │ │ └── mimic-response@2.1.0 deduped
                          │   │ │ ├── duplexer3@0.1.4
                          │   │ │ ├─┬ get-stream@5.2.0
                          │   │ │ │ └── pump@3.0.0 deduped
                          │   │ │ ├── lowercase-keys@2.0.0 deduped
                          │   │ │ ├── mimic-response@2.1.0
                          │   │ │ ├── p-cancelable@2.1.1 deduped
                          │   │ │ ├─┬ p-event@4.2.0
                          │   │ │ │ └─┬ p-timeout@3.2.0
                          │   │ │ │   └── p-finally@1.0.0
                          │   │ │ ├── responselike@2.0.0 deduped
                          │   │ │ ├── to-readable-stream@2.1.0
                          │   │ │ └── type-fest@0.10.0
                          │   │ ├── is-scoped@2.1.0 deduped
                          │   │ ├── is-url-superb@4.0.0
                          │   │ ├── lodash.zip@4.2.0
                          │   │ ├── org-regex@1.0.0
                          │   │ ├─┬ p-map@3.0.0
                          │   │ │ └── aggregate-error@3.1.0 deduped
                          │   │ ├─┬ registry-auth-token@4.2.1
                          │   │ │ └── rc@1.2.8 deduped
                          │   │ ├─┬ registry-url@5.1.0
                          │   │ │ └── rc@1.2.8 deduped
                          │   │ └─┬ validate-npm-package-name@3.0.0
                          │   │   └── builtins@1.0.3
                          │   ├─┬ onetime@5.1.2
                          │   │ └── mimic-fn@2.1.0
                          │   ├─┬ open@7.4.2
                          │   │ ├── is-docker@2.2.1
                          │   │ └─┬ is-wsl@2.2.0
                          │   │   └── is-docker@2.2.1 deduped
                          │   ├─┬ ow@0.21.0
                          │   │ ├── @sindresorhus/is@4.4.0
                          │   │ ├── callsites@3.1.0
                          │   │ ├─┬ dot-prop@6.0.1
                          │   │ │ └── is-obj@2.0.0
                          │   │ ├── lodash.isequal@4.5.0
                          │   │ ├── type-fest@0.20.2
                          │   │ └── vali-date@1.0.0
                          │   ├─┬ p-memoize@4.0.4
                          │   │ ├─┬ map-age-cleaner@0.1.3
                          │   │ │ └── p-defer@1.0.0
                          │   │ ├── mimic-fn@3.1.0
                          │   │ └─┬ p-settle@4.1.1
                          │   │   ├─┬ p-limit@2.3.0
                          │   │   │ └── p-try@2.2.0
                          │   │   └── p-reflect@2.1.0
                          │   ├── p-timeout@4.1.0
                          │   ├─┬ pkg-dir@5.0.0
                          │   │ └─┬ find-up@5.0.0
                          │   │   ├─┬ locate-path@6.0.0
                          │   │   │ └─┬ p-locate@5.0.0
                          │   │   │   └─┬ p-limit@3.1.0
                          │   │   │     └── yocto-queue@0.1.0
                          │   │   └── path-exists@4.0.0
                          │   ├─┬ read-pkg-up@7.0.1
                          │   │ ├─┬ find-up@4.1.0
                          │   │ │ ├─┬ locate-path@5.0.0
                          │   │ │ │ └─┬ p-locate@4.1.0
                          │   │ │ │   └── p-limit@2.3.0 deduped
                          │   │ │ └── path-exists@4.0.0 deduped
                          │   │ ├─┬ read-pkg@5.2.0
                          │   │ │ ├── @types/normalize-package-data@2.4.1
                          │   │ │ ├─┬ normalize-package-data@2.5.0
                          │   │ │ │ ├── hosted-git-info@2.8.9
                          │   │ │ │ ├─┬ resolve@1.22.0
                          │   │ │ │ │ ├── is-core-module@2.8.1 deduped
                          │   │ │ │ │ ├── path-parse@1.0.7
                          │   │ │ │ │ └── supports-preserve-symlinks-flag@1.0.0
                          │   │ │ │ ├── semver@5.7.1
                          │   │ │ │ └── validate-npm-package-license@3.0.4 deduped
                          │   │ │ ├── parse-json@5.2.0 deduped
                          │   │ │ └── type-fest@0.6.0
                          │   │ └── type-fest@0.8.1
                          │   ├─┬ rxjs@6.6.7
                          │   │ └── tslib@1.14.1 deduped
                          │   ├── semver@7.3.5 deduped
                          │   ├── split@1.0.1 deduped
                          │   ├── symbol-observable@3.0.0
                          │   ├─┬ terminal-link@2.1.1
                          │   │ ├── ansi-escapes@4.3.2 deduped
                          │   │ └─┬ supports-hyperlinks@2.2.0
                          │   │   ├── has-flag@4.0.0 deduped
                          │   │   └── supports-color@7.2.0 deduped
                          │   └─┬ update-notifier@5.1.0
                          │     ├─┬ boxen@5.1.2
                          │     │ ├─┬ ansi-align@3.0.1
                          │     │ │ └─┬ string-width@4.2.3
                          │     │ │   ├── emoji-regex@8.0.0 deduped
                          │     │ │   ├── is-fullwidth-code-point@3.0.0
                          │     │ │   └─┬ strip-ansi@6.0.1
                          │     │ │     └── ansi-regex@5.0.1
                          │     │ ├── camelcase@6.3.0
                          │     │ ├── chalk@4.1.2 deduped
                          │     │ ├── cli-boxes@2.2.1
                          │     │ ├─┬ string-width@4.2.3
                          │     │ │ ├── emoji-regex@8.0.0 deduped
                          │     │ │ ├── is-fullwidth-code-point@3.0.0
                          │     │ │ └─┬ strip-ansi@6.0.1
                          │     │ │   └── ansi-regex@5.0.1
                          │     │ ├── type-fest@0.20.2
                          │     │ ├─┬ widest-line@3.1.0
                          │     │ │ └─┬ string-width@4.2.3
                          │     │ │   ├── emoji-regex@8.0.0 deduped
                          │     │ │   ├── is-fullwidth-code-point@3.0.0
                          │     │ │   └─┬ strip-ansi@6.0.1
                          │     │ │     └── ansi-regex@5.0.1
                          │     │ └── wrap-ansi@7.0.0 deduped
                          │     ├── chalk@4.1.2 deduped
                          │     ├─┬ configstore@5.0.1
                          │     │ ├─┬ dot-prop@5.3.0
                          │     │ │ └── is-obj@2.0.0 deduped
                          │     │ ├── graceful-fs@4.2.9 deduped
                          │     │ ├── make-dir@3.1.0 deduped
                          │     │ ├─┬ unique-string@2.0.0
                          │     │ │ └── crypto-random-string@2.0.0
                          │     │ ├─┬ write-file-atomic@3.0.3
                          │     │ │ ├── imurmurhash@0.1.4
                          │     │ │ ├── is-typedarray@1.0.0 deduped
                          │     │ │ ├── signal-exit@3.0.6 deduped
                          │     │ │ └─┬ typedarray-to-buffer@3.1.5
                          │     │ │   └── is-typedarray@1.0.0 deduped
                          │     │ └── xdg-basedir@4.0.0 deduped
                          │     ├── has-yarn@2.1.0 deduped
                          │     ├── import-lazy@2.1.0
                          │     ├─┬ is-ci@2.0.0
                          │     │ └── ci-info@2.0.0
                          │     ├─┬ is-installed-globally@0.4.0
                          │     │ ├─┬ global-dirs@3.0.0
                          │     │ │ └── ini@2.0.0
                          │     │ └── is-path-inside@3.0.3 deduped
                          │     ├── is-npm@5.0.0
                          │     ├── is-yarn-global@0.3.0
                          │     ├─┬ latest-version@5.1.0
                          │     │ └─┬ package-json@6.5.0
                          │     │   ├─┬ got@9.6.0
                          │     │   │ ├── @sindresorhus/is@0.14.0
                          │     │   │ ├─┬ @szmarczak/http-timer@1.1.2
                          │     │   │ │ └── defer-to-connect@1.1.3
                          │     │   │ ├─┬ cacheable-request@6.1.0
                          │     │   │ │ ├── clone-response@1.0.2 deduped
                          │     │   │ │ ├─┬ get-stream@5.2.0
                          │     │   │ │ │ └── pump@3.0.0 deduped
                          │     │   │ │ ├── http-cache-semantics@4.1.0 deduped
                          │     │   │ │ ├─┬ keyv@3.1.0
                          │     │   │ │ │ └── json-buffer@3.0.0
                          │     │   │ │ ├── lowercase-keys@2.0.0 deduped
                          │     │   │ │ ├── normalize-url@4.5.1
                          │     │   │ │ └─┬ responselike@1.0.2
                          │     │   │ │   └── lowercase-keys@1.0.1
                          │     │   │ ├─┬ decompress-response@3.3.0
                          │     │   │ │ └── mimic-response@1.0.1 deduped
                          │     │   │ ├── duplexer3@0.1.4 deduped
                          │     │   │ ├─┬ get-stream@4.1.0
                          │     │   │ │ └── pump@3.0.0 deduped
                          │     │   │ ├── lowercase-keys@1.0.1
                          │     │   │ ├── mimic-response@1.0.1
                          │     │   │ ├── p-cancelable@1.1.0
                          │     │   │ ├── to-readable-stream@1.0.0
                          │     │   │ └─┬ url-parse-lax@3.0.0
                          │     │   │   └── prepend-http@2.0.0
                          │     │   ├── registry-auth-token@4.2.1 deduped
                          │     │   ├── registry-url@5.1.0 deduped
                          │     │   └── semver@6.3.0
                          │     ├─┬ pupa@2.1.1
                          │     │ └── escape-goat@2.1.1
                          │     ├── semver@7.3.5 deduped
                          │     ├─┬ semver-diff@3.1.1
                          │     │ └── semver@6.3.0
                          │     └── xdg-basedir@4.0.0
                          ├─┬ iobroker.vis-inventwo@3.3.1
                          │ ├── @iobroker/adapter-core@2.5.1 deduped
                          │ ├── minimist@1.2.5 deduped
                          │ └── np@7.6.0 deduped
                          ├── iobroker.vis-jqui-mfd@1.0.12
                          ├── iobroker.vis-materialdesign@0.5.9
                          ├─┬ iobroker.vis-plumb@1.0.2
                          │ └─┬ @iobroker/adapter-core@1.0.3
                          │   └─┬ @types/iobroker@1.4.13
                          │     └── @types/node@17.0.13 deduped
                          ├── iobroker.vis-rgraph@0.0.2
                          ├── iobroker.vis-timeandweather@1.1.7
                          ├─┬ iobroker.weatherunderground@3.4.2
                          │ ├─┬ @iobroker/adapter-core@2.6.0
                          │ │ └─┬ @types/iobroker@4.0.3
                          │ │   └── @types/node@17.0.13 deduped
                          │ └─┬ axios@0.27.2
                          │   ├── follow-redirects@1.15.1
                          │   └─┬ form-data@4.0.0
                          │     ├── asynckit@0.4.0 deduped
                          │     ├── combined-stream@1.0.8 deduped
                          │     └── mime-types@2.1.34 deduped
                          ├─┬ iobroker.web@4.3.0
                          │ ├─┬ @iobroker/adapter-core@2.6.0
                          │ │ └─┬ @types/iobroker@4.0.3
                          │ │   └── @types/node@17.0.13 deduped
                          │ ├─┬ body-parser@1.20.0
                          │ │ ├── bytes@3.1.2
                          │ │ ├── content-type@1.0.4 deduped
                          │ │ ├── debug@2.6.9 deduped
                          │ │ ├── depd@2.0.0
                          │ │ ├── destroy@1.2.0
                          │ │ ├─┬ http-errors@2.0.0
                          │ │ │ ├── depd@2.0.0 deduped
                          │ │ │ ├── inherits@2.0.4 deduped
                          │ │ │ ├── setprototypeof@1.2.0 deduped
                          │ │ │ ├── statuses@2.0.1 deduped
                          │ │ │ └── toidentifier@1.0.1 deduped
                          │ │ ├── iconv-lite@0.4.24 deduped
                          │ │ ├─┬ on-finished@2.4.1
                          │ │ │ └── ee-first@1.1.1 deduped
                          │ │ ├─┬ qs@6.10.3
                          │ │ │ └── side-channel@1.0.4 deduped
                          │ │ ├─┬ raw-body@2.5.1
                          │ │ │ ├── bytes@3.1.2 deduped
                          │ │ │ ├── http-errors@2.0.0 deduped
                          │ │ │ ├── iconv-lite@0.4.24 deduped
                          │ │ │ └── unpipe@1.0.0 deduped
                          │ │ ├── type-is@1.6.18 deduped
                          │ │ └── unpipe@1.0.0 deduped
                          │ ├── compression@1.7.4 deduped
                          │ ├── connect-flash@0.1.1 deduped
                          │ ├── cookie-parser@1.4.6 deduped
                          │ ├─┬ express@4.18.1
                          │ │ ├─┬ accepts@1.3.8
                          │ │ │ ├── mime-types@2.1.35 deduped
                          │ │ │ └── negotiator@0.6.3
                          │ │ ├── array-flatten@1.1.1 deduped
                          │ │ ├── body-parser@1.20.0 deduped
                          │ │ ├── content-disposition@0.5.4 deduped
                          │ │ ├── content-type@1.0.4 deduped
                          │ │ ├── cookie@0.5.0
                          │ │ ├── cookie-signature@1.0.6 deduped
                          │ │ ├── debug@2.6.9 deduped
                          │ │ ├── depd@2.0.0 deduped
                          │ │ ├── encodeurl@1.0.2 deduped
                          │ │ ├── escape-html@1.0.3 deduped
                          │ │ ├── etag@1.8.1 deduped
                          │ │ ├─┬ finalhandler@1.2.0
                          │ │ │ ├── debug@2.6.9 deduped
                          │ │ │ ├── encodeurl@1.0.2 deduped
                          │ │ │ ├── escape-html@1.0.3 deduped
                          │ │ │ ├── on-finished@2.4.1 deduped
                          │ │ │ ├── parseurl@1.3.3 deduped
                          │ │ │ ├── statuses@2.0.1 deduped
                          │ │ │ └── unpipe@1.0.0 deduped
                          │ │ ├── fresh@0.5.2 deduped
                          │ │ ├── http-errors@2.0.0 deduped
                          │ │ ├── merge-descriptors@1.0.1 deduped
                          │ │ ├── methods@1.1.2 deduped
                          │ │ ├── on-finished@2.4.1 deduped
                          │ │ ├── parseurl@1.3.3 deduped
                          │ │ ├── path-to-regexp@0.1.7 deduped
                          │ │ ├── proxy-addr@2.0.7 deduped
                          │ │ ├── qs@6.10.3 deduped
                          │ │ ├── range-parser@1.2.1 deduped
                          │ │ ├── safe-buffer@5.2.1 deduped
                          │ │ ├─┬ send@0.18.0
                          │ │ │ ├── debug@2.6.9 deduped
                          │ │ │ ├── depd@2.0.0 deduped
                          │ │ │ ├── destroy@1.2.0 deduped
                          │ │ │ ├── encodeurl@1.0.2 deduped
                          │ │ │ ├── escape-html@1.0.3 deduped
                          │ │ │ ├── etag@1.8.1 deduped
                          │ │ │ ├── fresh@0.5.2 deduped
                          │ │ │ ├── http-errors@2.0.0 deduped
                          │ │ │ ├── mime@1.6.0
                          │ │ │ ├── ms@2.1.3
                          │ │ │ ├── on-finished@2.4.1 deduped
                          │ │ │ ├── range-parser@1.2.1 deduped
                          │ │ │ └── statuses@2.0.1 deduped
                          │ │ ├─┬ serve-static@1.15.0
                          │ │ │ ├── encodeurl@1.0.2 deduped
                          │ │ │ ├── escape-html@1.0.3 deduped
                          │ │ │ ├── parseurl@1.3.3 deduped
                          │ │ │ └── send@0.18.0 deduped
                          │ │ ├── setprototypeof@1.2.0 deduped
                          │ │ ├── statuses@2.0.1
                          │ │ ├── type-is@1.6.18 deduped
                          │ │ ├── utils-merge@1.0.1 deduped
                          │ │ └── vary@1.1.2 deduped
                          │ ├── express-session@1.17.2 deduped
                          │ ├── iobroker.simple-api@2.6.5 deduped
                          │ ├── iobroker.socketio@4.2.0 deduped
                          │ ├─┬ iobroker.ws@1.3.0
                          │ │ ├─┬ @iobroker/adapter-core@2.6.0
                          │ │ │ └─┬ @types/iobroker@4.0.3
                          │ │ │   └── @types/node@17.0.13 deduped
                          │ │ ├─┬ axios@0.26.1
                          │ │ │ └── follow-redirects@1.15.1
                          │ │ ├── cookie-parser@1.4.6 deduped
                          │ │ ├── express-session@1.17.2 deduped
                          │ │ ├─┬ iobroker.ws.server@1.0.1
                          │ │ │ └── ws@8.4.2 deduped
                          │ │ └── passport@0.5.2 deduped
                          │ ├─┬ mime-types@2.1.35
                          │ │ └── mime-db@1.52.0
                          │ ├── passport@0.5.2 deduped
                          │ ├── passport-local@1.0.0 deduped
                          │ └── xtend@4.0.2
                          └─┬ iobroker.whatsapp-cmb@0.2.2
                            ├─┬ @iobroker/adapter-core@2.6.0
                            │ └─┬ @types/iobroker@4.0.2
                            │   └── @types/node@17.0.13 deduped
                            └── request@2.88.2 deduped
                          
                          npm ERR! peer dep missing: @types/express@^4.17.13, required by http-proxy-middleware@2.0.2
                          pi@raspberrypi:/opt/iobroker $
                          
                          

                          iobroker läuft noch nicht

                          Thomas BraunT Online
                          Thomas BraunT Online
                          Thomas Braun
                          Most Active
                          schrieb am zuletzt editiert von Thomas Braun
                          #73

                          @pahan

                          npm ls depth=0
                          

                          Sollte kürzer sein.

                          Linux-Werkzeugkasten:
                          https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                          NodeJS Fixer Skript:
                          https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                          iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                          P 1 Antwort Letzte Antwort
                          0
                          • Thomas BraunT Thomas Braun

                            @pahan

                            npm ls depth=0
                            

                            Sollte kürzer sein.

                            P Offline
                            P Offline
                            Pahan
                            schrieb am zuletzt editiert von
                            #74

                            @thomas-braun sagte in VIS - No Connection:

                            npm ls depth=0
                            

                            Sollte kürzer sein.

                            liefert folgendes:

                            
                            pi@raspberrypi:/opt/iobroker $ npm ls depth=0
                            npm ERR! code EINVALIDTAGNAME
                            npm ERR! Invalid tag name "depth=0": Tags may not have any characters that encodeURIComponent encodes.
                            
                            npm ERR! A complete log of this run can be found in:
                            npm ERR!     /home/iobroker/.npm/_logs/2022-09-02T17_47_16_665Z-debug.log
                            pi@raspberrypi:/opt/iobroker $
                            
                            
                            Thomas BraunT 1 Antwort Letzte Antwort
                            0
                            • P Pahan

                              @thomas-braun sagte in VIS - No Connection:

                              npm ls depth=0
                              

                              Sollte kürzer sein.

                              liefert folgendes:

                              
                              pi@raspberrypi:/opt/iobroker $ npm ls depth=0
                              npm ERR! code EINVALIDTAGNAME
                              npm ERR! Invalid tag name "depth=0": Tags may not have any characters that encodeURIComponent encodes.
                              
                              npm ERR! A complete log of this run can be found in:
                              npm ERR!     /home/iobroker/.npm/_logs/2022-09-02T17_47_16_665Z-debug.log
                              pi@raspberrypi:/opt/iobroker $
                              
                              
                              Thomas BraunT Online
                              Thomas BraunT Online
                              Thomas Braun
                              Most Active
                              schrieb am zuletzt editiert von
                              #75

                              @pahan sagte in VIS - No Connection:

                              npm ls depth=0

                              Mein Fehler...

                              npm ls --depth=0
                              

                              Linux-Werkzeugkasten:
                              https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                              NodeJS Fixer Skript:
                              https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                              iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                              P 1 Antwort Letzte Antwort
                              0
                              • Thomas BraunT Thomas Braun

                                @pahan sagte in VIS - No Connection:

                                npm ls depth=0

                                Mein Fehler...

                                npm ls --depth=0
                                
                                P Offline
                                P Offline
                                Pahan
                                schrieb am zuletzt editiert von
                                #76

                                @thomas-braun sagte in VIS - No Connection:

                                npm ls --depth=0
                                

                                liefert folgendes:

                                
                                pi@raspberrypi:/opt/iobroker $ npm ls --depth=0
                                iobroker.inst@3.0.0 /opt/iobroker
                                ├── iobroker.admin@5.3.8
                                ├── iobroker.alexa2@3.12.0
                                ├── iobroker.backitup@2.4.6
                                ├── iobroker.binance@1.1.3
                                ├── iobroker.daswetter@3.1.2
                                ├── iobroker.discovery@3.0.3
                                ├── iobroker.dwd@2.8.3
                                ├── iobroker.email@1.0.10
                                ├── iobroker.eusec@0.9.1
                                ├── iobroker.fb-checkpresence@1.1.14
                                ├── iobroker.fritzbox@0.2.1
                                ├── iobroker.gartenbewaesserung@0.0.8 (git+ssh://git@github.com/TA2k/ioBroker.gartenbewaesserung.git#ba2637b638e04db2003b204eece6669d778b8a69)
                                ├── iobroker.history@1.11.1
                                ├── iobroker.hm-rega@3.0.40
                                ├── iobroker.hm-rpc@1.15.12
                                ├── iobroker.ical@1.12.1
                                ├── iobroker.icons-fatcow-hosting@0.1.0
                                ├── iobroker.icons-mfd-png@1.1.0
                                ├── iobroker.icons-mfd-svg@1.1.0
                                ├── iobroker.influxdb@2.6.3
                                ├── iobroker.info@1.9.19
                                ├── iobroker.iot@1.11.4
                                ├── iobroker.javascript@5.2.21
                                ├── iobroker.js-controller@3.3.22
                                ├── iobroker.logparser@1.1.0
                                ├── iobroker.mercedesme@0.0.56
                                ├── iobroker.mihome-lamp@1.1.0
                                ├── iobroker.mihome-vacuum@3.3.3
                                ├── iobroker.shelly@5.3.2
                                ├── iobroker.simple-api@2.6.5
                                ├── iobroker.snmp@0.5.0
                                ├── iobroker.socketio@4.2.0
                                ├── iobroker.sourceanalytix@0.4.12
                                ├── iobroker.sprinklecontrol@0.2.9
                                ├── iobroker.synology@2.1.7
                                ├── iobroker.tankerkoenig@2.1.1
                                ├── iobroker.tr-064@4.2.16
                                ├── iobroker.trashschedule@1.4.5
                                ├── iobroker.upnp@1.0.21
                                ├── iobroker.vis@1.4.15
                                ├── iobroker.vis-canvas-gauges@0.1.5
                                ├── iobroker.vis-hqwidgets@1.2.0
                                ├── iobroker.vis-icontwo@0.87.0
                                ├── iobroker.vis-inventwo@3.3.1
                                ├── iobroker.vis-jqui-mfd@1.0.12
                                ├── iobroker.vis-materialdesign@0.5.9
                                ├── iobroker.vis-plumb@1.0.2
                                ├── iobroker.vis-rgraph@0.0.2
                                ├── iobroker.vis-timeandweather@1.1.7
                                ├── iobroker.weatherunderground@3.4.2
                                ├── iobroker.web@4.3.0
                                └── iobroker.whatsapp-cmb@0.2.2
                                
                                npm ERR! peer dep missing: @types/express@^4.17.13, required by http-proxy-middleware@2.0.2
                                pi@raspberrypi:/opt/iobroker $
                                
                                
                                Thomas BraunT 1 Antwort Letzte Antwort
                                0
                                • P Pahan

                                  @thomas-braun sagte in VIS - No Connection:

                                  npm ls --depth=0
                                  

                                  liefert folgendes:

                                  
                                  pi@raspberrypi:/opt/iobroker $ npm ls --depth=0
                                  iobroker.inst@3.0.0 /opt/iobroker
                                  ├── iobroker.admin@5.3.8
                                  ├── iobroker.alexa2@3.12.0
                                  ├── iobroker.backitup@2.4.6
                                  ├── iobroker.binance@1.1.3
                                  ├── iobroker.daswetter@3.1.2
                                  ├── iobroker.discovery@3.0.3
                                  ├── iobroker.dwd@2.8.3
                                  ├── iobroker.email@1.0.10
                                  ├── iobroker.eusec@0.9.1
                                  ├── iobroker.fb-checkpresence@1.1.14
                                  ├── iobroker.fritzbox@0.2.1
                                  ├── iobroker.gartenbewaesserung@0.0.8 (git+ssh://git@github.com/TA2k/ioBroker.gartenbewaesserung.git#ba2637b638e04db2003b204eece6669d778b8a69)
                                  ├── iobroker.history@1.11.1
                                  ├── iobroker.hm-rega@3.0.40
                                  ├── iobroker.hm-rpc@1.15.12
                                  ├── iobroker.ical@1.12.1
                                  ├── iobroker.icons-fatcow-hosting@0.1.0
                                  ├── iobroker.icons-mfd-png@1.1.0
                                  ├── iobroker.icons-mfd-svg@1.1.0
                                  ├── iobroker.influxdb@2.6.3
                                  ├── iobroker.info@1.9.19
                                  ├── iobroker.iot@1.11.4
                                  ├── iobroker.javascript@5.2.21
                                  ├── iobroker.js-controller@3.3.22
                                  ├── iobroker.logparser@1.1.0
                                  ├── iobroker.mercedesme@0.0.56
                                  ├── iobroker.mihome-lamp@1.1.0
                                  ├── iobroker.mihome-vacuum@3.3.3
                                  ├── iobroker.shelly@5.3.2
                                  ├── iobroker.simple-api@2.6.5
                                  ├── iobroker.snmp@0.5.0
                                  ├── iobroker.socketio@4.2.0
                                  ├── iobroker.sourceanalytix@0.4.12
                                  ├── iobroker.sprinklecontrol@0.2.9
                                  ├── iobroker.synology@2.1.7
                                  ├── iobroker.tankerkoenig@2.1.1
                                  ├── iobroker.tr-064@4.2.16
                                  ├── iobroker.trashschedule@1.4.5
                                  ├── iobroker.upnp@1.0.21
                                  ├── iobroker.vis@1.4.15
                                  ├── iobroker.vis-canvas-gauges@0.1.5
                                  ├── iobroker.vis-hqwidgets@1.2.0
                                  ├── iobroker.vis-icontwo@0.87.0
                                  ├── iobroker.vis-inventwo@3.3.1
                                  ├── iobroker.vis-jqui-mfd@1.0.12
                                  ├── iobroker.vis-materialdesign@0.5.9
                                  ├── iobroker.vis-plumb@1.0.2
                                  ├── iobroker.vis-rgraph@0.0.2
                                  ├── iobroker.vis-timeandweather@1.1.7
                                  ├── iobroker.weatherunderground@3.4.2
                                  ├── iobroker.web@4.3.0
                                  └── iobroker.whatsapp-cmb@0.2.2
                                  
                                  npm ERR! peer dep missing: @types/express@^4.17.13, required by http-proxy-middleware@2.0.2
                                  pi@raspberrypi:/opt/iobroker $
                                  
                                  
                                  Thomas BraunT Online
                                  Thomas BraunT Online
                                  Thomas Braun
                                  Most Active
                                  schrieb am zuletzt editiert von
                                  #77

                                  @pahan Dann installier jetzt nodejs 16.
                                  Anleitung in meiner Signatur.

                                  Linux-Werkzeugkasten:
                                  https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                                  NodeJS Fixer Skript:
                                  https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                                  iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                                  1 Antwort Letzte Antwort
                                  0
                                  • P Offline
                                    P Offline
                                    Pahan
                                    schrieb am zuletzt editiert von
                                    #78

                                    @thomas-braun sagte in VIS - No Connection:

                                    Dann installier jetzt nodejs 16.
                                    Anleitung in meiner Signatur.

                                    OK, bin dabei, jedoch scheitert es bei der ersten Abfrage schon.
                                    Ich müsste deiner Anleitung nach die Adapter aus Github entweder aktualisieren oder deinstallieren, jedoch wie mache ich es über die Shell?

                                    pi@raspberrypi:/opt/iobroker $ npm ls | grep -E 'github|ERR'
                                    ├─┬ iobroker.gartenbewaesserung@0.0.8 (git+ssh://git@github.com/TA2k/ioBroker.ga rtenbewaesserung.git#ba2637b638e04db2003b204eece6669d778b8a69)
                                    │ │ │ ├── github-from-package@0.0.0
                                    npm ERR! peer dep missing: @types/express@^4.17.13, required by http-proxy-middl eware@2.0.2
                                    │ └─┬ syno@3.0.0 (git+https://github.com/MeisterTR/syno.git#0104a973d33fe332aa6b 1ab5be7fe8c57d3c68b0)
                                    │ ├── github-url-from-git@1.5.0
                                    │ ├─┬ new-github-release-url@1.0.0
                                    pi@raspberrypi:/opt/iobroker $
                                    
                                    Thomas BraunT 1 Antwort Letzte Antwort
                                    0
                                    • P Pahan

                                      @thomas-braun sagte in VIS - No Connection:

                                      Dann installier jetzt nodejs 16.
                                      Anleitung in meiner Signatur.

                                      OK, bin dabei, jedoch scheitert es bei der ersten Abfrage schon.
                                      Ich müsste deiner Anleitung nach die Adapter aus Github entweder aktualisieren oder deinstallieren, jedoch wie mache ich es über die Shell?

                                      pi@raspberrypi:/opt/iobroker $ npm ls | grep -E 'github|ERR'
                                      ├─┬ iobroker.gartenbewaesserung@0.0.8 (git+ssh://git@github.com/TA2k/ioBroker.ga rtenbewaesserung.git#ba2637b638e04db2003b204eece6669d778b8a69)
                                      │ │ │ ├── github-from-package@0.0.0
                                      npm ERR! peer dep missing: @types/express@^4.17.13, required by http-proxy-middl eware@2.0.2
                                      │ └─┬ syno@3.0.0 (git+https://github.com/MeisterTR/syno.git#0104a973d33fe332aa6b 1ab5be7fe8c57d3c68b0)
                                      │ ├── github-url-from-git@1.5.0
                                      │ ├─┬ new-github-release-url@1.0.0
                                      pi@raspberrypi:/opt/iobroker $
                                      
                                      Thomas BraunT Online
                                      Thomas BraunT Online
                                      Thomas Braun
                                      Most Active
                                      schrieb am zuletzt editiert von Thomas Braun
                                      #79

                                      @pahan

                                      Sollte alles kein Problem darstellen. Kann so bleiben.

                                      Linux-Werkzeugkasten:
                                      https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                                      NodeJS Fixer Skript:
                                      https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                                      iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                                      P 1 Antwort Letzte Antwort
                                      0
                                      • Thomas BraunT Thomas Braun

                                        @pahan

                                        Sollte alles kein Problem darstellen. Kann so bleiben.

                                        P Offline
                                        P Offline
                                        Pahan
                                        schrieb am zuletzt editiert von
                                        #80

                                        @thomas-braun sagte in VIS - No Connection:

                                        Sollte alles kein Problem darstellen. Kann so bleiben.

                                        OK, nodejs wurde upgedatet, nach Befehl "iobroker fix" (entsprechend der Anleitung) folgt jedoch keine Aktion

                                        pi@raspberrypi:~ $ sudo ln -s /usr/bin/node /usr/bin/nodejs
                                        uname -m && type -P nodejs node npm && nodejs -v && node -v && npm -v && whoami && pwd && sudo apt update &> /dev/null && sudo apt update && apt policy nodejs
                                        ln: failed to create symbolic link '/usr/bin/nodejs': File exists
                                        armv7l
                                        /usr/bin/nodejs
                                        /usr/bin/node
                                        /usr/bin/npm
                                        v16.17.0
                                        v16.17.0
                                        8.15.0
                                        pi
                                        /home/pi
                                        Hit:1 http://archive.raspberrypi.org/debian bullseye InRelease
                                        Hit:2 http://raspbian.raspberrypi.org/raspbian bullseye InRelease
                                        Hit:3 https://packages.grafana.com/oss/deb stable InRelease
                                        Hit:4 https://deb.nodesource.com/node_16.x bullseye InRelease
                                        Hit:5 https://repos.influxdata.com/debian bullseye InRelease
                                        Reading package lists... Done
                                        Building dependency tree... Done
                                        Reading state information... Done
                                        All packages are up to date.
                                        nodejs:
                                          Installed: 16.17.0-deb-1nodesource1
                                          Candidate: 16.17.0-deb-1nodesource1
                                          Version table:
                                         *** 16.17.0-deb-1nodesource1 500
                                                500 https://deb.nodesource.com/node_16.x bullseye/main armhf Packages
                                                100 /var/lib/dpkg/status
                                             12.22.12~dfsg-1~deb11u1 500
                                                500 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf Packages
                                        pi@raspberrypi:~ $ iobroker fix
                                        pi@raspberrypi:~ $
                                        
                                        Thomas BraunT 1 Antwort Letzte Antwort
                                        0
                                        • P Pahan

                                          @thomas-braun sagte in VIS - No Connection:

                                          Sollte alles kein Problem darstellen. Kann so bleiben.

                                          OK, nodejs wurde upgedatet, nach Befehl "iobroker fix" (entsprechend der Anleitung) folgt jedoch keine Aktion

                                          pi@raspberrypi:~ $ sudo ln -s /usr/bin/node /usr/bin/nodejs
                                          uname -m && type -P nodejs node npm && nodejs -v && node -v && npm -v && whoami && pwd && sudo apt update &> /dev/null && sudo apt update && apt policy nodejs
                                          ln: failed to create symbolic link '/usr/bin/nodejs': File exists
                                          armv7l
                                          /usr/bin/nodejs
                                          /usr/bin/node
                                          /usr/bin/npm
                                          v16.17.0
                                          v16.17.0
                                          8.15.0
                                          pi
                                          /home/pi
                                          Hit:1 http://archive.raspberrypi.org/debian bullseye InRelease
                                          Hit:2 http://raspbian.raspberrypi.org/raspbian bullseye InRelease
                                          Hit:3 https://packages.grafana.com/oss/deb stable InRelease
                                          Hit:4 https://deb.nodesource.com/node_16.x bullseye InRelease
                                          Hit:5 https://repos.influxdata.com/debian bullseye InRelease
                                          Reading package lists... Done
                                          Building dependency tree... Done
                                          Reading state information... Done
                                          All packages are up to date.
                                          nodejs:
                                            Installed: 16.17.0-deb-1nodesource1
                                            Candidate: 16.17.0-deb-1nodesource1
                                            Version table:
                                           *** 16.17.0-deb-1nodesource1 500
                                                  500 https://deb.nodesource.com/node_16.x bullseye/main armhf Packages
                                                  100 /var/lib/dpkg/status
                                               12.22.12~dfsg-1~deb11u1 500
                                                  500 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf Packages
                                          pi@raspberrypi:~ $ iobroker fix
                                          pi@raspberrypi:~ $
                                          
                                          Thomas BraunT Online
                                          Thomas BraunT Online
                                          Thomas Braun
                                          Most Active
                                          schrieb am zuletzt editiert von
                                          #81

                                          @pahan

                                          iob status
                                          

                                          Linux-Werkzeugkasten:
                                          https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                                          NodeJS Fixer Skript:
                                          https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                                          iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                                          P 1 Antwort Letzte Antwort
                                          0

                                          Hey! Du scheinst an dieser Unterhaltung interessiert zu sein, hast aber noch kein Konto.

                                          Hast du es satt, bei jedem Besuch durch die gleichen Beiträge zu scrollen? Wenn du dich für ein Konto anmeldest, kommst du immer genau dorthin zurück, wo du zuvor warst, und kannst dich über neue Antworten benachrichtigen lassen (entweder per E-Mail oder Push-Benachrichtigung). Du kannst auch Lesezeichen speichern und Beiträge positiv bewerten, um anderen Community-Mitgliedern deine Wertschätzung zu zeigen.

                                          Mit deinem Input könnte dieser Beitrag noch besser werden 💗

                                          Registrieren Anmelden
                                          Antworten
                                          • In einem neuen Thema antworten
                                          Anmelden zum Antworten
                                          • Älteste zuerst
                                          • Neuste zuerst
                                          • Meiste Stimmen


                                          Support us

                                          ioBroker
                                          Community Adapters
                                          Donate

                                          251

                                          Online

                                          32.7k

                                          Benutzer

                                          82.6k

                                          Themen

                                          1.3m

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

                                          • Du hast noch kein Konto? Registrieren

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