Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. ioBroker Allgemein
    4. [How-to] Node.js für ioBroker richtig updaten

    NEWS

    • 15. 05. Wartungsarbeiten am ioBroker Forum

    • Monatsrückblick - April 2025

    • Minor js-controller 7.0.7 Update in latest repo

    [How-to] Node.js für ioBroker richtig updaten

    This topic has been deleted. Only users with topic management privileges can see it.
    • crunchip
      crunchip Forum Testing Most Active @Stabilostick last edited by crunchip

      @Stabilostick wenn man blind vertraut 😁
      bist du sicher mit dem "u"😂
      das klappt nicht

      root@IoBroker:/opt/iobroker# npm u epoll@0.1.22
      
      Usage: npm <command>
      
      where <command> is one of:
          access, adduser, audit, bin, bugs, c, cache, ci, cit,
          clean-install, clean-install-test, completion, config,
          create, ddp, dedupe, deprecate, dist-tag, docs, doctor,
          edit, explore, get, help, help-search, hook, i, init,
          install, install-ci-test, install-test, it, link, list, ln,
          login, logout, ls, org, outdated, owner, pack, ping, prefix,
          profile, prune, publish, rb, rebuild, repo, restart, root,
          run, run-script, s, se, search, set, shrinkwrap, star,
          stars, start, stop, t, team, test, token, tst, un,
          uninstall, unpublish, unstar, up, update, v, version, view,
          whoami
      
      npm <command> -h  quick help on <command>
      npm -l            display full usage info
      npm help <term>   search for help on <term>
      npm help npm      involved overview
      
      Specify configs in the ini-formatted file:
          /root/.npmrc
      or on the command line via: npm <command> --key value
      Config info can be viewed via: npm help config
      
      npm@6.9.0 /usr/lib/node_modules/npm
      
      

      man darf halt nicht immer so faul sein und manche Wörter einfach ausschreiben

      die Ausgabe

      root@IoBroker:/opt/iobroker# npm uninstall epoll@0.1.22
      
      > epoll@0.1.22 install /opt/iobroker/node_modules/rpi-gpio/node_modules/epoll
      > node-gyp rebuild
      
      make: Verzeichnis „/opt/iobroker/node_modules/rpi-gpio/node_modules/epoll/build“ wird betreten
        CXX(target) Release/obj.target/epoll/src/epoll.o
      In file included from ../../nan/nan.h:192:0,
                       from ../src/epoll.cc:15:
      ../../nan/nan_maybe_43_inl.h: In function ‘Nan::Maybe<bool> Nan::ForceSet(v8::Local<v8::Object>, v8::Local<v8::Value>, v8::Local<v8::Value>, v8::PropertyAttribute)’:
      ../../nan/nan_maybe_43_inl.h:112:15: error: ‘class v8::Object’ has no member named ‘ForceSet’
         return obj->ForceSet(isolate->GetCurrentContext(), key, value, attribs);
                     ^~~~~~~~
      In file included from ../src/epoll.cc:15:0:
      ../../nan/nan.h: In function ‘v8::Local<v8::Value> Nan::MakeCallback(v8::Local<v8::Object>, v8::Local<v8::Function>, int, v8::Local<v8::Value>*)’:
      ../../nan/nan.h:835:60: warning: ‘v8::Local<v8::Value> node::MakeCallback(v8::Isolate*, v8::Local<v8::Object>, v8::Local<v8::Function>, int, v8::Local<v8::Value>*)’ is deprecated: Use MakeCallback(..., async_context) [-Wdeprecated-declarations]
               v8::Isolate::GetCurrent(), target, func, argc, argv);
                                                                  ^
      In file included from ../src/epoll.cc:12:0:
      /root/.node-gyp/10.16.0/include/node/node.h:177:50: note: declared here
                       NODE_EXTERN v8::Local<v8::Value> MakeCallback(
                                                        ^
      /root/.node-gyp/10.16.0/include/node/node.h:91:42: note: in definition of macro ‘NODE_DEPRECATED’
           __attribute__((deprecated(message))) declarator
                                                ^~~~~~~~~~
      In file included from ../src/epoll.cc:15:0:
      ../../nan/nan.h: In function ‘v8::Local<v8::Value> Nan::MakeCallback(v8::Local<v8::Object>, v8::Local<v8::String>, int, v8::Local<v8::Value>*)’:
      ../../nan/nan.h:850:62: warning: ‘v8::Local<v8::Value> node::MakeCallback(v8::Isolate*, v8::Local<v8::Object>, v8::Local<v8::String>, int, v8::Local<v8::Value>*)’ is deprecated: Use MakeCallback(..., async_context) [-Wdeprecated-declarations]
               v8::Isolate::GetCurrent(), target, symbol, argc, argv);
                                                                    ^
      In file included from ../src/epoll.cc:12:0:
      /root/.node-gyp/10.16.0/include/node/node.h:170:50: note: declared here
                       NODE_EXTERN v8::Local<v8::Value> MakeCallback(
                                                        ^
      /root/.node-gyp/10.16.0/include/node/node.h:91:42: note: in definition of macro ‘NODE_DEPRECATED’
           __attribute__((deprecated(message))) declarator
                                                ^~~~~~~~~~
      In file included from ../src/epoll.cc:15:0:
      ../../nan/nan.h: In function ‘v8::Local<v8::Value> Nan::MakeCallback(v8::Local<v8::Object>, const char*, int, v8::Local<v8::Value>*)’:
      ../../nan/nan.h:865:62: warning: ‘v8::Local<v8::Value> node::MakeCallback(v8::Isolate*, v8::Local<v8::Object>, const char*, int, v8::Local<v8::Value>*)’ is deprecated: Use MakeCallback(..., async_context) [-Wdeprecated-declarations]
               v8::Isolate::GetCurrent(), target, method, argc, argv);
                                                                    ^
      In file included from ../src/epoll.cc:12:0:
      /root/.node-gyp/10.16.0/include/node/node.h:163:50: note: declared here
                       NODE_EXTERN v8::Local<v8::Value> MakeCallback(
                                                        ^
      /root/.node-gyp/10.16.0/include/node/node.h:91:42: note: in definition of macro ‘NODE_DEPRECATED’
           __attribute__((deprecated(message))) declarator
                                                ^~~~~~~~~~
      In file included from ../src/epoll.cc:15:0:
      ../../nan/nan.h: In member function ‘v8::Local<v8::Value> Nan::Callback::Call_(v8::Isolate*, v8::Local<v8::Object>, int, v8::Local<v8::Value>*) const’:
      ../../nan/nan.h:1479:5: warning: ‘v8::Local<v8::Value> node::MakeCallback(v8::Isolate*, v8::Local<v8::Object>, v8::Local<v8::Function>, int, v8::Local<v8::Value>*)’ is deprecated: Use MakeCallback(..., async_context) [-Wdeprecated-declarations]
           ));
           ^
      In file included from ../src/epoll.cc:12:0:
      /root/.node-gyp/10.16.0/include/node/node.h:177:50: note: declared here
                       NODE_EXTERN v8::Local<v8::Value> MakeCallback(
                                                        ^
      /root/.node-gyp/10.16.0/include/node/node.h:91:42: note: in definition of macro ‘NODE_DEPRECATED’
           __attribute__((deprecated(message))) declarator
                                                ^~~~~~~~~~
      ../src/epoll.cc: In static member function ‘static Nan::NAN_METHOD_RETURN_TYPE Epoll::Add(Nan::NAN_METHOD_ARGS_TYPE)’:
      ../src/epoll.cc:210:44: warning: ‘int32_t v8::Value::Int32Value() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
         int err = epoll->Add(info[0]->Int32Value(), info[1]->Int32Value());
                                                  ^
      In file included from /root/.node-gyp/10.16.0/include/node/v8.h:26:0,
                       from ../src/epoll.cc:11:
      /root/.node-gyp/10.16.0/include/node/v8.h:2478:46: note: declared here
         V8_DEPRECATED("Use maybe version", int32_t Int32Value() const);
                                                    ^
      /root/.node-gyp/10.16.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
         declarator __attribute__((deprecated(message)))
         ^~~~~~~~~~
      ../src/epoll.cc:210:67: warning: ‘int32_t v8::Value::Int32Value() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
         int err = epoll->Add(info[0]->Int32Value(), info[1]->Int32Value());
                                                                         ^
      In file included from /root/.node-gyp/10.16.0/include/node/v8.h:26:0,
                       from ../src/epoll.cc:11:
      /root/.node-gyp/10.16.0/include/node/v8.h:2478:46: note: declared here
         V8_DEPRECATED("Use maybe version", int32_t Int32Value() const);
                                                    ^
      /root/.node-gyp/10.16.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
         declarator __attribute__((deprecated(message)))
         ^~~~~~~~~~
      ../src/epoll.cc: In static member function ‘static Nan::NAN_METHOD_RETURN_TYPE Epoll::Modify(Nan::NAN_METHOD_ARGS_TYPE)’:
      ../src/epoll.cc:230:47: warning: ‘int32_t v8::Value::Int32Value() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
         int err = epoll->Modify(info[0]->Int32Value(), info[1]->Int32Value());
                                                     ^
      In file included from /root/.node-gyp/10.16.0/include/node/v8.h:26:0,
                       from ../src/epoll.cc:11:
      /root/.node-gyp/10.16.0/include/node/v8.h:2478:46: note: declared here
         V8_DEPRECATED("Use maybe version", int32_t Int32Value() const);
                                                    ^
      /root/.node-gyp/10.16.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
         declarator __attribute__((deprecated(message)))
         ^~~~~~~~~~
      ../src/epoll.cc:230:70: warning: ‘int32_t v8::Value::Int32Value() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
         int err = epoll->Modify(info[0]->Int32Value(), info[1]->Int32Value());
                                                                            ^
      In file included from /root/.node-gyp/10.16.0/include/node/v8.h:26:0,
                       from ../src/epoll.cc:11:
      /root/.node-gyp/10.16.0/include/node/v8.h:2478:46: note: declared here
         V8_DEPRECATED("Use maybe version", int32_t Int32Value() const);
                                                    ^
      /root/.node-gyp/10.16.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
         declarator __attribute__((deprecated(message)))
         ^~~~~~~~~~
      ../src/epoll.cc: In static member function ‘static Nan::NAN_METHOD_RETURN_TYPE Epoll::Remove(Nan::NAN_METHOD_ARGS_TYPE)’:
      ../src/epoll.cc:247:47: warning: ‘int32_t v8::Value::Int32Value() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
         int err = epoll->Remove(info[0]->Int32Value());
                                                     ^
      In file included from /root/.node-gyp/10.16.0/include/node/v8.h:26:0,
                       from ../src/epoll.cc:11:
      /root/.node-gyp/10.16.0/include/node/v8.h:2478:46: note: declared here
         V8_DEPRECATED("Use maybe version", int32_t Int32Value() const);
                                                    ^
      /root/.node-gyp/10.16.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
         declarator __attribute__((deprecated(message)))
         ^~~~~~~~~~
      epoll.target.mk:103: die Regel für Ziel „Release/obj.target/epoll/src/epoll.o“ scheiterte
      make: *** [Release/obj.target/epoll/src/epoll.o] Fehler 1
      make: Verzeichnis „/opt/iobroker/node_modules/rpi-gpio/node_modules/epoll/build“ wird verlassen
      gyp ERR! build error
      gyp ERR! stack Error: `make` failed with exit code: 2
      gyp ERR! stack     at ChildProcess.onExit (/usr/lib/node_modules/npm/node_modules/node-gyp/lib/build.js:262:23)
      gyp ERR! stack     at ChildProcess.emit (events.js:198:13)
      gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:248:12)
      gyp ERR! System Linux 4.9.0-9-amd64
      gyp ERR! command "/usr/bin/node" "/usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"
      gyp ERR! cwd /opt/iobroker/node_modules/rpi-gpio/node_modules/epoll
      gyp ERR! node -v v10.16.0
      gyp ERR! node-gyp -v v3.8.0
      gyp ERR! not ok
      npm WARN optional SKIPPING OPTIONAL DEPENDENCY: epoll@0.1.22 (node_modules/rpi-gpio/node_modules/epoll):
      npm WARN optional SKIPPING OPTIONAL DEPENDENCY: epoll@0.1.22 install: `node-gyp rebuild`
      npm WARN optional SKIPPING OPTIONAL DEPENDENCY: Exit status 1
      
      audited 51142 packages in 67.966s
      found 141 vulnerabilities (73 low, 5 moderate, 63 high)
        run `npm audit fix` to fix them, or `npm audit` for details
      
      
      1 Reply Last reply Reply Quote 0
      • Mic
        Mic Developer @Stabilostick last edited by Mic

        @Stabilostick sagte in [How-to] Node.js für ioBroker richtig updaten:

        npm i acme-dns-01-cli

        Danke.
        Das Verzeichnis "/opt/iobroker/node_modules/acme-dns-01-cli/" existiert gar nicht. Nach Updaten durch "npm i acme-dns-01-cli" folgende Ausgabe:

        npm WARN saveError ENOENT: no such file or directory, open '/root/package.json'
        npm WARN enoent ENOENT: no such file or directory, open '/root/package.json'
        npm WARN root No description
        npm WARN root No repository field.
        npm WARN root No README data
        npm WARN root No license field.
        
        + acme-dns-01-cli@3.0.7
        updated 1 package and audited 643 packages in 2.32s
        found 0 vulnerabilities
        

        Auch danach wird das Verzeichnis "/opt/iobroker/node_modules/acme-dns-01-cli/" nicht erstellt.

        Stattdessen liegt das Verzeichnis hier: "/root/node_modules/acme-dns-01-cli", Inhalt:

        index.js
        LICENSE
        package.json
        README.md
        
        Stabilostick 2 Replies Last reply Reply Quote 0
        • Stabilostick
          Stabilostick @Mic last edited by Stabilostick

          @crunchip

          so, wieder am Rechner... Jetzt kann ich nachsehen. Also das aktuelle rpi-gpio Modul hat die folgenden Abhängigkeiten:

          "dependencies": {
             "async-retry": "^1.2.1",
             "debug": "^3.1.0",
             "epoll": "^2.0.3"
          }
          

          Da ist ein Node 10-kompatibles epoll referenziert. Und so sieht es mit der Node 10-Kompatibilität von rpi-gpio allgemein aus (https://github.com/JamesBarwell/rpi-gpio.js) :

          rpi-gpio 1.x is no longer supported. Please use 2.x unless you need to run with an old version of node.
          node version 	rpi-gpio 1.x 	rpi-gpio 2.x +
          0.10 	 	Yes 	 	No
          0.12 	 	Yes 	 	No
          4 	 	Yes 	 	Yes
          6 	 	Yes 	 	Yes
          8 	 	Yes 	 	Yes
          10 	 	No 	 	Yes
          

          Falls der Auslöser für die Verwendung von rpi-gpio der rpi2-Adapter ist - der hat u.a. diese Abhängigkeit:

          "optionalDependencies": {
              "rpi-gpio": "^1.0.0"
          },
          

          Das heißt, das Modul rpi-gpio kann auch in höheren Verionen als 1.0.0 für rpi2 eingesetzt werden.

          Mit

          npm ls rpi-gpio
          

          siehst Du, wo das Modul in welcher Version steckt. Was wird da angezeigt?

          PS: Der chicken-Way ist, sich die Einstellungen des rpi2-Adapter zu notieren, alles Instanzen und den Adapter zu löschen, und ihn anschließend neu zu installieren und zu konfigurieren. Da kommen dann die neuen Versionen der Module mit. 😋

          crunchip 1 Reply Last reply Reply Quote 1
          • Stabilostick
            Stabilostick @Mic last edited by Stabilostick

            @Mic sagte in [How-to] Node.js für ioBroker richtig updaten:

            Ah, Du bist einer welcher, der die Sicherheit seines Systems täglich aufs neue herausfordert, indem Du als root-User arbeitest. 😈

            npm i acme-dns-01-cli

            Hattest Du das im ioBroker-Ordner (z.B. /opt/iobroker) ausgeführt?

            Wegen root-User: Versuche es ggf. einmal mit dem ioBroker-Fixer, der einige Berechtigungen und Einstellungen korrigiert:

            curl -sL https://iobroker.net/fix.sh | bash -
            
            Mic 1 Reply Last reply Reply Quote 1
            • crunchip
              crunchip Forum Testing Most Active @Stabilostick last edited by

              @Stabilostick

              root@IoBroker:/opt/iobroker# npm ls rpi-gpio
              iobroker.inst@2.0.3 /opt/iobroker
              └─┬ iobroker.rpi2@1.0.0
               └── rpi-gpio@1.0.0
              
              

              dann wäre ja die einfachste Lösung, ich deinstalliere den Adapter, da er momentan nicht mehr in Gebrauch ist.
              Dieser war noch aus der Raspberry Zeit und Multihostbetrieb.

              Stabilostick smartboart S 3 Replies Last reply Reply Quote 0
              • Stabilostick
                Stabilostick @crunchip last edited by Stabilostick

                @crunchip

                Ja.

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

                  @Stabilostick erledigt, dann bin ich mal gespannt, bei kommenden Updates/Installationen, ob diesbezüglich noch Fehlermeldungen/Warnungen auftauchen.
                  Besten Dank erstmal für die Ausführliche Info.
                  dann steht jetzt noch die Suche nach dem fast 3fachen Netzwerk Traffic aus.
                  kann aber ehrlich gesagt, nicht wirklich viel mit iftop anfangen.
                  werd ich mal ein wenig lesen und probieren

                  1 Reply Last reply Reply Quote 0
                  • K
                    klassisch Most Active last edited by

                    Interessanter Thread, den ich leider erst jetzt gesehen habe.
                    Hatte im Verlauf des letzten Jahres auch das Gefühl, den Überblick über die node.js und npm Versionen komplett verloren zu haben. Und ich hatte auch den Eindruck, daß einige Anfragen dazu unbeantwortet blieben, was auch aufgrund der Kombinatorik verständlich ist. Aber eine auf Dauer potentiell gefährliche Situation.
                    Den Ansatz mit getesteten und stimmigen Updatepakten bzw. Installern finde ich prima.
                    Der Windows-Installer hat mir schon sehr geholfen. Lief glatt durch und jetzt habe ich einen ioBroker auf einer leistungsfähigen, zeitgemäßen und ausbaufähigen Plattform.
                    Prima auch, wenn man damit künftig auf neuere funktionierende Pakete upgraden kann.

                    1 Reply Last reply Reply Quote 1
                    • O
                      Olivbus last edited by

                      Bei mir kommt am Ende nach dem Update auf Node 10.x und nmp rebuild diese Fehlermeldung. Der Iobroker läuft aber problemlos (alles grün). Besteht Handlungsbedarf? Ich würde mich über ein kurzes Statement freuen, weil ich noch ganz neu hier bin.

                      npm ERR! path /opt/iobroker/node_modules/iobroker.admin/node_modules/@iobroker/a                                                                                                                                                              dapter-core/package.json
                      npm ERR! code ENOENT
                      npm ERR! errno -2
                      npm ERR! syscall open
                      npm ERR! enoent ENOENT: no such file or directory, open '/opt/iobroker/node_modu                                                                                                                                                              les/iobroker.admin/node_modules/@iobroker/adapter-core/package.json'
                      npm ERR! enoent This is related to npm not being able to find a file.
                      npm ERR! enoent
                      
                      npm ERR! A complete log of this run can be found in:
                      npm ERR!     /home/pi/.npm/_logs/2019-06-11T18_03_36_675Z-debug.log
                      
                      
                      O 1 Reply Last reply Reply Quote 0
                      • O
                        Olivbus @Olivbus last edited by Olivbus

                        @Olivbus Irgendwie wird nicht alles übernommen im Code, deshalb hier nochmal als Text

                        npm ERR! path /opt/iobroker/node_modules/iobroker.admin/node_modules/@iobroker/a dapter-core/package.json
                        npm ERR! code ENOENT
                        npm ERR! errno -2
                        npm ERR! syscall open
                        npm ERR! enoent ENOENT: no such file or directory, open '/opt/iobroker/node_modu les/iobroker.admin/node_modules/@iobroker/adapter-core/package.json'
                        npm ERR! enoent This is related to npm not being able to find a file.
                        npm ERR! enoent

                        npm ERR! A complete log of this run can be found in:
                        npm ERR! /home/pi/.npm/_logs/2019-06-11T18_03_36_675Z-debug.log

                        O apollon77 2 Replies Last reply Reply Quote 0
                        • O
                          Olivbus @Olivbus last edited by

                          @Olivbus
                          Hier noch meine Systemdaten:
                          Betriebssystem:linux
                          Architektur:arm
                          CPUs:4
                          Geschwindigkeit:600 MHz
                          Modell:ARMv7 Processor rev 4 (v7l)
                          RAM:927.22 MB
                          Node.js: v10.16.0
                          NPM: 6.9.0
                          Anzahl der Adapter:243
                          Festplatte Größe:14.53 GB
                          Festplatte frei:12.09 GB
                          Aktive Instanzen:20
                          Hostname:ioBroker-RasPi
                          js controller: 1.5.11

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

                            @crunchip komme auf dein Design an 😞

                            crunchip 1 Reply Last reply Reply Quote 0
                            • apollon77
                              apollon77 @Olivbus last edited by

                              @Olivbus in dem Fall würde ich iobroker.admin mittels

                              npm install iobroker.admin --production

                              Im iobroker Verzeichnis einmal Neu installieren. Danach nochmal npm rebuild.

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

                                @apollon77 ich weiss, nur ist leider keines dabei, das 100% zufriedenstellend ist und bei einem dunklem Design,
                                ist halt nun mal das Problem, das irgendwas nicht lesbar ist.

                                1 Reply Last reply Reply Quote 0
                                • MathiasJ
                                  MathiasJ last edited by

                                  Ich bin auch gerade dabei, node bzw nodejs upzudaten.
                                  da sich für mich alles recht kompliziert anhört, habe ich folgende Frage:
                                  Es ist doch möglich, erst mal den kompletten IObroker Ordner zu löschen, wie in der Erstinstallation nodejs und node zu deinstallieren.
                                  Danach würde ich wie bei der Doku https://www.iobroker.net/#de/documentation/install/linux.md IObroker neu aufsetzen inkl Backitup und das vorher gezogene Backup wieder einspielen. Sehe ich das richtig?

                                  apollon77 1 Reply Last reply Reply Quote 0
                                  • apollon77
                                    apollon77 @MathiasJ last edited by

                                    @MathiasJ ließ doch mal die ersten beiden Posts. Da findest fundiere Idee als weg 3-5 oder so genau wieder. Steht alles da.

                                    1 Reply Last reply Reply Quote 0
                                    • A
                                      Adnim last edited by

                                      Habe gerade von 8 zu 10 geupgraded. Hat alles geklappt dank der guten Anleitung hier. Danke!

                                      Nach dem Reboot gab es Fehlermeldungen im Iobroker Log : "MMMagic compiled against different Node version pls try npm rebuild.
                                      NPM rebuild hat aber nicht zum erfolg geführt. Geholfen hat dann:

                                      ->iobroker stop
                                      -> npm uninstall mmmagic
                                      ->iobroker del sql
                                      ->iobroker install sql
                                      ->reboot

                                      Danach läuft es anscheinend gerade wieder rund.

                                      LG

                                      apollon77 1 Reply Last reply Reply Quote 0
                                      • MathiasJ
                                        MathiasJ last edited by

                                        habe gerade IObroker platt gemacht und mit node 10.x neu installiert.
                                        Alle Adapter laufen außer tr-064.0 da bekomme ich immer Fehlermeldungen:

                                        host.rock64	2019-06-15 14:51:52.273	error	instance system.adapter.tr-064.0 terminated with code 1 ()
                                        host.rock64	2019-06-15 14:51:52.273	error	Caught by controller[0]: at bootstrapNodeJSCore (internal/bootstrap/node.js:622:3)
                                        host.rock64	2019-06-15 14:51:52.273	error	Caught by controller[0]: at startup (internal/bootstrap/node.js:283:19)
                                        host.rock64	2019-06-15 14:51:52.272	error	Caught by controller[0]: at Function.Module.runMain (internal/modules/cjs/loader.js:829:12)
                                        host.rock64	2019-06-15 14:51:52.272	error	Caught by controller[0]: at Function.Module._load (internal/modules/cjs/loader.js:585:3)
                                        host.rock64	2019-06-15 14:51:52.272	error	Caught by controller[0]: at tryModuleLoad (internal/modules/cjs/loader.js:593:12)
                                        host.rock64	2019-06-15 14:51:52.272	error	Caught by controller[0]: at Module.load (internal/modules/cjs/loader.js:653:32)
                                        host.rock64	2019-06-15 14:51:52.272	error	Caught by controller[0]: at Object.Module._extensions..js (internal/modules/cjs/loader.js:787:10)
                                        host.rock64	2019-06-15 14:51:52.272	error	Caught by controller[0]: at Module._compile (internal/modules/cjs/loader.js:776:30)
                                        host.rock64	2019-06-15 14:51:52.271	error	Caught by controller[0]: at Object.<anonymous> (/opt/iobroker/node_modules/iobroker.tr-064/tr-064.js:16:20)
                                        host.rock64	2019-06-15 14:51:52.271	error	Caught by controller[0]: at Object.exports.Adapter (/opt/iobroker/node_modules/soef/soef.js:1383:23)
                                        host.rock64	2019-06-15 14:51:52.271	error	Caught by controller[0]: TypeError: fns.adapter is not a function
                                        host.rock64	2019-06-15 14:51:52.271	error	Caught by controller[0]: ^
                                        host.rock64	2019-06-15 14:51:52.270	error	Caught by controller[0]: fns.adapter = fns.adapter(options);
                                        host.rock64	2019-06-15 14:51:52.261	error	Caught by controller[0]: /opt/iobroker/node_modules/soef/soef.js:1383
                                        

                                        was tun?
                                        Gruß,
                                        Mathias

                                        dslraser 1 Reply Last reply Reply Quote 0
                                        • dslraser
                                          dslraser Forum Testing Most Active @MathiasJ last edited by dslraser

                                          @MathiasJ

                                          https://forum.iobroker.net/topic/23116/tr-064-status-immer-rot/2

                                          MathiasJ 1 Reply Last reply Reply Quote 1
                                          • MathiasJ
                                            MathiasJ @dslraser last edited by

                                            @dslraser

                                            danke tr-064 läuft! 👌

                                            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

                                            942
                                            Online

                                            31.6k
                                            Users

                                            79.5k
                                            Topics

                                            1.3m
                                            Posts

                                            installation linux node node.js nodejs windows
                                            106
                                            1105
                                            623650
                                            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