Skip to content
  • Home
  • Recent
  • Tags
  • 0 Unread 0
  • Categories
  • Unreplied
  • Popular
  • 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

  • Default (No Skin)
  • No Skin
Collapse
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
    17
    1
    583

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

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

Adapter Installation bow Update schlägt fehl

Scheduled Pinned Locked Moved ioBroker Allgemein
11 Posts 3 Posters 1.1k Views 2 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • 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
    wrote on last edited by
    #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 Reply Last reply
    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
      wrote on last edited by
      #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 Reply Last reply
      0
      • Thomas BraunT Thomas Braun

        @julian-0

        cd /opt/iobroker
        npm ls | grep ERR
        
        Julian 0J Offline
        Julian 0J Offline
        Julian 0
        wrote on last edited by
        #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 Reply Last reply
        0
        • arteckA arteck

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

          Julian 0J Offline
          Julian 0J Offline
          Julian 0
          wrote on last edited by
          #5

          @arteck Admin Version ist 5.4.9

          Thomas BraunT 1 Reply Last reply
          0
          • Julian 0J Julian 0

            @arteck Admin Version ist 5.4.9

            Thomas BraunT Online
            Thomas BraunT Online
            Thomas Braun
            Most Active
            wrote on last edited by
            #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 Reply Last reply
            0
            • Thomas BraunT Thomas Braun

              @julian-0

              cd /opt/iobroker 
              npm prune 
              npm ls | grep ERR
              
              Julian 0J Offline
              Julian 0J Offline
              Julian 0
              wrote on last edited by
              #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 Reply Last reply
              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
                wrote on last edited by 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 Reply Last reply
                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
                  wrote on last edited by
                  #9

                  @thomas-braun

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

                  Thomas BraunT 1 Reply Last reply
                  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
                    wrote on last edited by
                    #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 Reply Last reply
                    0
                    • Thomas BraunT Thomas Braun

                      @julian-0

                      Die sind aber nicht sauber ausgetragen.

                      Julian 0J Offline
                      Julian 0J Offline
                      Julian 0
                      wrote on last edited by
                      #11

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

                      1 Reply Last reply
                      0
                      Reply
                      • Reply as topic
                      Log in to reply
                      • Oldest to Newest
                      • Newest to Oldest
                      • Most Votes


                      Support us

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

                      301

                      Online

                      32.7k

                      Users

                      82.6k

                      Topics

                      1.3m

                      Posts
                      Community
                      Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen | Einwilligungseinstellungen
                      ioBroker Community 2014-2025
                      logo
                      • Login

                      • Don't have an account? Register

                      • Login or register to search.
                      • First post
                        Last post
                      0
                      • Home
                      • Recent
                      • Tags
                      • Unread 0
                      • Categories
                      • Unreplied
                      • Popular
                      • GitHub
                      • Docu
                      • Hilfe