Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Error/Bug
    4. Zigbee update ERROR: code 25

    NEWS

    • Neuer Blog: Fotos und Eindrücke aus Solingen

    • ioBroker@Smart Living Forum Solingen, 14.06. - Agenda added

    • ioBroker goes Matter ... Matter Adapter in Stable

    Zigbee update ERROR: code 25

    This topic has been deleted. Only users with topic management privileges can see it.
    • tmistert
      tmistert last edited by

      Systemdata Bitte Ausfüllen
      Hardwaresystem: NUC
      Arbeitsspeicher: 8GB
      Festplattenart: HDD
      Betriebssystem: Debian
      Node-Version: 14.17.3
      Nodejs-Version: 14.17.2
      NPM-Version: 6.14.13
      Installationsart: Manuell
      Image genutzt: Nein

      Guten Tag,
      ich erhoffe mir hier Hilfe, da ich bisher nicht weiterkommen.
      Ich möchte meinen Zigbee-adapter auf die Version von Koenkk (zigbee-herdsman-converters) updaten.
      Leider bekomme ich beim Installieren über GIT immer einen Fehler ausgeworfen:

      $ iobroker url https://github.com/Koenkk/zigbee-herdsman-converters --host debian
      
      install Koenkk/zigbee-herdsman-converters#d1f00202a79a5cd4b6548dd1d15057895a3e6666
      
      NPM version: 6.14.13
      
      npm install Koenkk/zigbee-herdsman-converters#d1f00202a79a5cd4b6548dd1d15057895a3e6666 --loglevel error --prefix "/opt/iobroker" (System call)
      
      ../authenticate_pam.cc: In function ‘void after_doing_auth(uv_work_t*, int)’:
      
      ../authenticate_pam.cc:107:87: warning: ‘v8::Local<v8::Value> Nan::MakeCallback(v8::Local<v8::Object>, v8::Local<v8::Function>, int, v8::Local<v8::Value>*)’ is deprecated [-Wdeprecated-declarations] Nan::MakeCallback(Nan::GetCurrentContext()->Global(), Nan::New(m->callback), 1, args); ^In file included from ../authenticate_pam.cc:23:0:../../nan/nan.h:1026:46: note: declared here NAN_DEPRECATED inline v8::Local<v8::Value> MakeCallback( ^~~~~~~~~~~~
      
      ../authenticate_pam.cc: In function ‘Nan::NAN_METHOD_RETURN_TYPE Authenticate(Nan::NAN_METHOD_ARGS_TYPE)’:../authenticate_pam.cc:147:83: error: no matching function for call to ‘v8::Array::Get(v8::Local<v8::String>)’ Local<Value> res = options->Get(Nan::New<String>("serviceName").ToLocalChecked()); ^In file included from /home/iobroker/.cache/node-gyp/14.17.3/include/node/node.h:67:0, from ../../nan/nan.h:56, from ../authenticate_pam.cc:23:/home/iobroker/.cache/node-gyp/14.17.3/include/node/v8.h:3717:43: note: candidate: v8::MaybeLocal<v8::Value> v8::Object::Get(v8::Local<v8::Context>, v8::Local<v8::Value>) V8_WARN_UNUSED_RESULT MaybeLocal<Value> Get(Local<Context> context, ^~~
      
      /home/iobroker/.cache/node-gyp/14.17.3/include/node/v8.h:3717:43: note: candidate expects 2 arguments, 1 provided/home/iobroker/.cache/node-gyp/14.17.3/include/node/v8.h:3720:43: note: candidate: v8::MaybeLocal<v8::Value> v8::Object::Get(v8::Local<v8::Context>, uint32_t) V8_WARN_UNUSED_RESULT MaybeLocal<Value> Get(Local<Context> context, ^~~/home/iobroker/.cache/node-gyp/14.17.3/include/node/v8.h:3720:43: note: candidate expects 2 arguments, 1 provided../authenticate_pam.cc:150:69: error: no matching function for call to ‘v8::String::WriteUtf8(char [128], long unsigned int)’ serviceName->WriteUtf8(m->serviceName, sizeof(m->serviceName) - 1); ^In file included from /home/iobroker/.cache/node-gyp/14.17.3/include/node/node.h:67:0, from ../../nan/nan.h:56, from ../authenticate_pam.cc:23:/home/iobroker/.cache/node-gyp/14.17.3/include/node/v8.h:3037:7: note: candidate: int v8::String::WriteUtf8(v8::Isolate*, char*, int, int*, int) const int WriteUtf8(Isolate* isolate, char* buffer, int length = -1, ^~~~~~~~~/home/iobroker/.cache/node-gyp/14.17.3/include/node/v8.h:3037:7: note: no known conversion for argument 1 from ‘char [128]’ to ‘v8::Isolate*’../authenticate_pam.cc:152:69: error: no matching function for call to ‘v8::Array::Get(v8::Local<v8::String>)’ res = options->Get(Nan::New<String>("remoteHost").ToLocalChecked()); ^In file included from /home/iobroker/.cache/node-gyp/14.17.3/include/node/node.h:67:0, from ../../nan/nan.h:56, from ../authenticate_pam.cc:23:/home/iobroker/.cache/node-gyp/14.17.3/include/node/v8.h:3717:43: note: candidate: v8::MaybeLocal<v8::Value> v8::Object::Get(v8::Local<v8::Context>, v8::Local<v8::Value>) V8_WARN_UNUSED_RESULT MaybeLocal<Value> Get(Local<Context> context, ^~~/home/iobroker/.cache/node-gyp/14.17.3/include/node/v8.h:3717:43: note: candidate expects 2 arguments, 1 provided/home/iobroker/.cache/node-gyp/14.17.3/include/node/v8.h:3720:43: note: candidate: v8::MaybeLocal<v8::Value> v8::Object::Get(v8::Local<v8::Context>, uint32_t) V8_WARN_UNUSED_RESULT MaybeLocal<Value> Get(Local<Context> context, ^~~/home/iobroker/.cache/node-gyp/14.17.3/include/node/v8.h:3720:43: note: candidate expects 2 arguments, 1 provided../authenticate_pam.cc:155:66: error: no matching function for call to ‘v8::String::WriteUtf8(char [128], long unsigned int)’ remoteHost->WriteUtf8(m->remoteHost, sizeof(m->remoteHost) - 1); ^In file included from /home/iobroker/.cache/node-gyp/14.17.3/include/node/node.h:67:0, from ../../nan/nan.h:56, from ../authenticate_pam.cc:23:/home/iobroker/.cache/node-gyp/14.17.3/include/node/v8.h:3037:7: note: candidate: int v8::String::WriteUtf8(v8::Isolate*, char*, int, int*, int) const int WriteUtf8(Isolate* isolate, char* buffer, int length = -1, ^~~~~~~~~/home/iobroker/.cache/node-gyp/14.17.3/include/node/v8.h:3037:7: note: no known conversion for argument 1 from ‘char [128]’ to ‘v8::Isolate*’
      
      ../authenticate_pam.cc:160:58: error: no matching function for call to ‘v8::String::WriteUtf8(char [128], long unsigned int)’ username->WriteUtf8(m->username, sizeof(m->username) - 1); ^In file included from /home/iobroker/.cache/node-gyp/14.17.3/include/node/node.h:67:0, from ../../nan/nan.h:56, from ../authenticate_pam.cc:23:/home/iobroker/.cache/node-gyp/14.17.3/include/node/v8.h:3037:7: note: candidate: int v8::String::WriteUtf8(v8::Isolate*, char*, int, int*, int) const int WriteUtf8(Isolate* isolate, char* buffer, int length = -1, ^~~~~~~~~/home/iobroker/.cache/node-gyp/14.17.3/include/node/v8.h:3037:7: note: no known conversion for argument 1 from ‘char [128]’ to ‘v8::Isolate*’../authenticate_pam.cc:161:58: error: no matching function for call to ‘v8::String::WriteUtf8(char [128], long unsigned int)’ password->WriteUtf8(m->password, sizeof(m->password) - 1); ^In file included from /home/iobroker/.cache/node-gyp/14.17.3/include/node/node.h:67:0, from ../../nan/nan.h:56, from ../authenticate_pam.cc:23:/home/iobroker/.cache/node-gyp/14.17.3/include/node/v8.h:3037:7: note: candidate: int v8::String::WriteUtf8(v8::Isolate*, char*, int, int*, int) const int WriteUtf8(Isolate* isolate, char* buffer, int length = -1, ^~~~~~~~~/home/iobroker/.cache/node-gyp/14.17.3/include/node/v8.h:3037:7: note: no known conversion for argument 1 from ‘char [128]’ to ‘v8::Isolate*’../authenticate_pam.cc: At global scope:../authenticate_pam.cc:170:11: error: variable or field ‘init’ declared void void init(Handle<Object> exports) { ^~~~~~../authenticate_pam.cc:170:11: error: ‘Handle’ was not declared in this scope
      
      ../authenticate_pam.cc:170:24: error: expected primary-expression before ‘>’ token void init(Handle<Object> exports) { ^../authenticate_pam.cc:170:26: error: ‘exports’ was not declared in this scope void init(Handle<Object> exports) { ^~~~~~~In file included from ../../nan/nan.h:56:0, from ../authenticate_pam.cc:23:../authenticate_pam.cc:175:31: error: ‘init’ was not declared in this scope NODE_MODULE(authenticate_pam, init); ^/home/iobroker/.cache/node-gyp/14.17.3/include/node/node.h:758:36: note: in definition of macro ‘NODE_MODULE_X’ (node::addon_register_func) (regfunc), \ ^~~~~~~../authenticate_pam.cc:175:1: note: in expansion of macro ‘NODE_MODULE’ NODE_MODULE(authenticate_pam, init); ^~~~~~~~~~~
      
      make: *** [Release/obj.target/authenticate_pam/authenticate_pam.o] Fehler 1
      
      gyp ERR! build error
      
      gyp ERR! stack Error: `make` failed with exit code: 2
      
      gyp ERR! stack at ChildProcess.onExit (/usr/local/lib/node_modules/npm/node_modules/node-gyp/lib/build.js:194:23)gyp ERR! stack at ChildProcess.emit (events.js:375:28)gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:277:12)gyp ERR! System Linux 4.9.0-16-amd64
      
      gyp ERR! command "/usr/local/bin/node" "/usr/local/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"gyp ERR! cwd /opt/iobroker/node_modules/authenticate-pamgyp ERR! node -v v14.17.3gyp ERR! node-gyp -v v5.1.0gyp ERR! not ok
      
      ../src/linux/BluetoothSerialPort.cc:18:14: error: variable or field ‘InitAll’ declared void void InitAll(Handle<Object> exports) { ^~~~~~../src/linux/BluetoothSerialPort.cc:18:14: error: ‘Handle’ was not declared in this scope../src/linux/BluetoothSerialPort.cc:18:27: error: expected primary-expression before ‘>’ token void InitAll(Handle<Object> exports) { ^../src/linux/BluetoothSerialPort.cc:18:29: error: ‘exports’ was not declared in this scope void InitAll(Handle<Object> exports) { ^~~~~~~In file included from ../src/linux/BluetoothSerialPort.cc:12:0:../src/linux/BluetoothSerialPort.cc:23:34: error: ‘InitAll’ was not declared in this scope NODE_MODULE(BluetoothSerialPort, InitAll) ^/home/iobroker/.cache/node-gyp/14.17.3/include/node/node.h:758:36: note: in definition of macro ‘NODE_MODULE_X’ (node::addon_register_func) (regfunc), \ ^~~~~~~../src/linux/BluetoothSerialPort.cc:23:1: note: in expansion of macro ‘NODE_MODULE’ NODE_MODULE(BluetoothSerialPort, InitAll) ^~~~~~~~~~~
      
      make: *** [Release/obj.target/BluetoothSerialPort/src/linux/BluetoothSerialPort.o] Fehler 1
      
      gyp ERR! build error
      
      gyp ERR! stack Error: `make` failed with exit code: 2gyp ERR! stack at ChildProcess.onExit (/usr/local/lib/node_modules/npm/node_modules/node-gyp/lib/build.js:194:23)gyp ERR! stack at ChildProcess.emit (events.js:375:28)gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:277:12)gyp ERR! System Linux 4.9.0-16-amd64gyp ERR! command "/usr/local/bin/node" "/usr/local/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "configure" "build"gyp ERR! cwd /opt/iobroker/node_modules/node-bluetoothgyp ERR! node -v v14.17.3gyp ERR! node-gyp -v v5.1.0gyp ERR! not ok
      
      host.debian Cannot install Koenkk/zigbee-herdsman-converters#d1f00202a79a5cd4b6548dd1d15057895a3e6666: 0
      
      ERROR: Process exited with code 25
      

      Kann mir jemand erklären, wie ich auf diese Version umstellen kann?
      Könnte ich zur Not den Zigbee Adapter löschen und neu installieren oder sind dann alle Geräte (und Skripte) weg?

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

        @tmistert sagte in Zigbee update ERROR: code 25:

        /usr/local/bin/node

        Node ist 'krumm' installiert worden.
        Schau in meiner Signatur wie man es gerade zieht.

        Und deinstallier den terminal-Adapter, sollte er vorhanden sein.

        1 Reply Last reply Reply Quote 1
        • Asgothian
          Asgothian Developer last edited by

          @thomas-braun sagte in Zigbee update ERROR: code 25:

          @tmistert sagte in Zigbee update ERROR: code 25:

          /usr/local/bin/node

          Node ist 'krumm' installiert worden.
          Schau in meiner Signatur wie man es gerade zieht.

          Und deinstallier den terminal-Adapter, sollte er vorhanden sein.

          Ob Node krumm installiert worden ist kann ich nicht sagen, aber:

          zigbee-herdsman-converters ist kein Adapter der über iobroker installiert werden kann. Es ist auch generell nicht empfehlenswert die herdsman-converters von GitHub zu installieren. Diese sollten generell über npm zusammen mit dem zigbee adapter installiert werden.

          A.

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

            @asgothian

            command "/usr/local/bin/node"
            

            Untrügliches Zeichen für eine krumme Installation. Es sei denn da ist jemand auf einem super-exotischen System unterwegs.

            Die zigbee-herdsman-converters zieht man besser nicht selber rein, da bin ich dabei.

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

              @thomas-braun
              Danke für eure Antworten. Das werde ich mir morgen mal anschauen.
              Ich brauche den herdsman-converters-adapter für den Bewässerungscomputer von Lidl. Anscheinend unterstützt nur diesen den.

              Thomas Braun Asgothian 2 Replies Last reply Reply Quote 0
              • Thomas Braun
                Thomas Braun Most Active @tmistert last edited by

                @tmistert Der kommt aber als Abhängigkeit über den zigbee-Adapter mit. Herdsman-converters installiert man nicht autark.

                1 Reply Last reply Reply Quote 1
                • Asgothian
                  Asgothian Developer @tmistert last edited by Asgothian

                  @tmistert sagte in Zigbee update ERROR: code 25:

                  @thomas-braun
                  Danke für eure Antworten. Das werde ich mir morgen mal anschauen.
                  Ich brauche den herdsman-converters-adapter für den Bewässerungscomputer von Lidl. Anscheinend unterstützt nur diesen den.

                  Das zigbee-herdsman-converters Projekt ist eine Bibliothek. Es ist kein adapter. Um die neuste Version der Converters zu bekommen gibt es aktuell 2 Optionen.

                  • Es gibt einen Branch auf Github der den neusten Zigbee-Adapter mit einem alten zigbee-herdsman und den neusten zigbee-herdsman-converters nutzt.
                  • Du versuchst die zigbee-herdsman-converters Bibliothek zu deinem aktuellen iobroker.zigbee Adapter zu installieren (üblicherweise via npm). Ob das klappt oder nicht ist nicht sicher, und du tust es auf eigene Gefahr. Es kann dazu führen das der Adapter nicht mehr läuft, oder das er sich die im Adapter geforderte Version der Bibliothek manuell nachinstalliert.

                  A.

                  tmistert 1 Reply Last reply Reply Quote 1
                  • tmistert
                    tmistert @Asgothian last edited by

                    @asgothian
                    Ok, vielen Dank.
                    Aber wie genau kann ich das jetzt einfügen? Bei der Installation über die Katze kommt der Fehler.
                    Was ist das Problem bzw. wie mach ich es richtig?

                    Asgothian 1 Reply Last reply Reply Quote 0
                    • Asgothian
                      Asgothian Developer @tmistert last edited by Asgothian

                      @tmistert
                      du gehst auf die Konsole auf das korrekte Verzeichnis (das in dessen node_modules Verzeichnis der zigbee-herdsman-converter drin ist.)

                      Dann machst du npm install zigbee-herdsman-converters.

                      A.

                      p.s. on danach dein lidl bewässerungsdings geht ist mindestens fraglich.

                      tmistert 1 Reply Last reply Reply Quote 1
                      • tmistert
                        tmistert @Asgothian last edited by

                        @Asgothian
                        Also ich habe die Schritte aus @Thomas-Braun s Anleitung befolgt. Allerdings meine ich, dass alles korrekt installiert ist.

                        Bei

                        apt policy nodejs
                        

                        kommt

                        nodejs:
                          Installiert:           14.17.2-1nodesource1
                          Installationskandidat: 14.17.2-1nodesource1
                          Versionstabelle:
                         *** 14.17.2-1nodesource1 500
                                500 https://deb.nodesource.com/node_14.x stretch/main amd64 Packages
                                100 /var/lib/dpkg/status
                             4.8.2~dfsg-1 500
                                500 http://ftp.de.debian.org/debian stretch/main amd64 Packages
                        

                        Bei

                        which nodejs node npm && nodejs -v && node -v && npm -v && sudo apt update && sudo apt update && apt policy nodejs
                        

                        kommt

                        /usr/bin/nodejs
                        /usr/local/bin/node
                        /usr/local/bin/npm
                        v14.17.2
                        v14.17.3
                        6.14.13
                        [sudo] Passwort für tmistert: 
                        OK:1 http://security.debian.org/debian-security stretch/updates InRelease
                        OK:2 http://phoscon.de/apt/deconz stretch InRelease                       
                        Ign:3 http://ftp.de.debian.org/debian stretch InRelease                   
                        Holen:4 http://ftp.de.debian.org/debian stretch-updates InRelease [93,6 kB]
                        OK:5 https://deb.nodesource.com/node_14.x stretch InRelease    
                        OK:6 http://ftp.de.debian.org/debian stretch Release 
                        Es wurden 93,6 kB in 1 s geholt (79,1 kB/s).         
                        Paketlisten werden gelesen... Fertig
                        Abhängigkeitsbaum wird aufgebaut.       
                        Statusinformationen werden eingelesen.... Fertig
                        Alle Pakete sind aktuell.
                        OK:1 http://security.debian.org/debian-security stretch/updates InRelease
                        OK:2 http://phoscon.de/apt/deconz stretch InRelease                       
                        Ign:3 http://ftp.de.debian.org/debian stretch InRelease                   
                        OK:4 http://ftp.de.debian.org/debian stretch-updates InRelease
                        OK:5 http://ftp.de.debian.org/debian stretch Release 
                        OK:6 https://deb.nodesource.com/node_14.x stretch InRelease
                        Paketlisten werden gelesen... Fertig
                        Abhängigkeitsbaum wird aufgebaut.       
                        Statusinformationen werden eingelesen.... Fertig
                        Alle Pakete sind aktuell.
                        nodejs:
                          Installiert:           14.17.2-1nodesource1
                          Installationskandidat: 14.17.2-1nodesource1
                          Versionstabelle:
                         *** 14.17.2-1nodesource1 500
                                500 https://deb.nodesource.com/node_14.x stretch/main amd64 Packages
                                100 /var/lib/dpkg/status
                             4.8.2~dfsg-1 500
                                500 http://ftp.de.debian.org/debian stretch/main amd64 Packages
                        

                        Das sieht nach meiner Einschätzung aus wie es soll. Oder?

                        Woran könnte es sonst liegen?

                        tmistert Glasfaser 2 Replies Last reply Reply Quote 0
                        • tmistert
                          tmistert @tmistert last edited by

                          @Asgothian
                          Ich habe das in dem Verzeichnis ausgeführt und folgenden Fehler erhalten:

                          
                          npm ERR! code EACCES
                          npm ERR! syscall mkdir
                          npm ERR! path /home/tmistert/.npm
                          npm ERR! errno -13
                          npm ERR! 
                          npm ERR! Your cache folder contains root-owned files, due to a bug in
                          npm ERR! previous versions of npm which has since been addressed.
                          npm ERR! 
                          npm ERR! To permanently fix this problem, please run:
                          npm ERR!   sudo chown -R 1000:1000 "/home/tmistert/.npm"
                          npm ERR! code EACCES
                          npm ERR! syscall mkdir
                          npm ERR! path /home/tmistert/.npm
                          npm ERR! errno -13
                          npm ERR! 
                          npm ERR! Your cache folder contains root-owned files, due to a bug in
                          npm ERR! previous versions of npm which has since been addressed.
                          npm ERR! 
                          npm ERR! To permanently fix this problem, please run:
                          npm ERR!   sudo chown -R 1000:1000 "/home/tmistert/.npm"
                          
                          Asgothian 1 Reply Last reply Reply Quote 0
                          • Glasfaser
                            Glasfaser @tmistert last edited by

                            @tmistert sagte in Zigbee update ERROR: code 25:

                            Allerdings meine ich, dass alles korrekt installiert ist.
                            Woran könnte es sonst liegen?

                            /usr/bin/nodejs
                            /usr/local/bin/node
                            /usr/local/bin/npm
                            

                            immer noch schief .

                            Zitat:

                            Wichtig und richtig ist:
                            
                            nodejs liegt in /usr/bin
                            node liegt in /usr/bin
                            npm liegt in /usr/bin
                            
                            und nicht in /usr/local/bin
                            
                            tmistert 1 Reply Last reply Reply Quote 1
                            • tmistert
                              tmistert @Glasfaser last edited by

                              @Glasfaser
                              Ah, Danke. manchmal sind es die kleinen Dinge. Ich probiere das geradezubiegen.

                              tmistert 1 Reply Last reply Reply Quote 0
                              • tmistert
                                tmistert @tmistert last edited by tmistert

                                @tmistert
                                Ok, ich habe jetzt node und npm gelöscht. (nodejs war ja richtig?)
                                Aber nach der Anleitung bekomme ich das jetzt nicht mehr installiert?
                                Welche Befehle muss ich denn ausführen?

                                EDIT: Habe es hinbekommen

                                J 1 Reply Last reply Reply Quote 0
                                • Asgothian
                                  Asgothian Developer @tmistert last edited by

                                  @tmistert sagte in Zigbee update ERROR: code 25:

                                  @Asgothian
                                  Ich habe das in dem Verzeichnis ausgeführt und folgenden Fehler erhalten:

                                  npm ERR! To permanently fix this problem, please run:
                                  npm ERR!   sudo chown -R 1000:1000 "/home/tmistert/.npm"
                                  

                                  Wer lesen kann...

                                  Was du tun musst um den Fehler zu beheben steht da doch.

                                  tmistert 1 Reply Last reply Reply Quote 1
                                  • tmistert
                                    tmistert @Asgothian last edited by tmistert

                                    @asgothian
                                    Danke. Das habe ich gemacht. Aber wie lange soll das laufen?
                                    Ich habe nach 10 Minuten abgebrochen. Dauert das so lange?

                                    Edit:
                                    Jetzt habe ich das mit node und npm gefixt.
                                    Wenn ich nun

                                    sudo chown -R 1000:1000 "/home/tmistert/.npm"
                                    

                                    eingebe, kommt folgendes:

                                    chown: Zugriff auf '/home/tmistert/.npm' nicht möglich: Datei oder Verzeichnis nicht gefunden
                                    

                                    und nun?

                                    Asgothian 1 Reply Last reply Reply Quote 0
                                    • Asgothian
                                      Asgothian Developer @tmistert last edited by

                                      @tmistert sagte in Zigbee update ERROR: code 25:

                                      @asgothian

                                      Ich habe nach 10 Minuten abgebrochen. Dauert das so lange?

                                      Ja.

                                      und nun?
                                      Wenn du npm entfernst wird auch der npm cache entfernt. Wenn du npm neu installiert hast sollte der versuch die Bibliothek zu installieren jetzt gehen.

                                      A.

                                      1 Reply Last reply Reply Quote 1
                                      • J
                                        Jan1 @tmistert last edited by

                                        @tmistert sagte in Zigbee update ERROR: code 25:

                                        Ok, ich habe jetzt node und npm gelöscht. (nodejs war ja richtig?)

                                        nein war es nicht und solange das nicht stimmt, brauchst auch nicht weiter fummeln, da es sonst nur schlimmer wird.
                                        Was bringt:

                                        nodejs -v && node -v && npm -v && which nodejs && which node && which npm
                                        

                                        Erst wenn das einer abnickt, dann kannst Dich mal um den Rest kümmern 😉

                                        tmistert 1 Reply Last reply Reply Quote 1
                                        • tmistert
                                          tmistert @Jan1 last edited by

                                          @jan1 said in Zigbee update ERROR: code 25:

                                          nodejs -v && node -v && npm -v && which nodejs && which node && which npm

                                          v14.17.2
                                          v14.17.2
                                          6.14.13
                                          /usr/bin/nodejs
                                          /usr/bin/node
                                          /usr/bin/npm
                                          

                                          Ich danke euch für eure Hilfe!!!

                                          J 1 Reply Last reply Reply Quote 0
                                          • J
                                            Jan1 @tmistert last edited by

                                            @tmistert sagte in Zigbee update ERROR: code 25:

                                            nodejs -v && node -v && npm -v && which nodejs && which node && which npm

                                            Das passt, somit ist Nodes richtig und wegen demherdsman-converter solltest Dich an das halten was Asgothian schreibt, nicht manuell, sondern über den Zigbee Adpter.

                                            tmistert 1 Reply Last reply Reply Quote 1
                                            • First post
                                              Last post

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            815
                                            Online

                                            31.8k
                                            Users

                                            80.0k
                                            Topics

                                            1.3m
                                            Posts

                                            5
                                            22
                                            914
                                            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