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. Error/Bug
  4. Kein Update mehr möglich mit Node.js 16

NEWS

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

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

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

Kein Update mehr möglich mit Node.js 16

Geplant Angeheftet Gesperrt Verschoben Error/Bug
node js
335 Beiträge 16 Kommentatoren 47.6k Aufrufe 16 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.
  • tobasiumT tobasium

    @glasfaser ich bin jetzt nochmal auf 6 zurück, damit kann ich auch wieder Pakete updaten. Aber das ist halt nicht die Lösung

    sudo npm install -g npm@6

    dan npm prune

    root@iobroker:/opt/iobroker# npm ls | grep -E 'github.com|ERR'
    sudo: unable to resolve host iobroker: Name or service not known
    npm ERR! missing: iobroker.js-controller@stable, required by iobroker.inst@3.0.0
    npm ERR! extraneous: error-ex /opt/iobroker/node_modules/error-ex
    npm ERR! error in /opt/iobroker/node_modules/error-ex: ENOENT: no such file or directory, open '/opt/iobroker/node_modules/error-ex/package.json'
    npm ERR! extraneous: iobroker.javascript /opt/iobroker/node_modules/iobroker.javascript
    npm ERR! error in /opt/iobroker/node_modules/iobroker.javascript: ENOENT: no such file or directory, open '/opt/iobroker/node_modules/iobroker.javascript/package.json'
    npm ERR! extraneous: utile /opt/iobroker/node_modules/utile
    npm ERR! error in /opt/iobroker/node_modules/utile: ENOENT: no such file or directory, open '/opt/iobroker/node_modules/utile/package.json'
    npm ERR! extraneous: zigbee-herdsman /opt/iobroker/node_modules/zigbee-herdsman
    npm ERR! error in /opt/iobroker/node_modules/zigbee-herdsman: ENOENT: no such file or directory, open '/opt/iobroker/node_modules/zigbee-herdsman/package.json'
    npm ERR! extraneous: zigbee-herdsman-converters /opt/iobroker/node_modules/zigbee-herdsman-converters
    npm ERR! error in /opt/iobroker/node_modules/zigbee-herdsman-converters: ENOENT: no such file or directory, open '/opt/iobroker/node_modules/zigbee-herdsman-converters/package.json'
    
    
    GlasfaserG Offline
    GlasfaserG Offline
    Glasfaser
    schrieb am zuletzt editiert von
    #147

    @tobasium

    in deiner Liste mit NodeJS 16 ,

    npm ERR! invalid: iobroker.admin@5.3.8 /opt/iobroker/node_modules/iobroker.admin
    npm ERR! invalid: iobroker.backitup@2.4.9 /opt/iobroker/node_modules/iobroker.backitup
    npm ERR! invalid: iobroker.discovery@3.0.3 /opt/iobroker/node_modules/iobroker.discovery
    npm ERR! invalid: iobroker.js-controller@4.0.23 /opt/iobroker/node_modules/iobroker.js-controller
    

    Versuche mal

    iobroker upgrade admin@5.3.8
    iobroker upgrade backitup@2.4.9
    iobroker upgrade discovery@3.0.3
    iobroker upgrade js-controller@4.0.23
    

    die extraneous mit

    npm prune
    

    .

    sudo npm install -g npm@6

    die Frage wäre auch durch dein hin und her wechseln mit den Versionen ob die 16 überhaupt sauber ist .

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

    Synology 918+ 16GB - ioBroker in Docker v9 , VISO auf Trekstor Primebook C13 13,3" , Hikvision Domkameras mit Surveillance Station .. CCU RaspberryMatic in Synology VM .. Zigbee CC2538+CC2592 .. Sonoff .. KNX .. Modbus ..

    tobasiumT 1 Antwort Letzte Antwort
    0
    • GlasfaserG Glasfaser

      @tobasium

      in deiner Liste mit NodeJS 16 ,

      npm ERR! invalid: iobroker.admin@5.3.8 /opt/iobroker/node_modules/iobroker.admin
      npm ERR! invalid: iobroker.backitup@2.4.9 /opt/iobroker/node_modules/iobroker.backitup
      npm ERR! invalid: iobroker.discovery@3.0.3 /opt/iobroker/node_modules/iobroker.discovery
      npm ERR! invalid: iobroker.js-controller@4.0.23 /opt/iobroker/node_modules/iobroker.js-controller
      

      Versuche mal

      iobroker upgrade admin@5.3.8
      iobroker upgrade backitup@2.4.9
      iobroker upgrade discovery@3.0.3
      iobroker upgrade js-controller@4.0.23
      

      die extraneous mit

      npm prune
      

      .

      sudo npm install -g npm@6

      die Frage wäre auch durch dein hin und her wechseln mit den Versionen ob die 16 überhaupt sauber ist .

      sudo ln -s /usr/bin/node /usr/bin/nodejs
      
      uname -m && which nodejs node npm && nodejs -v && node -v && npm -v && whoami && pwd && sudo apt update &> /dev/null && sudo apt update && apt policy nodejs
      
      tobasiumT Offline
      tobasiumT Offline
      tobasium
      schrieb am zuletzt editiert von
      #148

      @glasfaser sagte in Kein Update mehr möglich mit Node.js 16:

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

      x86_64
      /usr/bin/nodejs
      /usr/bin/node
      /usr/bin/npm
      v16.16.0
      v16.16.0
      sudo: unable to resolve host iobroker: Name or service not known
      6.14.17
      root
      /opt/iobroker
      sudo: unable to resolve host iobroker: Name or service not known
      Hit:1 http://security.debian.org/debian-security bullseye-security InRelease
      Hit:2 http://deb.debian.org/debian bullseye InRelease                                
      Hit:3 http://deb.debian.org/debian bullseye-updates InRelease                        
      Hit:4 https://deb.nodesource.com/node_16.x bullseye InRelease                        
      Reading package lists... Done                                  
      Building dependency tree... Done
      Reading state information... Done
      All packages are up to date.
      nodejs:
        Installed: 16.16.0-deb-1nodesource1
        Candidate: 16.16.0-deb-1nodesource1
        Version table:
       *** 16.16.0-deb-1nodesource1 500
              500 https://deb.nodesource.com/node_16.x bullseye/main amd64 Packages
              100 /var/lib/dpkg/status
           12.22.12~dfsg-1~deb11u1 500
              500 http://security.debian.org/debian-security bullseye-security/main amd64 Packages
           12.22.5~dfsg-2~11u1 500
              500 http://deb.debian.org/debian bullseye/main amd64 Packages
      
      GlasfaserG 1 Antwort Letzte Antwort
      0
      • tobasiumT tobasium

        @glasfaser sagte in Kein Update mehr möglich mit Node.js 16:

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

        x86_64
        /usr/bin/nodejs
        /usr/bin/node
        /usr/bin/npm
        v16.16.0
        v16.16.0
        sudo: unable to resolve host iobroker: Name or service not known
        6.14.17
        root
        /opt/iobroker
        sudo: unable to resolve host iobroker: Name or service not known
        Hit:1 http://security.debian.org/debian-security bullseye-security InRelease
        Hit:2 http://deb.debian.org/debian bullseye InRelease                                
        Hit:3 http://deb.debian.org/debian bullseye-updates InRelease                        
        Hit:4 https://deb.nodesource.com/node_16.x bullseye InRelease                        
        Reading package lists... Done                                  
        Building dependency tree... Done
        Reading state information... Done
        All packages are up to date.
        nodejs:
          Installed: 16.16.0-deb-1nodesource1
          Candidate: 16.16.0-deb-1nodesource1
          Version table:
         *** 16.16.0-deb-1nodesource1 500
                500 https://deb.nodesource.com/node_16.x bullseye/main amd64 Packages
                100 /var/lib/dpkg/status
             12.22.12~dfsg-1~deb11u1 500
                500 http://security.debian.org/debian-security bullseye-security/main amd64 Packages
             12.22.5~dfsg-2~11u1 500
                500 http://deb.debian.org/debian bullseye/main amd64 Packages
        
        GlasfaserG Offline
        GlasfaserG Offline
        Glasfaser
        schrieb am zuletzt editiert von
        #149

        @tobasium sagte in Kein Update mehr möglich mit Node.js 16:

        v16.16.0

        6.14.17

        Das passt nicht , zu 16 soll 8 ... sein !!!

        Synology 918+ 16GB - ioBroker in Docker v9 , VISO auf Trekstor Primebook C13 13,3" , Hikvision Domkameras mit Surveillance Station .. CCU RaspberryMatic in Synology VM .. Zigbee CC2538+CC2592 .. Sonoff .. KNX .. Modbus ..

        1 Antwort Letzte Antwort
        0
        • tobasiumT Offline
          tobasiumT Offline
          tobasium
          schrieb am zuletzt editiert von
          #150

          @glasfaser

          ja ich bin gestern nochmal auf die 6 gegangen. Da nur so die Adpter updates liefen. Bin jetzt wieder auf 8

          root@iobroker:/opt/iobroker# iobroker upgrade js-controller@4.0.23
          Cannot update js-controller using this command. Please use "iobroker upgrade self" instead!

          root@iobroker:/opt/iobroker# npm ls | grep -E 'github.com|ERR'
          sudo: unable to resolve host iobroker: Name or service not known
          npm ERR! code ELSPROBLEMS
          npm ERR! extraneous: error-ex@ /opt/iobroker/node_modules/error-ex
          npm ERR! invalid: iobroker.js-controller@4.0.23 /opt/iobroker/node_modules/iobroker.js-controller
          npm ERR! extraneous: utile@ /opt/iobroker/node_modules/utile
          npm ERR! extraneous: zigbee-herdsman-converters@ /opt/iobroker/node_modules/zigbee-herdsman-converters
          npm ERR! extraneous: zigbee-herdsman@ /opt/iobroker/node_modules/zigbee-herdsman
          
          npm ERR! A complete log of this run can be found in:
          npm ERR!     /opt/iobroker/.npm/_logs/2022-07-11T06_51_44_458Z-debug-0.log
          
          GlasfaserG 1 Antwort Letzte Antwort
          0
          • tobasiumT tobasium

            @glasfaser

            ja ich bin gestern nochmal auf die 6 gegangen. Da nur so die Adpter updates liefen. Bin jetzt wieder auf 8

            root@iobroker:/opt/iobroker# iobroker upgrade js-controller@4.0.23
            Cannot update js-controller using this command. Please use "iobroker upgrade self" instead!

            root@iobroker:/opt/iobroker# npm ls | grep -E 'github.com|ERR'
            sudo: unable to resolve host iobroker: Name or service not known
            npm ERR! code ELSPROBLEMS
            npm ERR! extraneous: error-ex@ /opt/iobroker/node_modules/error-ex
            npm ERR! invalid: iobroker.js-controller@4.0.23 /opt/iobroker/node_modules/iobroker.js-controller
            npm ERR! extraneous: utile@ /opt/iobroker/node_modules/utile
            npm ERR! extraneous: zigbee-herdsman-converters@ /opt/iobroker/node_modules/zigbee-herdsman-converters
            npm ERR! extraneous: zigbee-herdsman@ /opt/iobroker/node_modules/zigbee-herdsman
            
            npm ERR! A complete log of this run can be found in:
            npm ERR!     /opt/iobroker/.npm/_logs/2022-07-11T06_51_44_458Z-debug-0.log
            
            GlasfaserG Offline
            GlasfaserG Offline
            Glasfaser
            schrieb am zuletzt editiert von
            #151

            @tobasium sagte in Kein Update mehr möglich mit Node.js 16:

            ja ich bin gestern nochmal auf die 6 gegangen. Da nur so die Adpter updates liefen. Bin jetzt wieder auf 8

            Mit NPM 8 auf NPM 6 zu Nodejs 18 Spielt man nicht bzw. die passen nicht zusammen !

            Nodejs 14 mit NPM 6 passt nur zusammen

            Cannot update js-controller using this command.

            pkill -u iobroker
            iobroker upgrade
            iobroker upgrade self
            

            dann Container neu starten

            Synology 918+ 16GB - ioBroker in Docker v9 , VISO auf Trekstor Primebook C13 13,3" , Hikvision Domkameras mit Surveillance Station .. CCU RaspberryMatic in Synology VM .. Zigbee CC2538+CC2592 .. Sonoff .. KNX .. Modbus ..

            tobasiumT 1 Antwort Letzte Antwort
            0
            • GlasfaserG Glasfaser

              @tobasium sagte in Kein Update mehr möglich mit Node.js 16:

              ja ich bin gestern nochmal auf die 6 gegangen. Da nur so die Adpter updates liefen. Bin jetzt wieder auf 8

              Mit NPM 8 auf NPM 6 zu Nodejs 18 Spielt man nicht bzw. die passen nicht zusammen !

              Nodejs 14 mit NPM 6 passt nur zusammen

              Cannot update js-controller using this command.

              pkill -u iobroker
              iobroker upgrade
              iobroker upgrade self
              

              dann Container neu starten

              tobasiumT Offline
              tobasiumT Offline
              tobasium
              schrieb am zuletzt editiert von
              #152

              @glasfaser hab ich gemacht.

              npm ls | grep -E 'github.com|ERR'

              root@iobroker:/opt/iobroker# npm ls | grep -E 'github.com|ERR'
              sudo: unable to resolve host iobroker: Name or service not known
              npm ERR! code ELSPROBLEMS
              npm ERR! extraneous: error-ex@ /opt/iobroker/node_modules/error-ex
              npm ERR! invalid: iobroker.js-controller@4.0.23 /opt/iobroker/node_modules/iobroker.js-controller
              npm ERR! extraneous: utile@ /opt/iobroker/node_modules/utile
              
              npm ERR! A complete log of this run can be found in:
              npm ERR!     /opt/iobroker/.npm/_logs/2022-07-11T07_23_35_248Z-debug-0.log
              
              Thomas BraunT GlasfaserG 2 Antworten Letzte Antwort
              0
              • tobasiumT tobasium

                @glasfaser hab ich gemacht.

                npm ls | grep -E 'github.com|ERR'

                root@iobroker:/opt/iobroker# npm ls | grep -E 'github.com|ERR'
                sudo: unable to resolve host iobroker: Name or service not known
                npm ERR! code ELSPROBLEMS
                npm ERR! extraneous: error-ex@ /opt/iobroker/node_modules/error-ex
                npm ERR! invalid: iobroker.js-controller@4.0.23 /opt/iobroker/node_modules/iobroker.js-controller
                npm ERR! extraneous: utile@ /opt/iobroker/node_modules/utile
                
                npm ERR! A complete log of this run can be found in:
                npm ERR!     /opt/iobroker/.npm/_logs/2022-07-11T07_23_35_248Z-debug-0.log
                
                Thomas BraunT Online
                Thomas BraunT Online
                Thomas Braun
                Most Active
                schrieb am zuletzt editiert von Thomas Braun
                #153

                @tobasium

                Lösch die Datei /opt/iobroler/package-lock.json
                Backup haben zahlt sich aus.

                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

                tobasiumT 1 Antwort Letzte Antwort
                0
                • tobasiumT tobasium

                  @glasfaser hab ich gemacht.

                  npm ls | grep -E 'github.com|ERR'

                  root@iobroker:/opt/iobroker# npm ls | grep -E 'github.com|ERR'
                  sudo: unable to resolve host iobroker: Name or service not known
                  npm ERR! code ELSPROBLEMS
                  npm ERR! extraneous: error-ex@ /opt/iobroker/node_modules/error-ex
                  npm ERR! invalid: iobroker.js-controller@4.0.23 /opt/iobroker/node_modules/iobroker.js-controller
                  npm ERR! extraneous: utile@ /opt/iobroker/node_modules/utile
                  
                  npm ERR! A complete log of this run can be found in:
                  npm ERR!     /opt/iobroker/.npm/_logs/2022-07-11T07_23_35_248Z-debug-0.log
                  
                  GlasfaserG Offline
                  GlasfaserG Offline
                  Glasfaser
                  schrieb am zuletzt editiert von
                  #154

                  @tobasium sagte in Kein Update mehr möglich mit Node.js 16:

                  @glasfaser hab ich gemacht.

                  Was ist mit Nodejs / NPM , hast du es jetzt geändert und auch aktualisiert .!

                  Synology 918+ 16GB - ioBroker in Docker v9 , VISO auf Trekstor Primebook C13 13,3" , Hikvision Domkameras mit Surveillance Station .. CCU RaspberryMatic in Synology VM .. Zigbee CC2538+CC2592 .. Sonoff .. KNX .. Modbus ..

                  tobasiumT 1 Antwort Letzte Antwort
                  0
                  • GlasfaserG Glasfaser

                    @tobasium sagte in Kein Update mehr möglich mit Node.js 16:

                    @glasfaser hab ich gemacht.

                    Was ist mit Nodejs / NPM , hast du es jetzt geändert und auch aktualisiert .!

                    tobasiumT Offline
                    tobasiumT Offline
                    tobasium
                    schrieb am zuletzt editiert von
                    #155

                    @glasfaser

                    root@iobroker:/opt/iobroker# uname -m && which nodejs node npm && nodejs -v && node -v && npm -v && whoami && pwd && sudo apt update &> /dev/null && sudo apt update && apt policy nodejs
                    x86_64
                    /usr/bin/nodejs
                    /usr/bin/node
                    /usr/bin/npm
                    v16.16.0
                    v16.16.0
                    sudo: unable to resolve host iobroker: Name or service not known
                    8.13.2
                    root
                    /opt/iobroker
                    sudo: unable to resolve host iobroker: Name or service not known
                    Hit:1 http://security.debian.org/debian-security bullseye-security InRelease
                    Hit:2 http://deb.debian.org/debian bullseye InRelease                                
                    Hit:3 http://deb.debian.org/debian bullseye-updates InRelease                        
                    Hit:4 https://deb.nodesource.com/node_16.x bullseye InRelease                        
                    Reading package lists... Done                                  
                    Building dependency tree... Done
                    Reading state information... Done
                    All packages are up to date.
                    nodejs:
                      Installed: 16.16.0-deb-1nodesource1
                      Candidate: 16.16.0-deb-1nodesource1
                      Version table:
                     *** 16.16.0-deb-1nodesource1 500
                            500 https://deb.nodesource.com/node_16.x bullseye/main amd64 Packages
                            100 /var/lib/dpkg/status
                         12.22.12~dfsg-1~deb11u1 500
                            500 http://security.debian.org/debian-security bullseye-security/main amd64 Packages
                         12.22.5~dfsg-2~11u1 500
                            500 http://deb.debian.org/debian bullseye/main amd64 Packages
                    
                    GlasfaserG 1 Antwort Letzte Antwort
                    0
                    • tobasiumT tobasium

                      @glasfaser

                      root@iobroker:/opt/iobroker# uname -m && which nodejs node npm && nodejs -v && node -v && npm -v && whoami && pwd && sudo apt update &> /dev/null && sudo apt update && apt policy nodejs
                      x86_64
                      /usr/bin/nodejs
                      /usr/bin/node
                      /usr/bin/npm
                      v16.16.0
                      v16.16.0
                      sudo: unable to resolve host iobroker: Name or service not known
                      8.13.2
                      root
                      /opt/iobroker
                      sudo: unable to resolve host iobroker: Name or service not known
                      Hit:1 http://security.debian.org/debian-security bullseye-security InRelease
                      Hit:2 http://deb.debian.org/debian bullseye InRelease                                
                      Hit:3 http://deb.debian.org/debian bullseye-updates InRelease                        
                      Hit:4 https://deb.nodesource.com/node_16.x bullseye InRelease                        
                      Reading package lists... Done                                  
                      Building dependency tree... Done
                      Reading state information... Done
                      All packages are up to date.
                      nodejs:
                        Installed: 16.16.0-deb-1nodesource1
                        Candidate: 16.16.0-deb-1nodesource1
                        Version table:
                       *** 16.16.0-deb-1nodesource1 500
                              500 https://deb.nodesource.com/node_16.x bullseye/main amd64 Packages
                              100 /var/lib/dpkg/status
                           12.22.12~dfsg-1~deb11u1 500
                              500 http://security.debian.org/debian-security bullseye-security/main amd64 Packages
                           12.22.5~dfsg-2~11u1 500
                              500 http://deb.debian.org/debian bullseye/main amd64 Packages
                      
                      GlasfaserG Offline
                      GlasfaserG Offline
                      Glasfaser
                      schrieb am zuletzt editiert von Glasfaser
                      #156

                      @thomas-braun

                      v16.16.0
                      8.13.2

                      Er hat immer mit NPM gespielt , bin gerade unterwegs , kannst du bitte nachschauen ... ich meine die 16.16.0 ist nicht aktuell.

                      EDIT
                      8.13.2 ist doch falsch

                      Synology 918+ 16GB - ioBroker in Docker v9 , VISO auf Trekstor Primebook C13 13,3" , Hikvision Domkameras mit Surveillance Station .. CCU RaspberryMatic in Synology VM .. Zigbee CC2538+CC2592 .. Sonoff .. KNX .. Modbus ..

                      Thomas BraunT 1 Antwort Letzte Antwort
                      0
                      • GlasfaserG Glasfaser

                        @thomas-braun

                        v16.16.0
                        8.13.2

                        Er hat immer mit NPM gespielt , bin gerade unterwegs , kannst du bitte nachschauen ... ich meine die 16.16.0 ist nicht aktuell.

                        EDIT
                        8.13.2 ist doch falsch

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

                        @glasfaser

                        Container und dann noch von Hand in den Paketen rumpfuschen ist genau meine bevorzugte Konstellation ...

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

                        1 Antwort Letzte Antwort
                        0
                        • Thomas BraunT Thomas Braun

                          @tobasium

                          Lösch die Datei /opt/iobroler/package-lock.json
                          Backup haben zahlt sich aus.

                          tobasiumT Offline
                          tobasiumT Offline
                          tobasium
                          schrieb am zuletzt editiert von
                          #158

                          @thomas-braun hab ich gemacht, habe auch ein backup

                          Thomas BraunT 1 Antwort Letzte Antwort
                          0
                          • tobasiumT tobasium

                            @thomas-braun hab ich gemacht, habe auch ein backup

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

                            @tobasium

                            iobroker restart
                            

                            gemacht?

                            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

                            tobasiumT 2 Antworten Letzte Antwort
                            0
                            • Thomas BraunT Thomas Braun

                              @tobasium

                              iobroker restart
                              

                              gemacht?

                              tobasiumT Offline
                              tobasiumT Offline
                              tobasium
                              schrieb am zuletzt editiert von tobasium
                              #160

                              @thomas-braun ich hab jetzt den ganzen container neu gestartet

                              1 Antwort Letzte Antwort
                              0
                              • Thomas BraunT Thomas Braun

                                @tobasium

                                iobroker restart
                                

                                gemacht?

                                tobasiumT Offline
                                tobasiumT Offline
                                tobasium
                                schrieb am zuletzt editiert von
                                #161

                                @thomas-braun also was mir noch auffällt ich komme mit npm prune auch nicht weiter gefühlt soll ich 100 Ordner umbennen. Ich verzweifel da echt dran:

                                root@iobroker:/opt/iobroker# npm ls | grep -E 'github.com|ERR'
                                sudo: unable to resolve host iobroker: Name or service not known
                                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! extraneous: error-ex@ /opt/iobroker/node_modules/error-ex
                                npm ERR! invalid: iobroker.js-controller@4.0.23 /opt/iobroker/node_modules/iobroker.js-controller
                                npm ERR! extraneous: node-inspect@2.0.0 /opt/iobroker/node_modules/node-inspect
                                npm ERR! extraneous: picocolors@1.0.0 /opt/iobroker/node_modules/picocolors
                                npm ERR! extraneous: utile@ /opt/iobroker/node_modules/utile
                                npm ERR! extraneous: virtual-tsc@0.6.2 /opt/iobroker/node_modules/virtual-tsc
                                npm ERR! extraneous: vm2@3.9.10 /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!     /opt/iobroker/.npm/_logs/2022-07-11T08_37_11_257Z-debug-0.log
                                
                                Thomas BraunT 1 Antwort Letzte Antwort
                                0
                                • tobasiumT tobasium

                                  @thomas-braun also was mir noch auffällt ich komme mit npm prune auch nicht weiter gefühlt soll ich 100 Ordner umbennen. Ich verzweifel da echt dran:

                                  root@iobroker:/opt/iobroker# npm ls | grep -E 'github.com|ERR'
                                  sudo: unable to resolve host iobroker: Name or service not known
                                  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! extraneous: error-ex@ /opt/iobroker/node_modules/error-ex
                                  npm ERR! invalid: iobroker.js-controller@4.0.23 /opt/iobroker/node_modules/iobroker.js-controller
                                  npm ERR! extraneous: node-inspect@2.0.0 /opt/iobroker/node_modules/node-inspect
                                  npm ERR! extraneous: picocolors@1.0.0 /opt/iobroker/node_modules/picocolors
                                  npm ERR! extraneous: utile@ /opt/iobroker/node_modules/utile
                                  npm ERR! extraneous: virtual-tsc@0.6.2 /opt/iobroker/node_modules/virtual-tsc
                                  npm ERR! extraneous: vm2@3.9.10 /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!     /opt/iobroker/.npm/_logs/2022-07-11T08_37_11_257Z-debug-0.log
                                  
                                  Thomas BraunT Online
                                  Thomas BraunT Online
                                  Thomas Braun
                                  Most Active
                                  schrieb am zuletzt editiert von
                                  #162

                                  @tobasium sagte in Kein Update mehr möglich mit Node.js 16:

                                  gefühlt soll ich 100 Ordner umbennen.

                                  Nicht umbenennen, löschen.

                                  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

                                  tobasiumT 1 Antwort Letzte Antwort
                                  0
                                  • Thomas BraunT Thomas Braun

                                    @tobasium sagte in Kein Update mehr möglich mit Node.js 16:

                                    gefühlt soll ich 100 Ordner umbennen.

                                    Nicht umbenennen, löschen.

                                    tobasiumT Offline
                                    tobasiumT Offline
                                    tobasium
                                    schrieb am zuletzt editiert von tobasium
                                    #163

                                    @thomas-braun gibts da eine Möglichkeit schneller alle Ordner rauszufinden oder wirklich jedesmal npm prune ausführen

                                    root@iobroker:/opt/iobroker# npm prune
                                    sudo: unable to resolve host iobroker: Name or service not known
                                    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!     /opt/iobroker/.npm/_logs/2022-07-11T08_39_21_493Z-debug-0.log
                                    
                                    Thomas BraunT 1 Antwort Letzte Antwort
                                    0
                                    • tobasiumT tobasium

                                      @thomas-braun gibts da eine Möglichkeit schneller alle Ordner rauszufinden oder wirklich jedesmal npm prune ausführen

                                      root@iobroker:/opt/iobroker# npm prune
                                      sudo: unable to resolve host iobroker: Name or service not known
                                      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!     /opt/iobroker/.npm/_logs/2022-07-11T08_39_21_493Z-debug-0.log
                                      
                                      Thomas BraunT Online
                                      Thomas BraunT Online
                                      Thomas Braun
                                      Most Active
                                      schrieb am zuletzt editiert von Thomas Braun
                                      #164

                                      @tobasium
                                      Mit prune findest du die zu löschenden Verzeichnisse soweit ich weiß nicht.

                                      Edith:

                                      rm -rf /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

                                      tobasiumT 1 Antwort Letzte Antwort
                                      0
                                      • Thomas BraunT Thomas Braun

                                        @tobasium
                                        Mit prune findest du die zu löschenden Verzeichnisse soweit ich weiß nicht.

                                        Edith:

                                        rm -rf /opt/iobroker/node_modules/.coffee-compiler-H6FiAEHY
                                        
                                        tobasiumT Offline
                                        tobasiumT Offline
                                        tobasium
                                        schrieb am zuletzt editiert von
                                        #165

                                        @thomas-braun ja das geht aber nicht gut. Verzeichnis ist weg aber jetzt kommt der hier. lösche ich jetzt ist der io tot

                                        root@iobroker:/opt/iobroker# npm prune
                                        sudo: unable to resolve host iobroker: Name or service not known
                                        npm ERR! code ENOTEMPTY
                                        npm ERR! syscall rename
                                        npm ERR! path /opt/iobroker/node_modules/iobroker.js-controller
                                        npm ERR! dest /opt/iobroker/node_modules/.iobroker.js-controller-7Q8bmsba
                                        npm ERR! errno -39
                                        npm ERR! ENOTEMPTY: directory not empty, rename '/opt/iobroker/node_modules/iobroker.js-controller' -> '/opt/iobroker/node_modules/.iobroker.js-controller-7Q8bmsba'
                                        
                                        npm ERR! A complete log of this run can be found in:
                                        npm ERR!     /opt/iobroker/.npm/_logs/2022-07-11T08_42_43_262Z-debug-0.log
                                        
                                        Thomas BraunT 1 Antwort Letzte Antwort
                                        0
                                        • tobasiumT tobasium

                                          @thomas-braun ja das geht aber nicht gut. Verzeichnis ist weg aber jetzt kommt der hier. lösche ich jetzt ist der io tot

                                          root@iobroker:/opt/iobroker# npm prune
                                          sudo: unable to resolve host iobroker: Name or service not known
                                          npm ERR! code ENOTEMPTY
                                          npm ERR! syscall rename
                                          npm ERR! path /opt/iobroker/node_modules/iobroker.js-controller
                                          npm ERR! dest /opt/iobroker/node_modules/.iobroker.js-controller-7Q8bmsba
                                          npm ERR! errno -39
                                          npm ERR! ENOTEMPTY: directory not empty, rename '/opt/iobroker/node_modules/iobroker.js-controller' -> '/opt/iobroker/node_modules/.iobroker.js-controller-7Q8bmsba'
                                          
                                          npm ERR! A complete log of this run can be found in:
                                          npm ERR!     /opt/iobroker/.npm/_logs/2022-07-11T08_42_43_262Z-debug-0.log
                                          
                                          Thomas BraunT Online
                                          Thomas BraunT Online
                                          Thomas Braun
                                          Most Active
                                          schrieb am zuletzt editiert von
                                          #166

                                          @tobasium

                                          Den iobroker solltest du während dessen auch stoppen.

                                          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

                                          tobasiumT 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

                                          821

                                          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