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. ioBroker Allgemein
  4. Adapter Installation bow Update schlägt fehl

NEWS

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

  • 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

Adapter Installation bow Update schlägt fehl

Geplant Angeheftet Gesperrt Verschoben ioBroker Allgemein
11 Beiträge 3 Kommentatoren 1.1k Aufrufe 2 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.
  • Julian 0J Julian 0

    Hallo,

    habe aktuell das Problem, das Updates bzw. Neuinstallation von Adaptern mit der immer gleichen Fehlermeldung fehlschlagen. Hier mal am Beispiel des Updates von Simple-API:

    $ iobroker upgrade simple-api@2.7.0
    Update simple-api from @2.6.5 to @2.7.0
    NPM version: 8.11.0
    Installing iobroker.simple-api@2.7.0... (System call)
    host.iobroker Cannot install iobroker.simple-api@2.7.0: 217
    ERROR: Process exited with code 25
    

    Aus der Fehlermeldung werde ich nicht wirklich schlau. Probiert habe ich bereits folgendes (allerdings ohne Erfolg):

    cd /opt/iobroker
    iobroker stop
    iobroker fix
    iobroker start
    

    Außerdem:

    npm cache clean --force
    

    Weitere Informationen:

    which nodejs node npm && nodejs -v && node -v && npm -v && apt policy nodejs
    /usr/bin/nodejs
    /usr/bin/node
    /usr/bin/npm
    v16.15.1
    v16.15.1
    8.11.0
    nodejs:
      Installed: 16.15.1-1nodesource1
      Candidate: 16.15.1-1nodesource1
      Version table:
     *** 16.15.1-1nodesource1 500
            500 https://deb.nodesource.com/node_16.x bionic/main amd64 Packages
            100 /var/lib/dpkg/status
         8.10.0~dfsg-2ubuntu0.4 500
            500 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages
         8.10.0~dfsg-2ubuntu0.2 500
            500 http://archive.ubuntu.com/ubuntu bionic-security/universe amd64 Packages
         8.10.0~dfsg-2 500
            500 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages
    

    Vielleicht hat ja jemand eine Idee. Danke!

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

    @julian-0

    cd /opt/iobroker
    npm ls | grep ERR
    

    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

    Julian 0J 1 Antwort Letzte Antwort
    0
    • Julian 0J Julian 0

      Hallo,

      habe aktuell das Problem, das Updates bzw. Neuinstallation von Adaptern mit der immer gleichen Fehlermeldung fehlschlagen. Hier mal am Beispiel des Updates von Simple-API:

      $ iobroker upgrade simple-api@2.7.0
      Update simple-api from @2.6.5 to @2.7.0
      NPM version: 8.11.0
      Installing iobroker.simple-api@2.7.0... (System call)
      host.iobroker Cannot install iobroker.simple-api@2.7.0: 217
      ERROR: Process exited with code 25
      

      Aus der Fehlermeldung werde ich nicht wirklich schlau. Probiert habe ich bereits folgendes (allerdings ohne Erfolg):

      cd /opt/iobroker
      iobroker stop
      iobroker fix
      iobroker start
      

      Außerdem:

      npm cache clean --force
      

      Weitere Informationen:

      which nodejs node npm && nodejs -v && node -v && npm -v && apt policy nodejs
      /usr/bin/nodejs
      /usr/bin/node
      /usr/bin/npm
      v16.15.1
      v16.15.1
      8.11.0
      nodejs:
        Installed: 16.15.1-1nodesource1
        Candidate: 16.15.1-1nodesource1
        Version table:
       *** 16.15.1-1nodesource1 500
              500 https://deb.nodesource.com/node_16.x bionic/main amd64 Packages
              100 /var/lib/dpkg/status
           8.10.0~dfsg-2ubuntu0.4 500
              500 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages
           8.10.0~dfsg-2ubuntu0.2 500
              500 http://archive.ubuntu.com/ubuntu bionic-security/universe amd64 Packages
           8.10.0~dfsg-2 500
              500 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages
      

      Vielleicht hat ja jemand eine Idee. Danke!

      arteckA Offline
      arteckA Offline
      arteck
      Developer Most Active
      schrieb am zuletzt editiert von
      #3

      @julian-0 welche Admin Version in der Admin 6 gibbet ein Bug deswegen..

      zigbee hab ich, zwave auch, nuc's genauso und HA auch

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

        @julian-0

        cd /opt/iobroker
        npm ls | grep ERR
        
        Julian 0J Offline
        Julian 0J Offline
        Julian 0
        schrieb am zuletzt editiert von
        #4

        @thomas-braun

        iobroker@iobroker:/opt/iobroker$ npm ls | grep ERR
        npm ERR! code ELSPROBLEMS
        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: coffee-compiler@0.3.2 /opt/iobroker/node_modules/coffee-compiler
        npm ERR! extraneous: coffee-script@1.12.7 /opt/iobroker/node_modules/coffee-script
        npm ERR! missing: iobroker.coronavirus-statistics@^0.8.7, required by iobroker.inst@2.0.3
        npm ERR! invalid: iobroker.enigma2@1.2.9 /opt/iobroker/node_modules/iobroker.enigma2
        npm ERR! invalid: iobroker.tr-064-community@npm:iobroker.tr-064@4.2.16 /opt/iobroker/node_modules/iobroker.tr-064-community
        npm ERR! invalid: iobroker.vuplus@0.1.1 /opt/iobroker/node_modules/iobroker.vuplus
        npm ERR! extraneous: node-inspect@2.0.0 /opt/iobroker/node_modules/node-inspect
        npm ERR! extraneous: suncalc2@1.8.1 /opt/iobroker/node_modules/suncalc2
        npm ERR! extraneous: typescript@4.7.2 /opt/iobroker/node_modules/typescript
        npm ERR! extraneous: virtual-tsc@0.6.2 /opt/iobroker/node_modules/virtual-tsc
        npm ERR! extraneous: vm2@3.9.9 /opt/iobroker/node_modules/vm2
        npm ERR! extraneous: wake_on_lan@1.0.0 /opt/iobroker/node_modules/wake_on_lan
        
        npm ERR! A complete log of this run can be found in:
        npm ERR!     /home/iobroker/.npm/_logs/2022-06-07T08_42_10_522Z-debug-0.log
        
        1 Antwort Letzte Antwort
        0
        • arteckA arteck

          @julian-0 welche Admin Version in der Admin 6 gibbet ein Bug deswegen..

          Julian 0J Offline
          Julian 0J Offline
          Julian 0
          schrieb am zuletzt editiert von
          #5

          @arteck Admin Version ist 5.4.9

          Thomas BraunT 1 Antwort Letzte Antwort
          0
          • Julian 0J Julian 0

            @arteck Admin Version ist 5.4.9

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

            @julian-0

            cd /opt/iobroker 
            npm prune 
            npm ls | grep ERR
            

            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

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

              @julian-0

              cd /opt/iobroker 
              npm prune 
              npm ls | grep ERR
              
              Julian 0J Offline
              Julian 0J Offline
              Julian 0
              schrieb am zuletzt editiert von
              #7

              @thomas-braun said in Adapter Installation bow Update schlägt fehl:

              cd /opt/iobroker npm prune npm ls | grep ERR

              iobroker@iobroker:/opt/iobroker$ npm prune
              npm ERR! code ENOTEMPTY
              npm ERR! syscall rename
              npm ERR! path /opt/iobroker/node_modules/coffee-compiler
              npm ERR! dest /opt/iobroker/node_modules/.coffee-compiler-H6FiAEHY
              npm ERR! errno -39
              npm ERR! ENOTEMPTY: directory not empty, rename '/opt/iobroker/node_modules/coffee-compiler' -> '/opt/iobroker/node_modules/.coffee-compiler-H6FiAEHY'
              
              npm ERR! A complete log of this run can be found in:
              npm ERR!     /home/iobroker/.npm/_logs/2022-06-07T08_51_09_918Z-debug-0.log
              iobroker@iobroker:/opt/iobroker$ npm ls | grep ERR
              npm ERR! code ELSPROBLEMS
              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: coffee-compiler@0.3.2 /opt/iobroker/node_modules/coffee-compiler
              npm ERR! extraneous: coffee-script@1.12.7 /opt/iobroker/node_modules/coffee-script
              npm ERR! missing: iobroker.coronavirus-statistics@^0.8.7, required by iobroker.inst@2.0.3
              npm ERR! invalid: iobroker.enigma2@1.2.9 /opt/iobroker/node_modules/iobroker.enigma2
              npm ERR! invalid: iobroker.tr-064-community@npm:iobroker.tr-064@4.2.16 /opt/iobroker/node_modules/iobroker.tr-064-community
              npm ERR! invalid: iobroker.vuplus@0.1.1 /opt/iobroker/node_modules/iobroker.vuplus
              npm ERR! extraneous: node-inspect@2.0.0 /opt/iobroker/node_modules/node-inspect
              npm ERR! extraneous: suncalc2@1.8.1 /opt/iobroker/node_modules/suncalc2
              npm ERR! extraneous: typescript@4.7.2 /opt/iobroker/node_modules/typescript
              npm ERR! extraneous: virtual-tsc@0.6.2 /opt/iobroker/node_modules/virtual-tsc
              npm ERR! extraneous: vm2@3.9.9 /opt/iobroker/node_modules/vm2
              npm ERR! extraneous: wake_on_lan@1.0.0 /opt/iobroker/node_modules/wake_on_lan
              
              npm ERR! A complete log of this run can be found in:
              npm ERR!     /home/iobroker/.npm/_logs/2022-06-07T08_51_36_263Z-debug-0.log
              
              Thomas BraunT 1 Antwort Letzte Antwort
              0
              • Julian 0J Julian 0

                @thomas-braun said in Adapter Installation bow Update schlägt fehl:

                cd /opt/iobroker npm prune npm ls | grep ERR

                iobroker@iobroker:/opt/iobroker$ npm prune
                npm ERR! code ENOTEMPTY
                npm ERR! syscall rename
                npm ERR! path /opt/iobroker/node_modules/coffee-compiler
                npm ERR! dest /opt/iobroker/node_modules/.coffee-compiler-H6FiAEHY
                npm ERR! errno -39
                npm ERR! ENOTEMPTY: directory not empty, rename '/opt/iobroker/node_modules/coffee-compiler' -> '/opt/iobroker/node_modules/.coffee-compiler-H6FiAEHY'
                
                npm ERR! A complete log of this run can be found in:
                npm ERR!     /home/iobroker/.npm/_logs/2022-06-07T08_51_09_918Z-debug-0.log
                iobroker@iobroker:/opt/iobroker$ npm ls | grep ERR
                npm ERR! code ELSPROBLEMS
                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: coffee-compiler@0.3.2 /opt/iobroker/node_modules/coffee-compiler
                npm ERR! extraneous: coffee-script@1.12.7 /opt/iobroker/node_modules/coffee-script
                npm ERR! missing: iobroker.coronavirus-statistics@^0.8.7, required by iobroker.inst@2.0.3
                npm ERR! invalid: iobroker.enigma2@1.2.9 /opt/iobroker/node_modules/iobroker.enigma2
                npm ERR! invalid: iobroker.tr-064-community@npm:iobroker.tr-064@4.2.16 /opt/iobroker/node_modules/iobroker.tr-064-community
                npm ERR! invalid: iobroker.vuplus@0.1.1 /opt/iobroker/node_modules/iobroker.vuplus
                npm ERR! extraneous: node-inspect@2.0.0 /opt/iobroker/node_modules/node-inspect
                npm ERR! extraneous: suncalc2@1.8.1 /opt/iobroker/node_modules/suncalc2
                npm ERR! extraneous: typescript@4.7.2 /opt/iobroker/node_modules/typescript
                npm ERR! extraneous: virtual-tsc@0.6.2 /opt/iobroker/node_modules/virtual-tsc
                npm ERR! extraneous: vm2@3.9.9 /opt/iobroker/node_modules/vm2
                npm ERR! extraneous: wake_on_lan@1.0.0 /opt/iobroker/node_modules/wake_on_lan
                
                npm ERR! A complete log of this run can be found in:
                npm ERR!     /home/iobroker/.npm/_logs/2022-06-07T08_51_36_263Z-debug-0.log
                
                Thomas BraunT Online
                Thomas BraunT Online
                Thomas Braun
                Most Active
                schrieb am zuletzt editiert von Thomas Braun
                #8

                @julian-0

                Schau dir die Adapter zu den Fehlermeldungen aus Zeile 18-21 an.
                Neuinstallieren, rauswerfen, irgendwas damit mal anfangen.

                Und halt:

                rename '/opt/iobroker/node_modules/coffee-compiler' -> '/opt/iobroker/node_modules/.coffee-compiler-H6FiAEHY

                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

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

                  @julian-0

                  Schau dir die Adapter zu den Fehlermeldungen aus Zeile 18-21 an.
                  Neuinstallieren, rauswerfen, irgendwas damit mal anfangen.

                  Und halt:

                  rename '/opt/iobroker/node_modules/coffee-compiler' -> '/opt/iobroker/node_modules/.coffee-compiler-H6FiAEHY

                  Julian 0J Offline
                  Julian 0J Offline
                  Julian 0
                  schrieb am zuletzt editiert von
                  #9

                  @thomas-braun

                  Hab ich gemacht. Komisch ist nur, dass die Adapter gar nicht mehr installiert sind.

                  Thomas BraunT 1 Antwort Letzte Antwort
                  0
                  • Julian 0J Julian 0

                    @thomas-braun

                    Hab ich gemacht. Komisch ist nur, dass die Adapter gar nicht mehr installiert sind.

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

                    @julian-0

                    Die sind aber nicht sauber ausgetragen.

                    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

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

                      @julian-0

                      Die sind aber nicht sauber ausgetragen.

                      Julian 0J Offline
                      Julian 0J Offline
                      Julian 0
                      schrieb am zuletzt editiert von
                      #11

                      @thomas-braun
                      Gibt es eine Möglichkeit das zu bereinigen?

                      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
                      FAQ Cloud / IOT
                      HowTo: Node.js-Update
                      HowTo: Backup/Restore
                      Downloads
                      BLOG

                      555

                      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