Skip to content
  • Home
  • Aktuell
  • Tags
  • 0 Ungelesen 0
  • Kategorien
  • Unreplied
  • Beliebt
  • GitHub
  • Docu
  • Hilfe
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

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

Community Forum

donate donate
  1. ioBroker Community Home
  2. Deutsch
  3. ioBroker Allgemein
  4. Adapter updaten nicht mehr nach Update auf Node.js 16.17.0

NEWS

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

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

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

Adapter updaten nicht mehr nach Update auf Node.js 16.17.0

Geplant Angeheftet Gesperrt Verschoben ioBroker Allgemein
94 Beiträge 7 Kommentatoren 13.5k Aufrufe 6 Watching
  • Älteste zuerst
  • Neuste zuerst
  • Meiste Stimmen
Antworten
  • In einem neuen Thema antworten
Anmelden zum Antworten
Dieses Thema wurde gelöscht. Nur Nutzer mit entsprechenden Rechten können es sehen.
  • Thomas BraunT Thomas Braun

    @weiland sagte in Adapter updaten nicht mehr nach Update auf Node.js 16.17.0:

    Ich hoffe das war kein Problem "groups" zwischenzuschieben:

    Nein, dient nur zur Info für mich, ob die Gruppenzugehörigkeiten richtig sind.
    Sind sie, und nach dem Fix kommst du ja auch an die Verzeichnisse ran.
    Also hast du da mal mit zu hohen Rechten herumgefummelt. Mit 'sudo' oder direkt als root. Ist beides verboten im Zusammenhang mit dem ioBroker.

    W Offline
    W Offline
    Weiland
    schrieb am zuletzt editiert von
    #21

    @thomas-braun

    Scheint nun zu klappen, update gerade die Adapter. Tausend Dank! Würde dir gerne nen Kaffee rüberschieben.

    Soll ich nun noch was an der NPM-Version machen?

    Thomas BraunT 1 Antwort Letzte Antwort
    0
    • Thomas BraunT Thomas Braun

      @weiland sagte in Adapter updaten nicht mehr nach Update auf Node.js 16.17.0:

      Ich hoffe das war kein Problem "groups" zwischenzuschieben:

      Nein, dient nur zur Info für mich, ob die Gruppenzugehörigkeiten richtig sind.
      Sind sie, und nach dem Fix kommst du ja auch an die Verzeichnisse ran.
      Also hast du da mal mit zu hohen Rechten herumgefummelt. Mit 'sudo' oder direkt als root. Ist beides verboten im Zusammenhang mit dem ioBroker.

      W Offline
      W Offline
      Weiland
      schrieb am zuletzt editiert von
      #22

      @thomas-braun said in Adapter updaten nicht mehr nach Update auf Node.js 16.17.0:

      Also hast du da mal mit zu hohen Rechten herumgefummelt. Mit 'sudo' oder direkt als root. Ist beides verboten im Zusammenhang mit dem ioBroker.

      Das ist übrigens möglich, ich werde es mir hinter die Ohren schreiben

      Thomas BraunT 1 Antwort Letzte Antwort
      0
      • W Weiland

        @thomas-braun

        Scheint nun zu klappen, update gerade die Adapter. Tausend Dank! Würde dir gerne nen Kaffee rüberschieben.

        Soll ich nun noch was an der NPM-Version machen?

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

        @weiland sagte in Adapter updaten nicht mehr nach Update auf Node.js 16.17.0:

        Soll ich nun noch was an der NPM-Version machen?

        Nein, nur die Finger davon lassen.
        npm wird immer zusammen mit nodejs automatisch in der richtigen Version installiert, da muss man gar nix dran 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

        1 Antwort Letzte Antwort
        1
        • W Weiland

          @thomas-braun said in Adapter updaten nicht mehr nach Update auf Node.js 16.17.0:

          Also hast du da mal mit zu hohen Rechten herumgefummelt. Mit 'sudo' oder direkt als root. Ist beides verboten im Zusammenhang mit dem ioBroker.

          Das ist übrigens möglich, ich werde es mir hinter die Ohren schreiben

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

          @weiland sagte in Adapter updaten nicht mehr nach Update auf Node.js 16.17.0:

          Das ist übrigens möglich

          Das ist auch die einzige Möglichkeit, warum in dem Pfad Dateien oder Verzeichnisse liegen können auf die du mit einem Standarduser aus der Gruppe 'iobroker' nicht zugreifen kannst.

          cd /opt/iobroker
          npm ls
          

          sagt nun?

          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

          W 1 Antwort Letzte Antwort
          0
          • Thomas BraunT Thomas Braun

            @weiland sagte in Adapter updaten nicht mehr nach Update auf Node.js 16.17.0:

            Das ist übrigens möglich

            Das ist auch die einzige Möglichkeit, warum in dem Pfad Dateien oder Verzeichnisse liegen können auf die du mit einem Standarduser aus der Gruppe 'iobroker' nicht zugreifen kannst.

            cd /opt/iobroker
            npm ls
            

            sagt nun?

            W Offline
            W Offline
            Weiland
            schrieb am zuletzt editiert von Weiland
            #25

            @thomas-braun said in Adapter updaten nicht mehr nach Update auf Node.js 16.17.0:

            cd /opt/iobroker
            npm ls

            sagt nun?

            pi@raspberrypi:/opt/iobroker $ npm ls
            iobroker.inst@2.0.3 /opt/iobroker
            ├── @types/component-emitter@1.2.11 extraneous
            ├── @types/cookie@0.4.1 extraneous
            ├── @types/cors@2.8.12 extraneous
            ├── colors@1.4.0
            ├── fs-extra@7.0.1
            ├── iobroker.accuweather@1.2.4
            ├── iobroker.admin@6.2.21
            ├── iobroker.alexa2@3.19.7
            ├── iobroker.backitup@2.4.12
            ├── iobroker.binance@1.1.3
            ├── iobroker.bosesoundtouch@0.10.3
            ├── iobroker.botvac@1.0.0
            ├── iobroker.cloud@4.2.2
            ├── iobroker.daswetter@3.1.4
            ├── iobroker.discovery@3.0.5
            ├── iobroker.fakeroku@0.2.1
            ├── iobroker.flot@1.11.0
            ├── iobroker.fritzdect@2.2.3
            ├── iobroker.ham@5.1.0
            ├── iobroker.harmony@1.2.2
            ├── iobroker.history@2.2.1
            ├── iobroker.hm-rega@3.0.43
            ├── iobroker.hm-rpc@1.15.15
            ├── iobroker.hmip@1.19.1
            ├── iobroker.homeconnect@1.0.1
            ├── iobroker.hue-extended@2.0.0
            ├── iobroker.hue@3.7.1
            ├── iobroker.icons-icons8@0.0.1
            ├── iobroker.info@1.9.19
            ├── iobroker.javascript@6.0.1
            ├── iobroker.js-controller@4.0.23
            ├── iobroker.material@1.1.2
            ├── iobroker.mihome-vacuum@3.6.0
            ├── iobroker.mobile@1.0.1
            ├── iobroker.node-red@4.0.0 invalid: "3.3.0" from the root project
            ├── iobroker.openweathermap@0.3.0
            ├── iobroker.pi-hole@1.3.4
            ├── iobroker.ping@1.5.3
            ├── iobroker.samsung@0.5.11
            ├── iobroker.schoolfree@1.0.1
            ├── iobroker.simple-api@2.7.1
            ├── iobroker.socketio@6.1.10
            ├── iobroker.spotify-premium@1.2.2
            ├── iobroker.sql@2.1.8
            ├── iobroker.synology@2.1.9
            ├── iobroker.tileboard@0.3.1
            ├── iobroker.tr-064@4.2.16
            ├── iobroker.trashschedule@2.0.3
            ├── iobroker.vis-google-fonts@1.0.3
            ├── iobroker.vis-history@1.0.0
            ├── iobroker.vis-hqwidgets@1.3.0
            ├── iobroker.vis-materialdesign@0.5.9
            ├── iobroker.vis@1.4.15
            ├── iobroker.web@5.2.5
            ├── iobroker.whatsapp-cmb@0.2.3
            ├── iobroker.ws@2.1.5
            ├── iobroker.yahka@0.13.1
            ├── iobroker@2.0.3
            ├── semver@5.7.1
            └── yargs@7.1.0
            
            npm ERR! code ELSPROBLEMS
            npm ERR! extraneous: @types/component-emitter@1.2.11 /opt/iobroker/node_modules/@types/component-emitter
            npm ERR! extraneous: @types/cookie@0.4.1 /opt/iobroker/node_modules/@types/cookie
            npm ERR! extraneous: @types/cors@2.8.12 /opt/iobroker/node_modules/@types/cors
            npm ERR! invalid: iobroker.node-red@4.0.0 /opt/iobroker/node_modules/iobroker.node-red
            
            npm ERR! A complete log of this run can be found in:
            npm ERR!     /home/iobroker/.npm/_logs/2022-09-06T09_12_10_695Z-debug-0.log
            pi@raspberrypi:/opt/iobroker $
            
            

            Tatsächlich habe ich auch festgestellt, dass der Node-Red-Adapter der einzige ist der sich nicht updaten lässt.

            Thomas BraunT 1 Antwort Letzte Antwort
            0
            • W Weiland

              @thomas-braun said in Adapter updaten nicht mehr nach Update auf Node.js 16.17.0:

              cd /opt/iobroker
              npm ls

              sagt nun?

              pi@raspberrypi:/opt/iobroker $ npm ls
              iobroker.inst@2.0.3 /opt/iobroker
              ├── @types/component-emitter@1.2.11 extraneous
              ├── @types/cookie@0.4.1 extraneous
              ├── @types/cors@2.8.12 extraneous
              ├── colors@1.4.0
              ├── fs-extra@7.0.1
              ├── iobroker.accuweather@1.2.4
              ├── iobroker.admin@6.2.21
              ├── iobroker.alexa2@3.19.7
              ├── iobroker.backitup@2.4.12
              ├── iobroker.binance@1.1.3
              ├── iobroker.bosesoundtouch@0.10.3
              ├── iobroker.botvac@1.0.0
              ├── iobroker.cloud@4.2.2
              ├── iobroker.daswetter@3.1.4
              ├── iobroker.discovery@3.0.5
              ├── iobroker.fakeroku@0.2.1
              ├── iobroker.flot@1.11.0
              ├── iobroker.fritzdect@2.2.3
              ├── iobroker.ham@5.1.0
              ├── iobroker.harmony@1.2.2
              ├── iobroker.history@2.2.1
              ├── iobroker.hm-rega@3.0.43
              ├── iobroker.hm-rpc@1.15.15
              ├── iobroker.hmip@1.19.1
              ├── iobroker.homeconnect@1.0.1
              ├── iobroker.hue-extended@2.0.0
              ├── iobroker.hue@3.7.1
              ├── iobroker.icons-icons8@0.0.1
              ├── iobroker.info@1.9.19
              ├── iobroker.javascript@6.0.1
              ├── iobroker.js-controller@4.0.23
              ├── iobroker.material@1.1.2
              ├── iobroker.mihome-vacuum@3.6.0
              ├── iobroker.mobile@1.0.1
              ├── iobroker.node-red@4.0.0 invalid: "3.3.0" from the root project
              ├── iobroker.openweathermap@0.3.0
              ├── iobroker.pi-hole@1.3.4
              ├── iobroker.ping@1.5.3
              ├── iobroker.samsung@0.5.11
              ├── iobroker.schoolfree@1.0.1
              ├── iobroker.simple-api@2.7.1
              ├── iobroker.socketio@6.1.10
              ├── iobroker.spotify-premium@1.2.2
              ├── iobroker.sql@2.1.8
              ├── iobroker.synology@2.1.9
              ├── iobroker.tileboard@0.3.1
              ├── iobroker.tr-064@4.2.16
              ├── iobroker.trashschedule@2.0.3
              ├── iobroker.vis-google-fonts@1.0.3
              ├── iobroker.vis-history@1.0.0
              ├── iobroker.vis-hqwidgets@1.3.0
              ├── iobroker.vis-materialdesign@0.5.9
              ├── iobroker.vis@1.4.15
              ├── iobroker.web@5.2.5
              ├── iobroker.whatsapp-cmb@0.2.3
              ├── iobroker.ws@2.1.5
              ├── iobroker.yahka@0.13.1
              ├── iobroker@2.0.3
              ├── semver@5.7.1
              └── yargs@7.1.0
              
              npm ERR! code ELSPROBLEMS
              npm ERR! extraneous: @types/component-emitter@1.2.11 /opt/iobroker/node_modules/@types/component-emitter
              npm ERR! extraneous: @types/cookie@0.4.1 /opt/iobroker/node_modules/@types/cookie
              npm ERR! extraneous: @types/cors@2.8.12 /opt/iobroker/node_modules/@types/cors
              npm ERR! invalid: iobroker.node-red@4.0.0 /opt/iobroker/node_modules/iobroker.node-red
              
              npm ERR! A complete log of this run can be found in:
              npm ERR!     /home/iobroker/.npm/_logs/2022-09-06T09_12_10_695Z-debug-0.log
              pi@raspberrypi:/opt/iobroker $
              
              

              Tatsächlich habe ich auch festgestellt, dass der Node-Red-Adapter der einzige ist der sich nicht updaten lässt.

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

              @weiland

              node-red 4.0.0 ist eh erst noch Beta. Solltest du nicht verwenden.

              iobroker update
              iobroke upgrade node-red@3.3.1
              

              Du scheinst da generell als Beta-Tester unterwegs zu sein.

              iobroker repo list
              

              sagt?

              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

              W 1 Antwort Letzte Antwort
              0
              • Thomas BraunT Thomas Braun

                @weiland

                node-red 4.0.0 ist eh erst noch Beta. Solltest du nicht verwenden.

                iobroker update
                iobroke upgrade node-red@3.3.1
                

                Du scheinst da generell als Beta-Tester unterwegs zu sein.

                iobroker repo list
                

                sagt?

                W Offline
                W Offline
                Weiland
                schrieb am zuletzt editiert von
                #27

                @thomas-braun said in Adapter updaten nicht mehr nach Update auf Node.js 16.17.0:

                @weiland

                node-red 4.0.0 ist eh erst noch Beta. Solltest du nicht verwenden.

                iobroker update
                iobroke upgrade node-red@3.3.1
                

                Du scheinst da generell als Beta-Tester unterwegs zu sein.

                iobroker repo list
                

                sagt?

                stimmt:

                pi@raspberrypi:/opt/iobroker $ iobroker repo list
                stable        : http://download.iobroker.net/sources-dist.json
                beta          : http://download.iobroker.net/sources-dist-latest.json
                
                Active repo(s): beta
                
                
                Thomas BraunT 1 Antwort Letzte Antwort
                0
                • W Weiland

                  @thomas-braun said in Adapter updaten nicht mehr nach Update auf Node.js 16.17.0:

                  @weiland

                  node-red 4.0.0 ist eh erst noch Beta. Solltest du nicht verwenden.

                  iobroker update
                  iobroke upgrade node-red@3.3.1
                  

                  Du scheinst da generell als Beta-Tester unterwegs zu sein.

                  iobroker repo list
                  

                  sagt?

                  stimmt:

                  pi@raspberrypi:/opt/iobroker $ iobroker repo list
                  stable        : http://download.iobroker.net/sources-dist.json
                  beta          : http://download.iobroker.net/sources-dist-latest.json
                  
                  Active repo(s): beta
                  
                  
                  Thomas BraunT Online
                  Thomas BraunT Online
                  Thomas Braun
                  Most Active
                  schrieb am zuletzt editiert von Thomas Braun
                  #28

                  @weiland

                  Und warum?

                  Stell das auf stable ein.

                  iobroker repo unset beta
                  iobroker repo set stable
                  iobroker update
                  

                  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

                  W 1 Antwort Letzte Antwort
                  0
                  • Thomas BraunT Thomas Braun

                    @weiland

                    Und warum?

                    Stell das auf stable ein.

                    iobroker repo unset beta
                    iobroker repo set stable
                    iobroker update
                    
                    W Offline
                    W Offline
                    Weiland
                    schrieb am zuletzt editiert von
                    #29

                    @thomas-braun

                    erledigt, genau kann ich dir das garnicht sagen, wahrscheinlich gab es mal einen Adapter den ich brauchte nur in Beta

                    1 Antwort Letzte Antwort
                    0
                    • I Offline
                      I Offline
                      iobrokerle
                      schrieb am zuletzt editiert von
                      #30

                      @thomas-braun

                      Ich komme auch nicht weiter und bitte um Hilfe.
                      Ich habe ein ähnliches Probleme und habe mich schon durch den Thread durchgearbeitet.:

                      Bei mir sieht es so aus:

                      pi@raspberry-iob:/opt/iobroker $ npm ls
                      iobroker.inst@2.0.3 /opt/iobroker
                      ├── @abandonware/bluetooth-hci-socket@0.5.3-8 extraneous
                      ├── @abandonware/noble@1.9.2-15 extraneous
                      ├── @types/caseless@0.12.2 extraneous
                      ├── @types/request@2.48.8 extraneous
                      ├── @types/tough-cookie@4.0.2 extraneous
                      ├── bignumber.js@9.0.2 extraneous
                      ├── coffeescript@1.12.7 extraneous
                      ├── colors@1.4.0
                      ├── fs-extra@7.0.1
                      ├── http-cookie-agent@1.0.5 extraneous
                      ├── iobroker-react-components@1.0.0 extraneous
                      ├── iobroker.admin@6.2.22
                      ├── iobroker.alexa2@3.19.9
                      ├── UNMET DEPENDENCY iobroker.ble@0.13.0
                      ├── UNMET DEPENDENCY iobroker.bmw@2.5.3
                      ├── iobroker.coronavirus-statistics@0.8.7
                      ├── UNMET DEPENDENCY iobroker.daswetter@3.1.2
                      ├── iobroker.devices@1.0.12
                      ├── iobroker.discovery@3.0.5
                      ├── iobroker.ds18b20@1.6.0
                      ├── iobroker.echarts@1.0.12
                      ├── iobroker.email@1.1.3
                      ├── iobroker.firetv@1.0.0
                      ├── iobroker.flot@1.11.0
                      ├── iobroker.history@2.2.0
                      ├── iobroker.icons-ultimate-png@1.0.1
                      ├── iobroker.info@1.9.19
                      ├── iobroker.javascript@6.0.3
                      ├── iobroker.js-controller@4.0.23
                      ├── iobroker.node-red@3.3.1
                      ├── iobroker.proxy@1.3.1
                      ├── iobroker.shelly@6.0.0
                      ├── iobroker.simple-api@2.7.0
                      ├── iobroker.socketio@4.2.0
                      ├── iobroker.sonoff@2.5.1
                      ├── iobroker.statistics@2.2.0
                      ├── iobroker.tankerkoenig@2.1.1
                      ├── iobroker.telegram@1.14.1
                      ├── iobroker.text2command@2.2.2
                      ├── iobroker.vis-bars@0.1.4
                      ├── iobroker.vis-fancyswitch@1.1.0
                      ├── iobroker.vis-history@1.0.0
                      ├── iobroker.vis-hqwidgets@1.3.0
                      ├── iobroker.vis-icontwo@ extraneous
                      ├── iobroker.vis-inventwo@3.3.1
                      ├── iobroker.vis-jqui-mfd@1.0.12
                      ├── iobroker.vis-map@1.0.4
                      ├── iobroker.vis-materialdesign@0.3.0
                      ├── iobroker.vis-metro@1.2.0
                      ├── iobroker.vis-timeandweather@1.2.2
                      ├── iobroker.vis-weather@2.5.5
                      ├── iobroker.vis@1.4.15
                      ├── iobroker.weatherunderground@3.4.2
                      ├── iobroker.web@4.3.0
                      ├── iobroker@2.0.3
                      ├── json-bigint@1.0.0 extraneous
                      ├── node-inspect@2.0.0 extraneous
                      ├── node-schedule@2.1.0 extraneous
                      ├── picocolors@1.0.0 extraneous
                      ├── semver@5.7.1
                      ├── setimmediate@1.0.5 extraneous
                      ├── suncalc2@1.8.1 extraneous
                      ├── typescript@4.7.4 extraneous
                      ├── usb@1.9.2 extraneous
                      ├── virtual-tsc@0.6.2 extraneous
                      ├── wake_on_lan@1.0.0 extraneous
                      ├── xml2json-light@1.0.6 extraneous
                      ├── xmlhttprequest@1.8.0 extraneous
                      └── yargs@7.1.0
                      
                      npm ERR! code ELSPROBLEMS
                      npm ERR! extraneous: @abandonware/bluetooth-hci-socket@0.5.3-8 /opt/iobroker/node_modules/@abandonware/bluetooth-hci-socket
                      npm ERR! extraneous: @abandonware/noble@1.9.2-15 /opt/iobroker/node_modules/@abandonware/noble
                      npm ERR! extraneous: @types/caseless@0.12.2 /opt/iobroker/node_modules/@types/caseless
                      npm ERR! extraneous: @types/request@2.48.8 /opt/iobroker/node_modules/@types/request
                      npm ERR! extraneous: @types/tough-cookie@4.0.2 /opt/iobroker/node_modules/@types/tough-cookie
                      npm ERR! extraneous: bignumber.js@9.0.2 /opt/iobroker/node_modules/bignumber.js
                      npm ERR! extraneous: coffeescript@1.12.7 /opt/iobroker/node_modules/coffeescript
                      npm ERR! extraneous: http-cookie-agent@1.0.5 /opt/iobroker/node_modules/http-cookie-agent
                      npm ERR! extraneous: iobroker-react-components@1.0.0 /opt/iobroker/node_modules/iobroker-react-components
                      npm ERR! missing: iobroker.ble@0.13.0, required by iobroker.inst@2.0.3
                      npm ERR! missing: iobroker.bmw@2.5.3, required by iobroker.inst@2.0.3
                      npm ERR! missing: iobroker.daswetter@3.1.2, required by iobroker.inst@2.0.3
                      npm ERR! extraneous: iobroker.vis-icontwo@ /opt/iobroker/node_modules/iobroker.vis-icontwo
                      npm ERR! extraneous: json-bigint@1.0.0 /opt/iobroker/node_modules/json-bigint
                      npm ERR! extraneous: node-inspect@2.0.0 /opt/iobroker/node_modules/node-inspect
                      npm ERR! extraneous: node-schedule@2.1.0 /opt/iobroker/node_modules/node-schedule
                      npm ERR! extraneous: picocolors@1.0.0 /opt/iobroker/node_modules/picocolors
                      npm ERR! extraneous: setimmediate@1.0.5 /opt/iobroker/node_modules/setimmediate
                      npm ERR! extraneous: suncalc2@1.8.1 /opt/iobroker/node_modules/suncalc2
                      npm ERR! extraneous: typescript@4.7.4 /opt/iobroker/node_modules/typescript
                      npm ERR! extraneous: usb@1.9.2 /opt/iobroker/node_modules/usb
                      npm ERR! extraneous: virtual-tsc@0.6.2 /opt/iobroker/node_modules/virtual-tsc
                      npm ERR! extraneous: wake_on_lan@1.0.0 /opt/iobroker/node_modules/wake_on_lan
                      npm ERR! extraneous: xml2json-light@1.0.6 /opt/iobroker/node_modules/xml2json-light
                      npm ERR! extraneous: xmlhttprequest@1.8.0 /opt/iobroker/node_modules/xmlhttprequest
                      
                      npm ERR! A complete log of this run can be found in:
                      npm ERR!     /home/iobroker/.npm/_logs/2022-09-25T12_39_12_532Z-debug-0.log
                      

                      Das sollte eigentlich passen:

                      pi@raspberry-iob:/ $ nodejs -v && node -v && npm -v && which nodejs && which node && which npm
                      v16.17.1
                      v16.17.1
                      8.15.0
                      /usr/bin/nodejs
                      /usr/bin/node
                      /usr/bin/npm
                      pi@raspberry-iob:/ $
                      

                      Jemand eine Idee?

                      Viele Grüße

                      Thomas BraunT 1 Antwort Letzte Antwort
                      0
                      • I iobrokerle

                        @thomas-braun

                        Ich komme auch nicht weiter und bitte um Hilfe.
                        Ich habe ein ähnliches Probleme und habe mich schon durch den Thread durchgearbeitet.:

                        Bei mir sieht es so aus:

                        pi@raspberry-iob:/opt/iobroker $ npm ls
                        iobroker.inst@2.0.3 /opt/iobroker
                        ├── @abandonware/bluetooth-hci-socket@0.5.3-8 extraneous
                        ├── @abandonware/noble@1.9.2-15 extraneous
                        ├── @types/caseless@0.12.2 extraneous
                        ├── @types/request@2.48.8 extraneous
                        ├── @types/tough-cookie@4.0.2 extraneous
                        ├── bignumber.js@9.0.2 extraneous
                        ├── coffeescript@1.12.7 extraneous
                        ├── colors@1.4.0
                        ├── fs-extra@7.0.1
                        ├── http-cookie-agent@1.0.5 extraneous
                        ├── iobroker-react-components@1.0.0 extraneous
                        ├── iobroker.admin@6.2.22
                        ├── iobroker.alexa2@3.19.9
                        ├── UNMET DEPENDENCY iobroker.ble@0.13.0
                        ├── UNMET DEPENDENCY iobroker.bmw@2.5.3
                        ├── iobroker.coronavirus-statistics@0.8.7
                        ├── UNMET DEPENDENCY iobroker.daswetter@3.1.2
                        ├── iobroker.devices@1.0.12
                        ├── iobroker.discovery@3.0.5
                        ├── iobroker.ds18b20@1.6.0
                        ├── iobroker.echarts@1.0.12
                        ├── iobroker.email@1.1.3
                        ├── iobroker.firetv@1.0.0
                        ├── iobroker.flot@1.11.0
                        ├── iobroker.history@2.2.0
                        ├── iobroker.icons-ultimate-png@1.0.1
                        ├── iobroker.info@1.9.19
                        ├── iobroker.javascript@6.0.3
                        ├── iobroker.js-controller@4.0.23
                        ├── iobroker.node-red@3.3.1
                        ├── iobroker.proxy@1.3.1
                        ├── iobroker.shelly@6.0.0
                        ├── iobroker.simple-api@2.7.0
                        ├── iobroker.socketio@4.2.0
                        ├── iobroker.sonoff@2.5.1
                        ├── iobroker.statistics@2.2.0
                        ├── iobroker.tankerkoenig@2.1.1
                        ├── iobroker.telegram@1.14.1
                        ├── iobroker.text2command@2.2.2
                        ├── iobroker.vis-bars@0.1.4
                        ├── iobroker.vis-fancyswitch@1.1.0
                        ├── iobroker.vis-history@1.0.0
                        ├── iobroker.vis-hqwidgets@1.3.0
                        ├── iobroker.vis-icontwo@ extraneous
                        ├── iobroker.vis-inventwo@3.3.1
                        ├── iobroker.vis-jqui-mfd@1.0.12
                        ├── iobroker.vis-map@1.0.4
                        ├── iobroker.vis-materialdesign@0.3.0
                        ├── iobroker.vis-metro@1.2.0
                        ├── iobroker.vis-timeandweather@1.2.2
                        ├── iobroker.vis-weather@2.5.5
                        ├── iobroker.vis@1.4.15
                        ├── iobroker.weatherunderground@3.4.2
                        ├── iobroker.web@4.3.0
                        ├── iobroker@2.0.3
                        ├── json-bigint@1.0.0 extraneous
                        ├── node-inspect@2.0.0 extraneous
                        ├── node-schedule@2.1.0 extraneous
                        ├── picocolors@1.0.0 extraneous
                        ├── semver@5.7.1
                        ├── setimmediate@1.0.5 extraneous
                        ├── suncalc2@1.8.1 extraneous
                        ├── typescript@4.7.4 extraneous
                        ├── usb@1.9.2 extraneous
                        ├── virtual-tsc@0.6.2 extraneous
                        ├── wake_on_lan@1.0.0 extraneous
                        ├── xml2json-light@1.0.6 extraneous
                        ├── xmlhttprequest@1.8.0 extraneous
                        └── yargs@7.1.0
                        
                        npm ERR! code ELSPROBLEMS
                        npm ERR! extraneous: @abandonware/bluetooth-hci-socket@0.5.3-8 /opt/iobroker/node_modules/@abandonware/bluetooth-hci-socket
                        npm ERR! extraneous: @abandonware/noble@1.9.2-15 /opt/iobroker/node_modules/@abandonware/noble
                        npm ERR! extraneous: @types/caseless@0.12.2 /opt/iobroker/node_modules/@types/caseless
                        npm ERR! extraneous: @types/request@2.48.8 /opt/iobroker/node_modules/@types/request
                        npm ERR! extraneous: @types/tough-cookie@4.0.2 /opt/iobroker/node_modules/@types/tough-cookie
                        npm ERR! extraneous: bignumber.js@9.0.2 /opt/iobroker/node_modules/bignumber.js
                        npm ERR! extraneous: coffeescript@1.12.7 /opt/iobroker/node_modules/coffeescript
                        npm ERR! extraneous: http-cookie-agent@1.0.5 /opt/iobroker/node_modules/http-cookie-agent
                        npm ERR! extraneous: iobroker-react-components@1.0.0 /opt/iobroker/node_modules/iobroker-react-components
                        npm ERR! missing: iobroker.ble@0.13.0, required by iobroker.inst@2.0.3
                        npm ERR! missing: iobroker.bmw@2.5.3, required by iobroker.inst@2.0.3
                        npm ERR! missing: iobroker.daswetter@3.1.2, required by iobroker.inst@2.0.3
                        npm ERR! extraneous: iobroker.vis-icontwo@ /opt/iobroker/node_modules/iobroker.vis-icontwo
                        npm ERR! extraneous: json-bigint@1.0.0 /opt/iobroker/node_modules/json-bigint
                        npm ERR! extraneous: node-inspect@2.0.0 /opt/iobroker/node_modules/node-inspect
                        npm ERR! extraneous: node-schedule@2.1.0 /opt/iobroker/node_modules/node-schedule
                        npm ERR! extraneous: picocolors@1.0.0 /opt/iobroker/node_modules/picocolors
                        npm ERR! extraneous: setimmediate@1.0.5 /opt/iobroker/node_modules/setimmediate
                        npm ERR! extraneous: suncalc2@1.8.1 /opt/iobroker/node_modules/suncalc2
                        npm ERR! extraneous: typescript@4.7.4 /opt/iobroker/node_modules/typescript
                        npm ERR! extraneous: usb@1.9.2 /opt/iobroker/node_modules/usb
                        npm ERR! extraneous: virtual-tsc@0.6.2 /opt/iobroker/node_modules/virtual-tsc
                        npm ERR! extraneous: wake_on_lan@1.0.0 /opt/iobroker/node_modules/wake_on_lan
                        npm ERR! extraneous: xml2json-light@1.0.6 /opt/iobroker/node_modules/xml2json-light
                        npm ERR! extraneous: xmlhttprequest@1.8.0 /opt/iobroker/node_modules/xmlhttprequest
                        
                        npm ERR! A complete log of this run can be found in:
                        npm ERR!     /home/iobroker/.npm/_logs/2022-09-25T12_39_12_532Z-debug-0.log
                        

                        Das sollte eigentlich passen:

                        pi@raspberry-iob:/ $ nodejs -v && node -v && npm -v && which nodejs && which node && which npm
                        v16.17.1
                        v16.17.1
                        8.15.0
                        /usr/bin/nodejs
                        /usr/bin/node
                        /usr/bin/npm
                        pi@raspberry-iob:/ $
                        

                        Jemand eine Idee?

                        Viele Grüße

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

                        @iobrokerle sagte in Adapter updaten nicht mehr nach Update auf Node.js 16.17.0:

                        npm ERR! missing: iobroker.ble@0.13.0, required by iobroker.inst@2.0.3

                        Installier die drei nochmal:

                        npm ERR! missing: iobroker.ble@0.13.0, required by iobroker.inst@2.0.3
                        npm ERR! missing: iobroker.bmw@2.5.3, required by iobroker.inst@2.0.3
                        npm ERR! missing: iobroker.daswetter@3.1.2, required by iobroker.inst@2.0.3
                        

                        Vollständig prüfen bitte so:

                        uname -m && type -P nodejs node npm && nodejs -v && node -v && npm -v && iob -v && whoami && groups && pwd && sudo apt update &> /dev/null && sudo apt update && apt policy nodejs
                        

                        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

                        I 1 Antwort Letzte Antwort
                        0
                        • Thomas BraunT Thomas Braun

                          @iobrokerle sagte in Adapter updaten nicht mehr nach Update auf Node.js 16.17.0:

                          npm ERR! missing: iobroker.ble@0.13.0, required by iobroker.inst@2.0.3

                          Installier die drei nochmal:

                          npm ERR! missing: iobroker.ble@0.13.0, required by iobroker.inst@2.0.3
                          npm ERR! missing: iobroker.bmw@2.5.3, required by iobroker.inst@2.0.3
                          npm ERR! missing: iobroker.daswetter@3.1.2, required by iobroker.inst@2.0.3
                          

                          Vollständig prüfen bitte so:

                          uname -m && type -P nodejs node npm && nodejs -v && node -v && npm -v && iob -v && whoami && groups && pwd && sudo apt update &> /dev/null && sudo apt update && apt policy nodejs
                          
                          I Offline
                          I Offline
                          iobrokerle
                          schrieb am zuletzt editiert von iobrokerle
                          #32

                          @thomas-braun

                          Danke für die schnelle Antwort :+1:

                          Ich kann leider keinen Adapter mehr installieren, egal welcher.
                          Immer kommt ein Exit Code.

                          
                          armv7l
                          /usr/bin/nodejs
                          /usr/bin/node
                          /usr/bin/npm
                          v16.17.1
                          v16.17.1
                          8.15.0
                          4.0.23
                          pi
                          pi adm dialout cdrom sudo audio video plugdev games users input netdev gpio i2c spi iobroker
                          /
                          OK:1 http://raspbian.raspberrypi.org/raspbian buster InRelease
                          OK:2 http://archive.raspberrypi.org/debian buster InRelease
                          OK:3 https://deb.nodesource.com/node_16.x buster InRelease
                          Paketlisten werden gelesen... Fertig
                          Abhängigkeitsbaum wird aufgebaut.
                          Statusinformationen werden eingelesen.... Fertig
                          Aktualisierung für 3 Pakete verfügbar. Führen Sie »apt list --upgradable« aus, um sie anzuzeigen.
                          nodejs:
                            Installiert:           16.17.1-deb-1nodesource1
                            Installationskandidat: 16.17.1-deb-1nodesource1
                            Versionstabelle:
                           *** 16.17.1-deb-1nodesource1 500
                                  500 https://deb.nodesource.com/node_16.x buster/main armhf Packages
                                  100 /var/lib/dpkg/status
                               10.24.0~dfsg-1~deb10u1 500
                          
                          
                          Thomas BraunT 1 Antwort Letzte Antwort
                          0
                          • I iobrokerle

                            @thomas-braun

                            Danke für die schnelle Antwort :+1:

                            Ich kann leider keinen Adapter mehr installieren, egal welcher.
                            Immer kommt ein Exit Code.

                            
                            armv7l
                            /usr/bin/nodejs
                            /usr/bin/node
                            /usr/bin/npm
                            v16.17.1
                            v16.17.1
                            8.15.0
                            4.0.23
                            pi
                            pi adm dialout cdrom sudo audio video plugdev games users input netdev gpio i2c spi iobroker
                            /
                            OK:1 http://raspbian.raspberrypi.org/raspbian buster InRelease
                            OK:2 http://archive.raspberrypi.org/debian buster InRelease
                            OK:3 https://deb.nodesource.com/node_16.x buster InRelease
                            Paketlisten werden gelesen... Fertig
                            Abhängigkeitsbaum wird aufgebaut.
                            Statusinformationen werden eingelesen.... Fertig
                            Aktualisierung für 3 Pakete verfügbar. Führen Sie »apt list --upgradable« aus, um sie anzuzeigen.
                            nodejs:
                              Installiert:           16.17.1-deb-1nodesource1
                              Installationskandidat: 16.17.1-deb-1nodesource1
                              Versionstabelle:
                             *** 16.17.1-deb-1nodesource1 500
                                    500 https://deb.nodesource.com/node_16.x buster/main armhf Packages
                                    100 /var/lib/dpkg/status
                                 10.24.0~dfsg-1~deb10u1 500
                            
                            
                            Thomas BraunT Online
                            Thomas BraunT Online
                            Thomas Braun
                            Most Active
                            schrieb am zuletzt editiert von
                            #33

                            @iobrokerle sagte in Adapter updaten nicht mehr nach Update auf Node.js 16.17.0:

                            Ich kann leider keinen Adapter mehr installieren, egal welcher.

                            Meldungen?

                            iobroker add ble --debug
                            

                            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

                            I 1 Antwort Letzte Antwort
                            0
                            • Thomas BraunT Thomas Braun

                              @iobrokerle sagte in Adapter updaten nicht mehr nach Update auf Node.js 16.17.0:

                              Ich kann leider keinen Adapter mehr installieren, egal welcher.

                              Meldungen?

                              iobroker add ble --debug
                              
                              I Offline
                              I Offline
                              iobrokerle
                              schrieb am zuletzt editiert von
                              #34

                              @thomas-braun said in Adapter updaten nicht mehr nach Update auf Node.js 16.17.0:

                              iobroker add ble --debug

                              NPM version: 8.15.0
                              Installing iobroker.ble@0.13.0... (System call)
                              npm WARN old lockfile
                              npm WARN old lockfile The package-lock.json file was created with an old version of npm,
                              npm WARN old lockfile so supplemental metadata must be fetched from the registry.
                              npm WARN old lockfile
                              npm WARN old lockfile This is a one-time fix-up, please be patient...
                              npm WARN old lockfile
                              npm WARN tarball tarball data for iobroker.icons-ultimate-png@https://github.com/ioBroker/ioBroker.icons-ultimate-png/tarball/master (sha512-ZauMOfdp4ublYvWRd6mFp64dZ9T5k7z0aX/GcX3ljGziXyNVFtV3iUADNWoBGOk/vLPawTV7w2JpbMmTsHKNMQ==) seems to be corrupted. Trying again.
                              npm WARN tarball tarball data for iobroker.vis-jqui-mfd@https://github.com/ioBroker/ioBroker.vis-jqui-mfd/tarball/master (sha512-INXgmBMn8dXk+ySYR6Hx+ZAC8x36xGKAk8IKet0N8m4xe/Q4EiwzCsOlMbtQsWG/PrtUDopnvLMqNB3EDQnCHg==) seems to be corrupted. Trying again.
                              npm ERR! code EINTEGRITY
                              npm ERR! sha512-INXgmBMn8dXk+ySYR6Hx+ZAC8x36xGKAk8IKet0N8m4xe/Q4EiwzCsOlMbtQsWG/PrtUDopnvLMqNB3EDQnCHg== integrity checksum failed when using sha512: wanted sha512-INXgmBMn8dXk+ySYR6Hx+ZAC8x36xGKAk8IKet0N8m4xe/Q4EiwzCsOlMbtQsWG/PrtUDopnvLMqNB3EDQnCHg== but got sha512-aIDxplY3tckVzKezokybf2Ki4MQdHn7DKw+ipKbVUvmkmT88o3KFhxEie1xLO5bF3zDUAAhayGPASuYSacYieQ==. (285658 bytes)
                              
                              npm ERR! A complete log of this run can be found in:
                              npm ERR!     /home/iobroker/.npm/_logs/2022-09-25T13_12_37_930Z-debug-0.log
                              host.raspberry-iob Cannot install iobroker.ble@0.13.0: 1
                              
                              
                              Thomas BraunT 1 Antwort Letzte Antwort
                              0
                              • I iobrokerle

                                @thomas-braun said in Adapter updaten nicht mehr nach Update auf Node.js 16.17.0:

                                iobroker add ble --debug

                                NPM version: 8.15.0
                                Installing iobroker.ble@0.13.0... (System call)
                                npm WARN old lockfile
                                npm WARN old lockfile The package-lock.json file was created with an old version of npm,
                                npm WARN old lockfile so supplemental metadata must be fetched from the registry.
                                npm WARN old lockfile
                                npm WARN old lockfile This is a one-time fix-up, please be patient...
                                npm WARN old lockfile
                                npm WARN tarball tarball data for iobroker.icons-ultimate-png@https://github.com/ioBroker/ioBroker.icons-ultimate-png/tarball/master (sha512-ZauMOfdp4ublYvWRd6mFp64dZ9T5k7z0aX/GcX3ljGziXyNVFtV3iUADNWoBGOk/vLPawTV7w2JpbMmTsHKNMQ==) seems to be corrupted. Trying again.
                                npm WARN tarball tarball data for iobroker.vis-jqui-mfd@https://github.com/ioBroker/ioBroker.vis-jqui-mfd/tarball/master (sha512-INXgmBMn8dXk+ySYR6Hx+ZAC8x36xGKAk8IKet0N8m4xe/Q4EiwzCsOlMbtQsWG/PrtUDopnvLMqNB3EDQnCHg==) seems to be corrupted. Trying again.
                                npm ERR! code EINTEGRITY
                                npm ERR! sha512-INXgmBMn8dXk+ySYR6Hx+ZAC8x36xGKAk8IKet0N8m4xe/Q4EiwzCsOlMbtQsWG/PrtUDopnvLMqNB3EDQnCHg== integrity checksum failed when using sha512: wanted sha512-INXgmBMn8dXk+ySYR6Hx+ZAC8x36xGKAk8IKet0N8m4xe/Q4EiwzCsOlMbtQsWG/PrtUDopnvLMqNB3EDQnCHg== but got sha512-aIDxplY3tckVzKezokybf2Ki4MQdHn7DKw+ipKbVUvmkmT88o3KFhxEie1xLO5bF3zDUAAhayGPASuYSacYieQ==. (285658 bytes)
                                
                                npm ERR! A complete log of this run can be found in:
                                npm ERR!     /home/iobroker/.npm/_logs/2022-09-25T13_12_37_930Z-debug-0.log
                                host.raspberry-iob Cannot install iobroker.ble@0.13.0: 1
                                
                                
                                Thomas BraunT Online
                                Thomas BraunT Online
                                Thomas Braun
                                Most Active
                                schrieb am zuletzt editiert von
                                #35

                                @iobrokerle

                                cd /opt/iobroker
                                sudo -H -u iobroker npm cache clear --force
                                iobroker update
                                iobroker upgrade
                                

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

                                I 1 Antwort Letzte Antwort
                                0
                                • Thomas BraunT Thomas Braun

                                  @iobrokerle

                                  cd /opt/iobroker
                                  sudo -H -u iobroker npm cache clear --force
                                  iobroker update
                                  iobroker upgrade
                                  
                                  I Offline
                                  I Offline
                                  iobrokerle
                                  schrieb am zuletzt editiert von iobrokerle
                                  #36

                                  @thomas-braun said in Adapter updaten nicht mehr nach Update auf Node.js 16.17.0:

                                  iobroker update iobroker upgrade

                                  pi@raspberry-iob:/opt/iobroker $ sudo -H -u iobroker npm cache clear --force
                                  npm WARN using --force Recommended protections disabled.
                                  

                                  Die beiden liefen durch:
                                  iobroker update
                                  iobroker upgrade

                                  Jetzt nochmal BLE installieren?

                                  Thomas BraunT 1 Antwort Letzte Antwort
                                  0
                                  • I iobrokerle

                                    @thomas-braun said in Adapter updaten nicht mehr nach Update auf Node.js 16.17.0:

                                    iobroker update iobroker upgrade

                                    pi@raspberry-iob:/opt/iobroker $ sudo -H -u iobroker npm cache clear --force
                                    npm WARN using --force Recommended protections disabled.
                                    

                                    Die beiden liefen durch:
                                    iobroker update
                                    iobroker upgrade

                                    Jetzt nochmal BLE installieren?

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

                                    @iobrokerle

                                    iobroker add ble --debug
                                    

                                    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

                                    I 1 Antwort Letzte Antwort
                                    0
                                    • Thomas BraunT Thomas Braun

                                      @iobrokerle

                                      iobroker add ble --debug
                                      
                                      I Offline
                                      I Offline
                                      iobrokerle
                                      schrieb am zuletzt editiert von
                                      #38

                                      @thomas-braun said in Adapter updaten nicht mehr nach Update auf Node.js 16.17.0:

                                      iobroker add ble --debug

                                      Immer noch:

                                      pi@raspberry-iob:/opt/iobroker $ iobroker add ble --debug
                                      NPM version: 8.15.0
                                      Installing iobroker.ble@0.13.0... (System call)
                                      npm WARN old lockfile
                                      npm WARN old lockfile The package-lock.json file was created with an old version of npm,
                                      npm WARN old lockfile so supplemental metadata must be fetched from the registry.
                                      npm WARN old lockfile
                                      npm WARN old lockfile This is a one-time fix-up, please be patient...
                                      npm WARN old lockfile
                                      npm WARN tarball tarball data for iobroker.vis-jqui-mfd@https://github.com/ioBroker/ioBroker.vis-jqui-mfd/tarball/master (sha512-INXgmBMn8dXk+ySYR6Hx+ZAC8x36xGKAk8IKet0N8m4xe/Q4EiwzCsOlMbtQsWG/PrtUDopnvLMqNB3EDQnCHg==) seems to be corrupted. Trying again.
                                      npm ERR! code EINTEGRITY
                                      npm ERR! sha512-INXgmBMn8dXk+ySYR6Hx+ZAC8x36xGKAk8IKet0N8m4xe/Q4EiwzCsOlMbtQsWG/PrtUDopnvLMqNB3EDQnCHg== integrity checksum failed when using sha512: wanted sha512-INXgmBMn8dXk+ySYR6Hx+ZAC8x36xGKAk8IKet0N8m4xe/Q4EiwzCsOlMbtQsWG/PrtUDopnvLMqNB3EDQnCHg== but got sha512-aIDxplY3tckVzKezokybf2Ki4MQdHn7DKw+ipKbVUvmkmT88o3KFhxEie1xLO5bF3zDUAAhayGPASuYSacYieQ==. (285658 bytes)
                                      
                                      npm ERR! A complete log of this run can be found in:
                                      npm ERR!     /home/iobroker/.npm/_logs/2022-09-25T13_23_05_714Z-debug-0.log
                                      host.raspberry-iob Cannot install iobroker.ble@0.13.0: 1
                                      
                                      
                                      Thomas BraunT 2 Antworten Letzte Antwort
                                      0
                                      • I iobrokerle

                                        @thomas-braun said in Adapter updaten nicht mehr nach Update auf Node.js 16.17.0:

                                        iobroker add ble --debug

                                        Immer noch:

                                        pi@raspberry-iob:/opt/iobroker $ iobroker add ble --debug
                                        NPM version: 8.15.0
                                        Installing iobroker.ble@0.13.0... (System call)
                                        npm WARN old lockfile
                                        npm WARN old lockfile The package-lock.json file was created with an old version of npm,
                                        npm WARN old lockfile so supplemental metadata must be fetched from the registry.
                                        npm WARN old lockfile
                                        npm WARN old lockfile This is a one-time fix-up, please be patient...
                                        npm WARN old lockfile
                                        npm WARN tarball tarball data for iobroker.vis-jqui-mfd@https://github.com/ioBroker/ioBroker.vis-jqui-mfd/tarball/master (sha512-INXgmBMn8dXk+ySYR6Hx+ZAC8x36xGKAk8IKet0N8m4xe/Q4EiwzCsOlMbtQsWG/PrtUDopnvLMqNB3EDQnCHg==) seems to be corrupted. Trying again.
                                        npm ERR! code EINTEGRITY
                                        npm ERR! sha512-INXgmBMn8dXk+ySYR6Hx+ZAC8x36xGKAk8IKet0N8m4xe/Q4EiwzCsOlMbtQsWG/PrtUDopnvLMqNB3EDQnCHg== integrity checksum failed when using sha512: wanted sha512-INXgmBMn8dXk+ySYR6Hx+ZAC8x36xGKAk8IKet0N8m4xe/Q4EiwzCsOlMbtQsWG/PrtUDopnvLMqNB3EDQnCHg== but got sha512-aIDxplY3tckVzKezokybf2Ki4MQdHn7DKw+ipKbVUvmkmT88o3KFhxEie1xLO5bF3zDUAAhayGPASuYSacYieQ==. (285658 bytes)
                                        
                                        npm ERR! A complete log of this run can be found in:
                                        npm ERR!     /home/iobroker/.npm/_logs/2022-09-25T13_23_05_714Z-debug-0.log
                                        host.raspberry-iob Cannot install iobroker.ble@0.13.0: 1
                                        
                                        
                                        Thomas BraunT Online
                                        Thomas BraunT Online
                                        Thomas Braun
                                        Most Active
                                        schrieb am zuletzt editiert von
                                        #39

                                        @iobrokerle

                                        iobroker update
                                        

                                        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

                                        I 1 Antwort Letzte Antwort
                                        0
                                        • Thomas BraunT Thomas Braun

                                          @iobrokerle

                                          iobroker update
                                          
                                          I Offline
                                          I Offline
                                          iobrokerle
                                          schrieb am zuletzt editiert von
                                          #40

                                          @thomas-braun said in Adapter updaten nicht mehr nach Update auf Node.js 16.17.0:

                                          iobroker update

                                          pi@raspberry-iob:/opt/iobroker $ iobroker update
                                          Used repository: stable
                                          Adapter    "admin"        : 6.2.22   , installed 6.2.22
                                          Adapter    "alexa2"       : 3.19.9   , installed 3.19.9
                                          Adapter    "coronavirus-statistics": 0.8.7, installed 0.8.7
                                          Adapter    "devices"      : 1.0.12   , installed 1.0.12
                                          Adapter    "discovery"    : 3.0.5    , installed 3.0.5
                                          Adapter    "ds18b20"      : 1.6.0    , installed 1.6.0
                                          Adapter    "echarts"      : 1.0.12   , installed 1.0.12
                                          Adapter    "email"        : 1.1.3    , installed 1.1.3
                                          Adapter    "firetv"       : 1.0.0    , installed 1.0.0
                                          Adapter    "flot"         : 1.11.0   , installed 1.11.0
                                          Adapter    "history"      : 2.2.0    , installed 2.2.0
                                          Adapter    "icons-ultimate-png": 1.0.1, installed 1.0.1
                                          Adapter    "info"         : 1.9.19   , installed 1.9.19
                                          Adapter    "javascript"   : 6.0.3    , installed 6.0.3
                                          Controller "js-controller": 4.0.23   , installed 4.0.23
                                          Adapter    "node-red"     : 4.0.0    , installed 3.3.1  [Updatable]
                                          Adapter    "proxy"        : 1.3.1    , installed 1.3.1
                                          Adapter    "shelly"       : 6.0.0    , installed 6.0.0
                                          Adapter    "simple-api"   : 2.7.0    , installed 2.7.0
                                          Adapter    "socketio"     : 4.2.0    , installed 4.2.0
                                          Adapter    "sonoff"       : 2.5.1    , installed 2.5.1
                                          Adapter    "statistics"   : 2.2.0    , installed 2.2.0
                                          Adapter    "tankerkoenig" : 2.1.1    , installed 2.1.1
                                          Adapter    "telegram"     : 1.14.1   , installed 1.14.1
                                          Adapter    "text2command" : 2.2.2    , installed 2.2.2
                                          Adapter    "vis"          : 1.4.15   , installed 1.4.15
                                          Adapter    "vis-bars"     : 0.1.4    , installed 0.1.4
                                          Adapter    "vis-fancyswitch": 1.1.0  , installed 1.1.0
                                          Adapter    "vis-history"  : 1.0.0    , installed 1.0.0
                                          Adapter    "vis-hqwidgets": 1.3.0    , installed 1.3.0
                                          Adapter    "vis-inventwo" : 3.3.1    , installed 3.3.1
                                          Adapter    "vis-jqui-mfd" : 1.0.12   , installed 1.0.12
                                          Adapter    "vis-map"      : 1.0.4    , installed 1.0.4
                                          Adapter    "vis-metro"    : 1.2.0    , installed 1.2.0
                                          Adapter    "vis-timeandweather": 1.2.2, installed 1.2.2
                                          Adapter    "vis-weather"  : 2.5.5    , installed 2.5.5
                                          Adapter    "weatherunderground": 3.4.2, installed 3.4.2
                                          Adapter    "web"          : 4.3.0    , installed 4.3.0
                                          Adapter    "ws"           : 1.3.0    , installed 1.3.0
                                          
                                          
                                          1 Antwort Letzte Antwort
                                          0
                                          Antworten
                                          • In einem neuen Thema antworten
                                          Anmelden zum Antworten
                                          • Älteste zuerst
                                          • Neuste zuerst
                                          • Meiste Stimmen


                                          Support us

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

                                          831

                                          Online

                                          32.4k

                                          Benutzer

                                          81.5k

                                          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