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. Error 25 bei Adapterupdates nach Node.JS 16.15.1 Update

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.1k

Error 25 bei Adapterupdates nach Node.JS 16.15.1 Update

Geplant Angeheftet Gesperrt Verschoben Error/Bug
errormeldungnodejs 16.15.1
169 Beiträge 15 Kommentatoren 24.0k Aufrufe 12 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

    @paul-honka sagte in Error 25 bei Adapterupdates nach Node.JS 16.15.1 Update:

    Wieso, Warum? Vor einer Woche konnte ich noch einige Adapter updaten?

    Das war auch bestimmt vor einem Upgrade auf nodejs16/npm8.

    cd /opt/iobroker
    npm ls | grep -E 'ERR|github'
    

    liefert?

    P Offline
    P Offline
    paul.honka
    schrieb am zuletzt editiert von paul.honka
    #115

    @thomas-braun mal ohne code tak, ok mit

    npm ls | grep -E 'ERR|github'
    ├── iobroker.gartenbewaesserung@0.0.8 (git+ssh://git@github.com/TA2k/ioBroker.gartenbewaesserung.git#95bf9dcd60b595c7e59e2ed87b719bf564d9ba59)
    ├── iobroker.mihome-airpurifier@0.1.8 (git+ssh://git@github.com/JoJ123/ioBroker.mihome-airpurifier.git#33aac153e52610c4362089bcf12ac40ed97d82f5)
    npm ERR! code ELSPROBLEMS
    npm ERR! invalid: iobroker.telegram@1.13.0 /opt/iobroker/node_modules/iobroker.telegram
    npm ERR! A complete log of this run can be found in:
    npm ERR!     /home/iobroker/.npm/_logs/2022-06-28T08_15_02_392Z-debug-0.log
    

    Gruss paul

    Thomas BraunT GlasfaserG 2 Antworten Letzte Antwort
    0
    • P paul.honka

      @thomas-braun mal ohne code tak, ok mit

      npm ls | grep -E 'ERR|github'
      ├── iobroker.gartenbewaesserung@0.0.8 (git+ssh://git@github.com/TA2k/ioBroker.gartenbewaesserung.git#95bf9dcd60b595c7e59e2ed87b719bf564d9ba59)
      ├── iobroker.mihome-airpurifier@0.1.8 (git+ssh://git@github.com/JoJ123/ioBroker.mihome-airpurifier.git#33aac153e52610c4362089bcf12ac40ed97d82f5)
      npm ERR! code ELSPROBLEMS
      npm ERR! invalid: iobroker.telegram@1.13.0 /opt/iobroker/node_modules/iobroker.telegram
      npm ERR! A complete log of this run can be found in:
      npm ERR!     /home/iobroker/.npm/_logs/2022-06-28T08_15_02_392Z-debug-0.log
      

      Gruss paul

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

      @paul-honka sagte in Error 25 bei Adapterupdates nach Node.JS 16.15.1 Update:

      mal ohne code tak

      Warum?

      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
      • GlasfaserG Glasfaser

        @paul-honka

        @paul-honka sagte in Error 25 bei Adapterupdates nach Node.JS 16.15.1 Update:
        v16.15.1
        v16.15.1
        8.11.0

        vor oder nach dem Update auf 16 !?

        Zeige mal ( Ein/Ausgabe in Code-Tags setzen ) :

        iobroker update -u
        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
        
        P Offline
        P Offline
        paul.honka
        schrieb am zuletzt editiert von
        #117

        @glasfaser

         iobroker update -u
        Used repository: Stable (default)
        Adapter    "email"        : 1.1.3    , installed 1.0.10 [Updatable]
        Adapter    "flot"         : 1.11.0   , installed 1.10.7 [Updatable]
        Adapter    "simple-api"   : 2.7.0    , installed 2.6.5  [Updatable]
        pi@IOBroker-Sted1:/opt/iobroker $
        pi@IOBroker-Sted1:/opt/iobroker $
        pi@IOBroker-Sted1:/opt/iobroker $
        pi@IOBroker-Sted1:/opt/iobroker $
        pi@IOBroker-Sted1:/opt/iobroker $ cd /opt/iobroker
        pi@IOBroker-Sted1:/opt/iobroker $ npm ls | grep -E 'ERR|github'
        ├── iobroker.gartenbewaesserung@0.0.8 (git+ssh://git@github.com/TA2k/ioBroker.gartenbewaesserung.git#95bf9dcd60b595c7e59e2ed87b719bf564d9ba59)
        ├── iobroker.mihome-airpurifier@0.1.8 (git+ssh://git@github.com/JoJ123/ioBroker.mihome-airpurifier.git#33aac153e52610c4362089bcf12ac40ed97d82f5)
        npm ERR! code ELSPROBLEMS
        npm ERR! invalid: iobroker.telegram@1.13.0 /opt/iobroker/node_modules/iobroker.telegram
        
        npm ERR! A complete log of this run can be found in:
        npm ERR!     /home/iobroker/.npm/_logs/2022-06-28T08_15_02_392Z-debug-0.log
        pi@IOBroker-Sted1:/opt/iobroker $
        pi@IOBroker-Sted1:/opt/iobroker $
        pi@IOBroker-Sted1:/opt/iobroker $
        pi@IOBroker-Sted1:/opt/iobroker $
        pi@IOBroker-Sted1:/opt/iobroker $ iobroker update -u
        Used repository: Stable (default)
        Adapter    "email"        : 1.1.3    , installed 1.0.10 [Updatable]
        Adapter    "flot"         : 1.11.0   , installed 1.10.7 [Updatable]
        Adapter    "simple-api"   : 2.7.0    , installed 2.6.5  [Updatable]
        pi@IOBroker-Sted1:/opt/iobroker $ sudo ln -s /usr/bin/node /usr/bin/nodejs
        ln: die symbolische Verknüpfung '/usr/bin/nodejs' konnte nicht angelegt werden: Die Datei existiert bereits
        pi@IOBroker-Sted1:/opt/iobroker $
        pi@IOBroker-Sted1:/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
        armv7l
        /usr/bin/nodejs
        /usr/bin/node
        /usr/bin/npm
        v16.15.1
        v16.15.1
        8.11.0
        pi
        /opt/iobroker
        OK:1 http://archive.raspberrypi.org/debian buster InRelease
        OK:2 http://raspbian.raspberrypi.org/raspbian 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
        Alle Pakete sind aktuell.
        nodejs:
          Installiert:           16.15.1-deb-1nodesource1
          Installationskandidat: 16.15.1-deb-1nodesource1
          Versionstabelle:
         *** 16.15.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
                500 http://raspbian.raspberrypi.org/raspbian buster/main armhf Packages
        
        

        Gruss paul

        GlasfaserG 1 Antwort Letzte Antwort
        0
        • P paul.honka

          @thomas-braun mal ohne code tak, ok mit

          npm ls | grep -E 'ERR|github'
          ├── iobroker.gartenbewaesserung@0.0.8 (git+ssh://git@github.com/TA2k/ioBroker.gartenbewaesserung.git#95bf9dcd60b595c7e59e2ed87b719bf564d9ba59)
          ├── iobroker.mihome-airpurifier@0.1.8 (git+ssh://git@github.com/JoJ123/ioBroker.mihome-airpurifier.git#33aac153e52610c4362089bcf12ac40ed97d82f5)
          npm ERR! code ELSPROBLEMS
          npm ERR! invalid: iobroker.telegram@1.13.0 /opt/iobroker/node_modules/iobroker.telegram
          npm ERR! A complete log of this run can be found in:
          npm ERR!     /home/iobroker/.npm/_logs/2022-06-28T08_15_02_392Z-debug-0.log
          

          Gruss paul

          GlasfaserG Offline
          GlasfaserG Offline
          Glasfaser
          schrieb am zuletzt editiert von
          #118

          @paul-honka sagte in Error 25 bei Adapterupdates nach Node.JS 16.15.1 Update:

          @thomas-braun mal ohne code tak

          Bitte in Code-Tags setzten und auch nicht die Aus/Eingabe kürzen !

          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
          • P paul.honka

            @glasfaser

             iobroker update -u
            Used repository: Stable (default)
            Adapter    "email"        : 1.1.3    , installed 1.0.10 [Updatable]
            Adapter    "flot"         : 1.11.0   , installed 1.10.7 [Updatable]
            Adapter    "simple-api"   : 2.7.0    , installed 2.6.5  [Updatable]
            pi@IOBroker-Sted1:/opt/iobroker $
            pi@IOBroker-Sted1:/opt/iobroker $
            pi@IOBroker-Sted1:/opt/iobroker $
            pi@IOBroker-Sted1:/opt/iobroker $
            pi@IOBroker-Sted1:/opt/iobroker $ cd /opt/iobroker
            pi@IOBroker-Sted1:/opt/iobroker $ npm ls | grep -E 'ERR|github'
            ├── iobroker.gartenbewaesserung@0.0.8 (git+ssh://git@github.com/TA2k/ioBroker.gartenbewaesserung.git#95bf9dcd60b595c7e59e2ed87b719bf564d9ba59)
            ├── iobroker.mihome-airpurifier@0.1.8 (git+ssh://git@github.com/JoJ123/ioBroker.mihome-airpurifier.git#33aac153e52610c4362089bcf12ac40ed97d82f5)
            npm ERR! code ELSPROBLEMS
            npm ERR! invalid: iobroker.telegram@1.13.0 /opt/iobroker/node_modules/iobroker.telegram
            
            npm ERR! A complete log of this run can be found in:
            npm ERR!     /home/iobroker/.npm/_logs/2022-06-28T08_15_02_392Z-debug-0.log
            pi@IOBroker-Sted1:/opt/iobroker $
            pi@IOBroker-Sted1:/opt/iobroker $
            pi@IOBroker-Sted1:/opt/iobroker $
            pi@IOBroker-Sted1:/opt/iobroker $
            pi@IOBroker-Sted1:/opt/iobroker $ iobroker update -u
            Used repository: Stable (default)
            Adapter    "email"        : 1.1.3    , installed 1.0.10 [Updatable]
            Adapter    "flot"         : 1.11.0   , installed 1.10.7 [Updatable]
            Adapter    "simple-api"   : 2.7.0    , installed 2.6.5  [Updatable]
            pi@IOBroker-Sted1:/opt/iobroker $ sudo ln -s /usr/bin/node /usr/bin/nodejs
            ln: die symbolische Verknüpfung '/usr/bin/nodejs' konnte nicht angelegt werden: Die Datei existiert bereits
            pi@IOBroker-Sted1:/opt/iobroker $
            pi@IOBroker-Sted1:/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
            armv7l
            /usr/bin/nodejs
            /usr/bin/node
            /usr/bin/npm
            v16.15.1
            v16.15.1
            8.11.0
            pi
            /opt/iobroker
            OK:1 http://archive.raspberrypi.org/debian buster InRelease
            OK:2 http://raspbian.raspberrypi.org/raspbian 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
            Alle Pakete sind aktuell.
            nodejs:
              Installiert:           16.15.1-deb-1nodesource1
              Installationskandidat: 16.15.1-deb-1nodesource1
              Versionstabelle:
             *** 16.15.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
                    500 http://raspbian.raspberrypi.org/raspbian buster/main armhf Packages
            
            

            Gruss paul

            GlasfaserG Offline
            GlasfaserG Offline
            Glasfaser
            schrieb am zuletzt editiert von
            #119

            @paul-honka sagte in Error 25 bei Adapterupdates nach Node.JS 16.15.1 Update:

            iobroker update -u

            Used repository: Stable (default)

            Adapter "email" : 1.1.3 , installed 1.0.10 [Updatable]

            Adapter "flot" : 1.11.0 , installed 1.10.7 [Updatable]

            Adapter "simple-api" : 2.7.0 , installed 2.6.5 [Updatable]

            und wo ist der Rest .... kein Admin usw.

            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 P 2 Antworten Letzte Antwort
            0
            • GlasfaserG Glasfaser

              @paul-honka sagte in Error 25 bei Adapterupdates nach Node.JS 16.15.1 Update:

              iobroker update -u

              Used repository: Stable (default)

              Adapter "email" : 1.1.3 , installed 1.0.10 [Updatable]

              Adapter "flot" : 1.11.0 , installed 1.10.7 [Updatable]

              Adapter "simple-api" : 2.7.0 , installed 2.6.5 [Updatable]

              und wo ist der Rest .... kein Admin usw.

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

              @glasfaser sagte in Error 25 bei Adapterupdates nach Node.JS 16.15.1 Update:

              und wo ist der Rest .... kein Admin usw.

              -u = Der Rest ist aktuell... :-)

              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

              GlasfaserG 1 Antwort Letzte Antwort
              1
              • GlasfaserG Glasfaser

                @paul-honka sagte in Error 25 bei Adapterupdates nach Node.JS 16.15.1 Update:

                iobroker update -u

                Used repository: Stable (default)

                Adapter "email" : 1.1.3 , installed 1.0.10 [Updatable]

                Adapter "flot" : 1.11.0 , installed 1.10.7 [Updatable]

                Adapter "simple-api" : 2.7.0 , installed 2.6.5 [Updatable]

                und wo ist der Rest .... kein Admin usw.

                P Offline
                P Offline
                paul.honka
                schrieb am zuletzt editiert von
                #121

                @glasfaser
                Das frage ich auch?
                Gruss paul

                Thomas BraunT 1 Antwort Letzte Antwort
                0
                • P paul.honka

                  @glasfaser
                  Das frage ich auch?
                  Gruss paul

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

                  @paul-honka

                  Soweit i. O.
                  Dann folge den Vorschlägen des Systems:

                  rename '/opt/iobroker/node_modules/node-telegram-bot-api' -> '/opt/iobroker/node_modules/.node-telegram-bot-api-1etpN2K2'
                  

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

                  P 1 Antwort Letzte Antwort
                  0
                  • Thomas BraunT Thomas Braun

                    @glasfaser sagte in Error 25 bei Adapterupdates nach Node.JS 16.15.1 Update:

                    und wo ist der Rest .... kein Admin usw.

                    -u = Der Rest ist aktuell... :-)

                    GlasfaserG Offline
                    GlasfaserG Offline
                    Glasfaser
                    schrieb am zuletzt editiert von
                    #123

                    @thomas-braun sagte in Error 25 bei Adapterupdates nach Node.JS 16.15.1 Update:

                    @glasfaser sagte in Error 25 bei Adapterupdates nach Node.JS 16.15.1 Update:

                    und wo ist der Rest .... kein Admin usw.

                    -u = Der Rest ist aktuell... :-)

                    Mähh , habe -i mit -u vertauscht .... immer diese Autokorrektur :)

                    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 ..

                    P 1 Antwort Letzte Antwort
                    0
                    • GlasfaserG Glasfaser

                      @thomas-braun sagte in Error 25 bei Adapterupdates nach Node.JS 16.15.1 Update:

                      @glasfaser sagte in Error 25 bei Adapterupdates nach Node.JS 16.15.1 Update:

                      und wo ist der Rest .... kein Admin usw.

                      -u = Der Rest ist aktuell... :-)

                      Mähh , habe -i mit -u vertauscht .... immer diese Autokorrektur :)

                      P Offline
                      P Offline
                      paul.honka
                      schrieb am zuletzt editiert von paul.honka
                      #124

                      @glasfaser

                      /opt/iobroker $ iobroker update -i
                      Used repository: Stable (default)
                      Adapter    "admin"        : 5.3.8    , installed 5.3.8
                      Adapter    "backitup"     : 2.4.9    , installed 2.4.9
                      Adapter    "ble"          : 0.12.0   , installed 0.12.0
                      Adapter    "cloud"        : 4.1.1    , installed 4.1.1
                      Adapter    "discovery"    : 3.0.3    , installed 3.0.3
                      Adapter    "echarts"      : 1.0.7    , installed 1.0.7
                      Adapter    "email"        : 1.1.3    , installed 1.0.10 [Updatable]
                      Adapter    "fb-checkpresence": 1.1.14, installed 1.1.14
                      Adapter    "flot"         : 1.11.0   , installed 1.10.7 [Updatable]
                      Adapter    "history"      : 1.11.1   , installed 1.11.1
                      Adapter    "hm-rega"      : 3.0.40   , installed 3.0.40
                      Adapter    "hm-rpc"       : 1.15.12  , installed 1.15.12
                      Adapter    "icons-addictive-flavour-png": 0.1.0, installed 0.1.0
                      Adapter    "icons-material-png": 0.1.0, installed 0.1.0
                      Adapter    "icons-material-svg": 0.1.0, installed 0.1.0
                      Adapter    "icons-mfd-png": 1.1.0    , installed 1.1.0
                      Adapter    "icons-mfd-svg": 1.1.0    , installed 1.1.0
                      Adapter    "info"         : 1.9.19   , installed 1.9.19
                      Adapter    "iot"          : 1.11.4   , installed 1.11.4
                      Adapter    "javascript"   : 5.7.0    , installed 5.7.0
                      Controller "js-controller": 4.0.23   , installed 4.0.23
                      Adapter    "luftdaten"    : 2.2.4    , installed 2.2.4
                      Adapter    "mihome"       : 1.4.0    , installed 1.4.0
                      Adapter    "mobile"       : 1.0.1    , installed 1.0.1
                      Adapter    "ping"         : 1.5.3    , installed 1.5.3
                      Adapter    "pollenflug"   : 1.0.6    , installed 1.0.6
                      Adapter    "pushover"     : 2.1.0    , installed 2.1.0
                      Adapter    "rpi2"         : 1.3.2    , installed 1.3.2
                      Adapter    "simple-api"   : 2.7.0    , installed 2.6.5  [Updatable]
                      Adapter    "socketio"     : 4.2.0    , installed 4.2.0
                      Adapter    "sonoff"       : 2.5.1    , installed 2.5.1
                      Adapter    "sql"          : 1.16.2   , installed 1.16.2
                      Adapter    "telegram"     : 1.13.0   , installed 1.13.0
                      Adapter    "text2command" : 2.2.1    , installed 2.2.1
                      Adapter    "vis"          : 1.4.15   , installed 1.4.15
                      Adapter    "vis-bars"     : 0.1.4    , installed 0.1.4
                      Adapter    "vis-canvas-gauges": 0.1.5, installed 0.1.5
                      Adapter    "vis-fancyswitch": 1.1.0  , installed 1.1.0
                      Adapter    "vis-google-fonts": 1.0.3 , installed 1.0.3
                      Adapter    "vis-history"  : 1.0.0    , installed 1.0.0
                      Adapter    "vis-hqwidgets": 1.2.0    , installed 1.2.0
                      Adapter    "vis-jqui-mfd" : 1.0.12   , installed 1.0.12
                      Adapter    "vis-metro"    : 1.2.0    , installed 1.2.0
                      Adapter    "vis-players"  : 0.1.6    , installed 0.1.6
                      Adapter    "vis-timeandweather": 1.1.7, installed 1.1.7
                      Adapter    "web"          : 4.3.0    , installed 4.3.0
                      Adapter    "ws"           : 1.3.0    , installed 1.3.0
                      Adapter    "yr"           : 5.3.0    , installed 5.3.0
                      Adapter    "zigbee"       : 1.7.5    , installed 1.7.5
                      
                      

                      Gruss paul

                      1 Antwort Letzte Antwort
                      0
                      • Thomas BraunT Thomas Braun

                        @paul-honka

                        Soweit i. O.
                        Dann folge den Vorschlägen des Systems:

                        rename '/opt/iobroker/node_modules/node-telegram-bot-api' -> '/opt/iobroker/node_modules/.node-telegram-bot-api-1etpN2K2'
                        
                        P Offline
                        P Offline
                        paul.honka
                        schrieb am zuletzt editiert von
                        #125

                        @thomas-braun
                        gemacht

                         mv /opt/iobroker/node_modules/node-telegram-bot-api /opt/iobroker/node_modules/.node-telegram-bot-api-1etpN2K2
                        
                        /opt/iobroker $  iob upgrade email --debug
                        
                        This upgrade of "email" will introduce the following changes:
                        ==========================================================================
                        -> 1.1.3:
                        Make sure the STARTTLS configuration field is displayed
                        
                        -> 1.1.2:
                        Fix mail.ee settings
                        
                        -> 1.1.1:
                        Allow to use connections to port 25 unencrypted
                        
                        -> 1.1.0:
                        Adjust default settings for web.de and 1und1 and add ionos
                        Add "Always use STARTTLS" option for custom SMTP settings
                        ==========================================================================
                        
                        Would you like to upgrade email from @1.0.10 to @1.1.3 now? [(y)es, (n)o]: y
                        Update email from @1.0.10 to @1.1.3
                        NPM version: 8.11.0
                        Installing iobroker.email@1.1.3... (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 ERR! code ENOTEMPTY
                        npm ERR! syscall rename
                        npm ERR! path /opt/iobroker/node_modules/regexp.prototype.flags
                        npm ERR! dest /opt/iobroker/node_modules/.regexp.prototype.flags-omxNhUlX
                        npm ERR! errno -39
                        npm ERR! ENOTEMPTY: directory not empty, rename '/opt/iobroker/node_modules/regexp.prototype.flags' -> '/opt/iobroker/node_modules/.regexp.prototype.flags-omxNhUlX'
                        
                        npm ERR! A complete log of this run can be found in:
                        npm ERR!     /home/iobroker/.npm/_logs/2022-06-28T08_35_21_368Z-debug-0.log
                        host.IOBroker-Sted1 Cannot install iobroker.email@1.1.3: 217
                        
                        

                        Drehen wir uns im Kreis ?
                        Steht wieder ein rename drin? Immer weiter umbenennen?
                        Gruss paul

                        Thomas BraunT GlasfaserG 3 Antworten Letzte Antwort
                        0
                        • P paul.honka

                          @thomas-braun
                          gemacht

                           mv /opt/iobroker/node_modules/node-telegram-bot-api /opt/iobroker/node_modules/.node-telegram-bot-api-1etpN2K2
                          
                          /opt/iobroker $  iob upgrade email --debug
                          
                          This upgrade of "email" will introduce the following changes:
                          ==========================================================================
                          -> 1.1.3:
                          Make sure the STARTTLS configuration field is displayed
                          
                          -> 1.1.2:
                          Fix mail.ee settings
                          
                          -> 1.1.1:
                          Allow to use connections to port 25 unencrypted
                          
                          -> 1.1.0:
                          Adjust default settings for web.de and 1und1 and add ionos
                          Add "Always use STARTTLS" option for custom SMTP settings
                          ==========================================================================
                          
                          Would you like to upgrade email from @1.0.10 to @1.1.3 now? [(y)es, (n)o]: y
                          Update email from @1.0.10 to @1.1.3
                          NPM version: 8.11.0
                          Installing iobroker.email@1.1.3... (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 ERR! code ENOTEMPTY
                          npm ERR! syscall rename
                          npm ERR! path /opt/iobroker/node_modules/regexp.prototype.flags
                          npm ERR! dest /opt/iobroker/node_modules/.regexp.prototype.flags-omxNhUlX
                          npm ERR! errno -39
                          npm ERR! ENOTEMPTY: directory not empty, rename '/opt/iobroker/node_modules/regexp.prototype.flags' -> '/opt/iobroker/node_modules/.regexp.prototype.flags-omxNhUlX'
                          
                          npm ERR! A complete log of this run can be found in:
                          npm ERR!     /home/iobroker/.npm/_logs/2022-06-28T08_35_21_368Z-debug-0.log
                          host.IOBroker-Sted1 Cannot install iobroker.email@1.1.3: 217
                          
                          

                          Drehen wir uns im Kreis ?
                          Steht wieder ein rename drin? Immer weiter umbenennen?
                          Gruss paul

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

                          @paul-honka sagte in Error 25 bei Adapterupdates nach Node.JS 16.15.1 Update:

                          Immer weiter umbenennen?

                          Ja.

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

                          1 Antwort Letzte Antwort
                          0
                          • P paul.honka

                            @thomas-braun
                            gemacht

                             mv /opt/iobroker/node_modules/node-telegram-bot-api /opt/iobroker/node_modules/.node-telegram-bot-api-1etpN2K2
                            
                            /opt/iobroker $  iob upgrade email --debug
                            
                            This upgrade of "email" will introduce the following changes:
                            ==========================================================================
                            -> 1.1.3:
                            Make sure the STARTTLS configuration field is displayed
                            
                            -> 1.1.2:
                            Fix mail.ee settings
                            
                            -> 1.1.1:
                            Allow to use connections to port 25 unencrypted
                            
                            -> 1.1.0:
                            Adjust default settings for web.de and 1und1 and add ionos
                            Add "Always use STARTTLS" option for custom SMTP settings
                            ==========================================================================
                            
                            Would you like to upgrade email from @1.0.10 to @1.1.3 now? [(y)es, (n)o]: y
                            Update email from @1.0.10 to @1.1.3
                            NPM version: 8.11.0
                            Installing iobroker.email@1.1.3... (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 ERR! code ENOTEMPTY
                            npm ERR! syscall rename
                            npm ERR! path /opt/iobroker/node_modules/regexp.prototype.flags
                            npm ERR! dest /opt/iobroker/node_modules/.regexp.prototype.flags-omxNhUlX
                            npm ERR! errno -39
                            npm ERR! ENOTEMPTY: directory not empty, rename '/opt/iobroker/node_modules/regexp.prototype.flags' -> '/opt/iobroker/node_modules/.regexp.prototype.flags-omxNhUlX'
                            
                            npm ERR! A complete log of this run can be found in:
                            npm ERR!     /home/iobroker/.npm/_logs/2022-06-28T08_35_21_368Z-debug-0.log
                            host.IOBroker-Sted1 Cannot install iobroker.email@1.1.3: 217
                            
                            

                            Drehen wir uns im Kreis ?
                            Steht wieder ein rename drin? Immer weiter umbenennen?
                            Gruss paul

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

                            @paul-honka sagte in Error 25 bei Adapterupdates nach Node.JS 16.15.1 Update:

                            Cannot install iobroker.email@1.1.3: 217

                            Deutet auf verfummelte Rechte hin. Mal als root oder per sudo unterwegs gewesen?

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

                            P 4 Antworten Letzte Antwort
                            0
                            • P paul.honka

                              @thomas-braun
                              gemacht

                               mv /opt/iobroker/node_modules/node-telegram-bot-api /opt/iobroker/node_modules/.node-telegram-bot-api-1etpN2K2
                              
                              /opt/iobroker $  iob upgrade email --debug
                              
                              This upgrade of "email" will introduce the following changes:
                              ==========================================================================
                              -> 1.1.3:
                              Make sure the STARTTLS configuration field is displayed
                              
                              -> 1.1.2:
                              Fix mail.ee settings
                              
                              -> 1.1.1:
                              Allow to use connections to port 25 unencrypted
                              
                              -> 1.1.0:
                              Adjust default settings for web.de and 1und1 and add ionos
                              Add "Always use STARTTLS" option for custom SMTP settings
                              ==========================================================================
                              
                              Would you like to upgrade email from @1.0.10 to @1.1.3 now? [(y)es, (n)o]: y
                              Update email from @1.0.10 to @1.1.3
                              NPM version: 8.11.0
                              Installing iobroker.email@1.1.3... (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 ERR! code ENOTEMPTY
                              npm ERR! syscall rename
                              npm ERR! path /opt/iobroker/node_modules/regexp.prototype.flags
                              npm ERR! dest /opt/iobroker/node_modules/.regexp.prototype.flags-omxNhUlX
                              npm ERR! errno -39
                              npm ERR! ENOTEMPTY: directory not empty, rename '/opt/iobroker/node_modules/regexp.prototype.flags' -> '/opt/iobroker/node_modules/.regexp.prototype.flags-omxNhUlX'
                              
                              npm ERR! A complete log of this run can be found in:
                              npm ERR!     /home/iobroker/.npm/_logs/2022-06-28T08_35_21_368Z-debug-0.log
                              host.IOBroker-Sted1 Cannot install iobroker.email@1.1.3: 217
                              
                              

                              Drehen wir uns im Kreis ?
                              Steht wieder ein rename drin? Immer weiter umbenennen?
                              Gruss paul

                              GlasfaserG Offline
                              GlasfaserG Offline
                              Glasfaser
                              schrieb am zuletzt editiert von
                              #128

                              @thomas-braun

                              @paul-honka sagte in Error 25 bei Adapterupdates nach Node.JS 16.15.1 Update:
                              npm WARN old lockfile The package-lock.json file was created with an old version of npm,

                              gesehen .... die mal löschen/verschieben !?

                              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
                              • Thomas BraunT Thomas Braun

                                @paul-honka sagte in Error 25 bei Adapterupdates nach Node.JS 16.15.1 Update:

                                Cannot install iobroker.email@1.1.3: 217

                                Deutet auf verfummelte Rechte hin. Mal als root oder per sudo unterwegs gewesen?

                                P Offline
                                P Offline
                                paul.honka
                                schrieb am zuletzt editiert von
                                #129

                                @thomas-braun
                                nein, nur das update auf node 16 vor einiger Zeit mit sudo, um die Einträge in der
                                etc/apt/sources.list.d zu ändern.
                                Gruss paul

                                1 Antwort Letzte Antwort
                                0
                                • Thomas BraunT Thomas Braun

                                  @paul-honka sagte in Error 25 bei Adapterupdates nach Node.JS 16.15.1 Update:

                                  Cannot install iobroker.email@1.1.3: 217

                                  Deutet auf verfummelte Rechte hin. Mal als root oder per sudo unterwegs gewesen?

                                  P Offline
                                  P Offline
                                  paul.honka
                                  schrieb am zuletzt editiert von
                                  #130

                                  @thomas-braun
                                  Noch drei Runden verschieben dreht, dann war der E Mail Adapter uogedatet.

                                  iob upgrade email --debug
                                  
                                  This upgrade of "email" will introduce the following changes:
                                  ==========================================================================
                                  -> 1.1.3:
                                  Make sure the STARTTLS configuration field is displayed
                                  
                                  -> 1.1.2:
                                  Fix mail.ee settings
                                  
                                  -> 1.1.1:
                                  Allow to use connections to port 25 unencrypted
                                  
                                  -> 1.1.0:
                                  Adjust default settings for web.de and 1und1 and add ionos
                                  Add "Always use STARTTLS" option for custom SMTP settings
                                  ==========================================================================
                                  
                                  Would you like to upgrade email from @1.0.10 to @1.1.3 now? [(y)es, (n)o]: y
                                  Update email from @1.0.10 to @1.1.3
                                  NPM version: 8.11.0
                                  Installing iobroker.email@1.1.3... (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
                                  
                                  added 32 packages, removed 45 packages, and changed 8 packages in 1m
                                  
                                  94 packages are looking for funding
                                    run `npm fund` for details
                                  Update "system.adapter.email.0"
                                  upload [4] email.admin /opt/iobroker/node_modules/iobroker.email/admin/blockly.js blockly.js application/javascript
                                  upload [3] email.admin /opt/iobroker/node_modules/iobroker.email/admin/email.png email.png image/png
                                  upload [2] email.admin /opt/iobroker/node_modules/iobroker.email/admin/index.html index.html text/html
                                  upload [1] email.admin /opt/iobroker/node_modules/iobroker.email/admin/index_m.html index_m.html text/html
                                  upload [0] email.admin /opt/iobroker/node_modules/iobroker.email/admin/words.js words.js application/javascript
                                  
                                  

                                  Dann wollte ich flot updaten, das gleiche Spiel nochmal.

                                  iob upgrade flot --debug
                                  
                                  This upgrade of "flot" will introduce the following changes:
                                  ==========================================================================
                                  -> 1.11.0:
                                  Trust GetHistory results to contain ms resolution timestamps
                                  ==========================================================================
                                  
                                  Would you like to upgrade flot from @1.10.7 to @1.11.0 now? [(y)es, (n)o]: y
                                  Update flot from @1.10.7 to @1.11.0
                                  NPM version: 8.11.0
                                  Installing iobroker.flot@1.11.0... (System call)
                                  npm ERR! code ENOTEMPTY
                                  npm ERR! syscall rename
                                  npm ERR! path /opt/iobroker/node_modules/iobroker.javascript/node_modules/acorn-walk
                                  npm ERR! dest /opt/iobroker/node_modules/iobroker.javascript/node_modules/.acorn-walk-xHkEOJL1
                                  npm ERR! errno -39
                                  npm ERR! ENOTEMPTY: directory not empty, rename '/opt/iobroker/node_modules/iobroker.javascript/node_modules/acorn-walk' -> '/opt/iobroker/node_modules/iobroker.javascript/node_modules/.acorn-walk-xHkEOJL1'
                                  
                                  npm ERR! A complete log of this run can be found in:
                                  npm ERR!     /home/iobroker/.npm/_logs/2022-06-28T08_57_13_800Z-debug-0.log
                                  host.IOBroker-Sted1 Cannot install iobroker.flot@1.11.0: 217
                                  
                                  

                                  Gruss paul

                                  1 Antwort Letzte Antwort
                                  0
                                  • Thomas BraunT Thomas Braun

                                    @paul-honka sagte in Error 25 bei Adapterupdates nach Node.JS 16.15.1 Update:

                                    Cannot install iobroker.email@1.1.3: 217

                                    Deutet auf verfummelte Rechte hin. Mal als root oder per sudo unterwegs gewesen?

                                    P Offline
                                    P Offline
                                    paul.honka
                                    schrieb am zuletzt editiert von
                                    #131

                                    @thomas-braun
                                    wo finde ich die package-lock.json, im /opt/obroker/log nicht.
                                    Gruss paul

                                    1 Antwort Letzte Antwort
                                    0
                                    • Thomas BraunT Thomas Braun

                                      @paul-honka sagte in Error 25 bei Adapterupdates nach Node.JS 16.15.1 Update:

                                      Cannot install iobroker.email@1.1.3: 217

                                      Deutet auf verfummelte Rechte hin. Mal als root oder per sudo unterwegs gewesen?

                                      P Offline
                                      P Offline
                                      paul.honka
                                      schrieb am zuletzt editiert von
                                      #132

                                      @thomas-braun
                                      Jetzt fängt er an, das ich alle Dateien in /opt/iobroker/node_modules/iobroker.javascript/node_modules/
                                      umbennen soll. Natürlich nur eine pro Update Aufruf. Kommt dann das nächste Verzeichnis drann?
                                      Da wird es wohl Weihnachten. Das kann nicht die Lösung sein?
                                      Gruss paul

                                      1 Antwort Letzte Antwort
                                      0
                                      • apollon77A Offline
                                        apollon77A Offline
                                        apollon77
                                        schrieb am zuletzt editiert von apollon77
                                        #133

                                        Ich bin imme rnoch der Meinung das das nicht richtig ist was wir hier tun ... npm will das umbenennen, wohl weil es da Module gibt mit denen er was tun will ... und er kann es nicht umbenennen. So interpretiere ich diese Meldung. Die Frage ist also jetzt ob das Zielverzeichnis denn schon da ist oder warum er das anmeckert? Dann müsste man eher das aus dem Weg räumen.

                                        EDIT: je mehr ich google umso mehr vermute ich das es das Zielverzeichnis ist was man löschen muss - warum auch immer esd da geblieben ist Und dann nochmal versuchen.
                                        Das Rename zu machen macht ggf mehr Issues als alles andere

                                        Beitrag hat geholfen? Votet rechts unten im Beitrag :-) https://paypal.me/Apollon77 / https://github.com/sponsors/Apollon77

                                        • Debug-Log für Instanz einschalten? Admin -> Instanzen -> Expertenmodus -> Instanz aufklappen - Loglevel ändern
                                        • Logfiles auf Platte /opt/iobroker/log/… nutzen, Admin schneidet Zeilen ab
                                        P 2 Antworten Letzte Antwort
                                        1
                                        • Thomas BraunT Online
                                          Thomas BraunT Online
                                          Thomas Braun
                                          Most Active
                                          schrieb am zuletzt editiert von
                                          #134

                                          @paul-honka sagte in Error 25 bei Adapterupdates nach Node.JS 16.15.1 Update:

                                          wo finde ich die package-lock.json, im /opt/obroker/log nicht.

                                          In /opt/iobroker/

                                          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
                                          Antworten
                                          • In einem neuen Thema antworten
                                          Anmelden zum Antworten
                                          • Älteste zuerst
                                          • Neuste zuerst
                                          • Meiste Stimmen


                                          Support us

                                          ioBroker
                                          Community Adapters
                                          Donate

                                          965

                                          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