Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. ioBroker Allgemein
    4. ERROR: Process exited with code 25

    NEWS

    • Neues Video "KI im Smart Home" - ioBroker plus n8n

    • Neues Video über Aliase, virtuelle Geräte und Kategorien

    • Wir empfehlen: Node.js 22.x

    ERROR: Process exited with code 25

    This topic has been deleted. Only users with topic management privileges can see it.
    • A
      Atticus @crunchip last edited by

      @crunchip sagte in ERROR: Process exited with code 25:

      @atticus sagte in ERROR: Process exited with code 25:

      NPM version: 8.6.0

      Das soll heissen, das ich npm updaten muss? Welche Version sollte ich dann verwenden?

      arteck 1 Reply Last reply Reply Quote 0
      • arteck
        arteck Developer Most Active @Atticus last edited by

        @atticus sagte in ERROR: Process exited with code 25:

        Welche Version sollte ich dann verwenden?

        6.x

        und nicht update sondern downgrade

        A 1 Reply Last reply Reply Quote 1
        • A
          Atticus @arteck last edited by

          @arteck sagte in ERROR: Process exited with code 25:

          6.x
          und nicht update sondern downgrade

          Funktioniert das gefahrlos ??

          Thomas Braun 1 Reply Last reply Reply Quote 0
          • Thomas Braun
            Thomas Braun Most Active @Atticus last edited by

            @atticus

            Ja. Wenn man es richtig macht.
            Steht in meiner Signatur, wie es unter Debian und Konsorten geht.

            A 1 Reply Last reply Reply Quote 1
            • A
              Atticus @Thomas Braun last edited by

              @thomas-braun ist Version 6.14.16 ok?

              Thomas Braun 1 Reply Last reply Reply Quote 0
              • Thomas Braun
                Thomas Braun Most Active @Atticus last edited by

                @atticus

                Die Version ist okay, die mit dem nodejs Paket zu node14 daher kommt.
                npm wird nicht am System vorbei installiert.

                A 1 Reply Last reply Reply Quote 1
                • A
                  Atticus @Thomas Braun last edited by

                  @thomas-braun und wie sehe ich, welche version dem nodejs Paket zu node14 kommt?
                  Den iobroker hab ich mit

                  curl -sLf https://iobroker.net/install.sh | bash -
                  

                  installiert und habe bewußt kein Update des npm-Paketes vorgenommen.

                  crunchip 1 Reply Last reply Reply Quote 0
                  • crunchip
                    crunchip Forum Testing Most Active @Atticus last edited by crunchip

                    @atticus sagte in ERROR: Process exited with code 25:

                    installiert und habe bewußt kein Update des npm-Paketes vorgenommen

                    dann stellt sich die allerdings die Frage wie du zu npm v8.x kommst

                    schau da rein und zeig mal die Ausgabe
                    https://forum.iobroker.net/post/460727

                    A 1 Reply Last reply Reply Quote 0
                    • A
                      Atticus @crunchip last edited by

                      @crunchip

                      
                      deb https://deb.nodesource.com/node_14.x buster main
                      deb-src https://deb.nodesource.com/node_14.x buster main
                      
                      
                      
                      
                      
                      A 1 Reply Last reply Reply Quote 0
                      • A
                        Atticus @Atticus last edited by

                        pi@ioBroker482:~ $ apt policy nodejs
                        nodejs:
                          Installiert:           14.19.1-deb-1nodesource1
                          Installationskandidat: 14.19.1-deb-1nodesource1
                          Versionstabelle:
                         *** 14.19.1-deb-1nodesource1 500
                                500 https://deb.nodesource.com/node_14.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
                        pi@ioBroker482:~ $
                        
                        
                        
                        A 1 Reply Last reply Reply Quote 0
                        • A
                          Atticus @Atticus last edited by

                          pi@ioBroker482:~ $ which nodejs node npm && nodejs -v && node -v && npm -v && whoami && pwd && sudo apt update &> /dev/null && sudo apt update && apt policy nodejs
                          /usr/bin/nodejs
                          /usr/bin/node
                          /usr/bin/npm
                          v14.19.1
                          v14.19.1
                          8.6.0
                          pi
                          /home/pi
                          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_14.x buster InRelease
                          Paketlisten werden gelesen... Fertig
                          Abhängigkeitsbaum wird aufgebaut.
                          Statusinformationen werden eingelesen.... Fertig
                          Alle Pakete sind aktuell.
                          nodejs:
                            Installiert:           14.19.1-deb-1nodesource1
                            Installationskandidat: 14.19.1-deb-1nodesource1
                            Versionstabelle:
                           *** 14.19.1-deb-1nodesource1 500
                                  500 https://deb.nodesource.com/node_14.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
                          pi@ioBroker482:~ $
                          
                          
                          Thomas Braun 1 Reply Last reply Reply Quote 0
                          • Thomas Braun
                            Thomas Braun Most Active @Atticus last edited by

                            @atticus

                            Bei der Konstellation musst du npm mal global mit sich selber installiert haben. Und zwar kürzlich, die 8.6.0 ist nicht so alt.

                            iobroker stop
                            sudo apt install --reinstall nodejs
                            iobroker start
                            

                            biegt das wieder gerade.

                            A 1 Reply Last reply Reply Quote 1
                            • A
                              Atticus @Thomas Braun last edited by

                              @thomas-braun Vielen dank für Deine Hilfe. Das hat super funktioniert!

                              pi@ioBroker482:~ $ node -v
                              v14.19.1
                              pi@ioBroker482:~ $ nodejs -v
                              v14.19.1
                              pi@ioBroker482:~ $ npm -v
                              6.14.16
                              pi@ioBroker482:~ $
                              
                              
                              1 Reply Last reply Reply Quote 0
                              • First post
                                Last post

                              Support us

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

                              894
                              Online

                              32.1k
                              Users

                              80.6k
                              Topics

                              1.3m
                              Posts

                              4
                              15
                              1483
                              Loading More Posts
                              • Oldest to Newest
                              • Newest to Oldest
                              • Most Votes
                              Reply
                              • Reply as topic
                              Log in to reply
                              Community
                              Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
                              The ioBroker Community 2014-2023
                              logo