Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Error/Bug
    4. Error Javascript Adapter nach Sayit

    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

    UNSOLVED Error Javascript Adapter nach Sayit

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

      Scheinbar steht die neue Version noch nicht in drin:

      Link Text

      Dann wohl nur hiermit:

      Link Text

      1 Reply Last reply Reply Quote 0
      • M
        muckel last edited by muckel

        genau:
        mit curl -sL https://deb.nodesource.com/setup_10.x | sudo -E bash - komme ich nur auf version 10.6

        17.10 ist nicht mehr supportet lt. UBUNTU. vielleicht liegt es daran?

        obwohl:
        https://deb.nodesource.com/node_10.x/pool/main/n/nodejs/https://deb.nodesource.com/node_10.x/pool/main/n/nodejs/nodejs_10.15.3-1nodesource1_arm64.deb

        wendy2702 2 Replies Last reply Reply Quote 0
        • wendy2702
          wendy2702 @muckel last edited by

          @muckel sagte in Error Javascript Adapter nach Sayit:

          17.10 ist nicht mehr supportet lt. UBUNTU. vielleicht liegt es daran?

          Das wird es sein.

          Kannst es vielleicht noch über NVM

          Versuchen.

          1 Reply Last reply Reply Quote 0
          • M
            muckel last edited by

            Das traue ich mir nicht "probieren"
            Das "How To Install Node.js on Ubuntu "16.04"

            das ist für 16.04 und nicht für 17.10
            gerade mit nodejs node kann das System so zerschossen sein dass nichts mehr geht.

            meine reinstall.sh funktioniert auch seit Ewigkeiten nicht und die killall.sh meint er nicht zu finden, dabei sind beide Dateien im folder /opt/iobroker/ rechte auch OK.

            Momentan hab ich keine Idee mehr 😞

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

              Mach ein Backup... der Platte/SD Karte und von ioBroker.

              Oder lass es bei 10.6 oder hat es einen besonderen Grund für den Upgrade?

              1 Reply Last reply Reply Quote 0
              • M
                muckel last edited by

                Ja, viele WARN und ERR beim installieren von Adaptern.
                Ab und zu Abstürze vom Javascipt Adapter (1.5.7)
                Vielleicht geht das mit 10.15.3 weg. Das ist zumindest der Plan 😉

                Log vom heutigen Chromecast update.

                2019-03-19 17:13:24.219 - info: iobroker upgrade chromecast
                2019-03-19 17:13:24.743 - info: iobroker Update chromecast from @2.2.2 to @2.2.3
                2019-03-19 17:13:24.961 - info: iobroker NPM version: 6.4.1
                2019-03-19 17:13:25.182 - info: iobroker npm install iobroker.chromecast@2.2.3 --unsafe-perm --production --save --prefix "/opt/iobroker" (System call)
                2019-03-19 17:13:57.148 - info: iobroker ../src/contextify.cc: In static member function ‘static Nan::NAN_METHOD_RETURN_TYPE ContextifyContext::New(Nan::NAN_METHOD_ARGS_TYPE)’:../src/contextify.cc:62:74: warning: ‘v8::Local v8::Value::ToObject() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
                ContextifyContext* ctx = new ContextifyContext(info[0]->ToObject());
                ^
                In file included from /home/erich/.node-gyp/10.15.3/include/node/node.h:63:0,
                from ../src/contextify.cc:1:
                /home/erich/.node-gyp/10.15.3/include/node/v8.h:10046:15: note: declared here
                Local Value::ToObject() const {
                ^~~~~
                2019-03-19 17:13:57.152 - info: iobroker ../src/contextify.cc: In static member function ‘static v8::Local ContextWrap::createV8Context(v8::Local)’:../src/contextify.cc:131:68: error: no matching function for call to ‘v8::Function::NewInstance()’
                Local wrapper = Nan::New(constructor)->NewInstance();
                ^
                In file included from /home/erich/.node-gyp/10.15.3/include/node/node.h:63:0,
                from ../src/contextify.cc:1:
                /home/erich/.node-gyp/10.15.3/include/node/v8.h:3993:44: note: candidate: v8::MaybeLocal v8::Function::NewInstance(v8::Local, int, v8::Local*) const
                V8_WARN_UNUSED_RESULT MaybeLocal NewInstance(
                ^~~~~~~~~~~
                2019-03-19 17:13:57.153 - info: iobroker /home/erich/.node-gyp/10.15.3/include/node/v8.h:3993:44: note: candidate expects 3 arguments, 0 provided/home/erich/.node-gyp/10.15.3/include/node/v8.h:3996:44: note: candidate: v8::MaybeLocal v8::Function::NewInstance(v8::Local) const
                V8_WARN_UNUSED_RESULT MaybeLocal NewInstance(
                ^~~~~~~~~~~
                /home/erich/.node-gyp/10.15.3/include/node/v8.h:3996:44: note: candidate expects 1 argument, 0 provided
                2019-03-19 17:13:57.154 - info: iobroker ../src/contextify.cc:150:16: error: ‘class v8::ObjectTemplate’ has no member named ‘SetAccessCheckCallbacks’; did you mean ‘SetAccessCheckCallback’? otmpl->SetAccessCheckCallbacks(GlobalPropertyNamedAccessCheck,
                ^~~~~~~~~~~~~~~~~~~~~~~
                SetAccessCheckCallback
                2019-03-19 17:13:57.155 - info: iobroker ../src/contextify.cc: In static member function ‘static void ContextWrap::GlobalPropertyGetter(v8::Local, const Nan::PropertyCallbackInfo&)’:../src/contextify.cc:176:52: warning: ‘v8::Local v8::Value::ToObject() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
                Local data = info.Data()->ToObject();
                ^
                2019-03-19 17:13:57.156 - info: iobroker In file included from /home/erich/.node-gyp/10.15.3/include/node/node.h:63:0, from ../src/contextify.cc:1:
                /home/erich/.node-gyp/10.15.3/include/node/v8.h:10046:15: note: declared here
                Local Value::ToObject() const {
                ^~~~~
                2019-03-19 17:13:57.156 - info: iobroker ../src/contextify.cc:182:80: error: no matching function for call to ‘v8::Object::GetRealNamedProperty(v8::Local&)’ Local rv = Nan::New(ctx->sandbox)->GetRealNamedProperty(property);
                ^
                In file included from /home/erich/.node-gyp/10.15.3/include/node/node.h:63:0,
                from ../src/contextify.cc:1:
                /home/erich/.node-gyp/10.15.3/include/node/v8.h:3562:43: note: candidate: v8::MaybeLocal v8::Object::GetRealNamedProperty(v8::Local, v8::Local)
                V8_WARN_UNUSED_RESULT MaybeLocal GetRealNamedProperty(
                ^~~~~~~~~~~~~~~~~~~~
                /home/erich/.node-gyp/10.15.3/include/node/v8.h:3562:43: note: candidate expects 2 arguments, 1 provided
                ../src/contextify.cc: In static member function ‘static void ContextWrap::GlobalPropertySetter(v8::Local, v8::Local, const Nan::PropertyCallbackInfo&)’:
                ../src/contextify.cc:192:52: warning: ‘v8::Local v8::Value::ToObject() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
                Local data = info.Data()->ToObject();
                ^
                2019-03-19 17:13:57.157 - info: iobroker In file included from /home/erich/.node-gyp/10.15.3/include/node/node.h:63:0, from ../src/contextify.cc:1:
                /home/erich/.node-gyp/10.15.3/include/node/v8.h:10046:15: note: declared here
                Local Value::ToObject() const {
                ^~~~~
                2019-03-19 17:13:57.157 - info: iobroker ../src/contextify.cc: In static member function ‘static void ContextWrap::GlobalPropertyQuery(v8::Local, const Nan::PropertyCallbackInfo&)’:../src/contextify.cc:203:52: warning: ‘v8::Local v8::Value::ToObject() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
                Local data = info.Data()->ToObject();
                ^
                In file included from /home/erich/.node-gyp/10.15.3/include/node/node.h:63:0,
                from ../src/contextify.cc:1:
                /home/erich/.node-gyp/10.15.3/include/node/v8.h:10046:15: note: declared here
                Local Value::ToObject() const {
                ^~~~~
                2019-03-19 17:13:57.160 - info: iobroker ../src/contextify.cc:209:67: error: no matching function for call to ‘v8::Object::GetRealNamedProperty(v8::Local&)’ if (!Nan::New(ctx->sandbox)->GetRealNamedProperty(property).IsEmpty() ||
                ^
                2019-03-19 17:13:57.160 - info: iobroker In file included from /home/erich/.node-gyp/10.15.3/include/node/node.h:63:0, from ../src/contextify.cc:1:
                /home/erich/.node-gyp/10.15.3/include/node/v8.h:3562:43: note: candidate: v8::MaybeLocal v8::Object::GetRealNamedProperty(v8::Local, v8::Local)
                V8_WARN_UNUSED_RESULT MaybeLocal GetRealNamedProperty(
                ^~~~~~~~~~~~~~~~~~~~
                /home/erich/.node-gyp/10.15.3/include/node/v8.h:3562:43: note: candidate expects 2 arguments, 1 provided
                ../src/contextify.cc:210:71: error: no matching function for call to ‘v8::Object::GetRealNamedProperty(v8::Local&)’
                !Nan::New(ctx->proxyGlobal)->GetRealNamedProperty(property).IsEmpty()) {
                ^
                In file included from /home/erich/.node-gyp/10.15.3/include/node/node.h:63:0,
                from ../src/contextify.cc:1:
                /home/erich/.node-gyp/10.15.3/include/node/v8.h:3562:43: note: candidate: v8::MaybeLocal v8::Object::GetRealNamedProperty(v8::Local, v8::Local)
                V8_WARN_UNUSED_RESULT MaybeLocal GetRealNamedProperty(
                ^~~~~~~~~~~~~~~~~~~~
                /home/erich/.node-gyp/10.15.3/include/node/v8.h:3562:43: note: candidate expects 2 arguments, 1 provided
                2019-03-19 17:13:57.161 - info: iobroker ../src/contextify.cc: In static member function ‘static void ContextWrap::GlobalPropertyDeleter(v8::Local, const Nan::PropertyCallbackInfo&)’:../src/contextify.cc:218:52: warning: ‘v8::Local v8::Value::ToObject() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
                Local data = info.Data()->ToObject();
                ^
                2019-03-19 17:13:57.161 - info: iobroker In file included from /home/erich/.node-gyp/10.15.3/include/node/node.h:63:0, from ../src/contextify.cc:1:
                /home/erich/.node-gyp/10.15.3/include/node/v8.h:10046:15: note: declared here
                Local Value::ToObject() const {
                ^~~~~
                2019-03-19 17:13:57.163 - info: iobroker ../src/contextify.cc: In static member function ‘static void ContextWrap::GlobalPropertyEnumerator(const Nan::PropertyCallbackInfo&)’:../src/contextify.cc:229:52: warning: ‘v8::Local v8::Value::ToObject() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
                Local data = info.Data()->ToObject();
                ^
                2019-03-19 17:13:57.163 - info: iobroker In file included from /home/erich/.node-gyp/10.15.3/include/node/node.h:63:0, from ../src/contextify.cc:1:
                /home/erich/.node-gyp/10.15.3/include/node/v8.h:10046:15: note: declared here
                Local Value::ToObject() const {
                ^~~~~
                2019-03-19 17:13:57.169 - info: iobroker ../src/contextify.cc: In static member function ‘static Nan::NAN_METHOD_RETURN_TYPE ContextifyScript::RunInContext(Nan::NAN_METHOD_ARGS_TYPE)’:../src/contextify.cc:319:62: warning: ‘v8::Local v8::Value::ToObject() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
                if (!ContextifyContext::InstanceOf(info[0]->ToObject()))
                ^
                In file included from /home/erich/.node-gyp/10.15.3/include/node/node.h:63:0,
                from ../src/contextify.cc:1:
                /home/erich/.node-gyp/10.15.3/include/node/v8.h:10046:15: note: declared here
                Local Value::ToObject() const {
                ^~~~~
                2019-03-19 17:13:57.169 - info: iobroker ../src/contextify.cc:322:95: warning: ‘v8::Local v8::Value::ToObject() const’ is deprecated: Use maybe version [-Wdeprecated-declarations] ContextifyContext* ctx = Nan::ObjectWrap::Unwrap(info[0]->ToObject());
                ^
                In file included from /home/erich/.node-gyp/10.15.3/include/node/node.h:63:0,
                from ../src/contextify.cc:1:
                /home/erich/.node-gyp/10.15.3/include/node/v8.h:10046:15: note: declared here
                Local Value::ToObject() const {
                ^~~~~
                2019-03-19 17:13:57.297 - info: iobroker make: *** [Release/obj.target/contextify/src/contextify.o] Fehler 1
                2019-03-19 17:13:57.298 - info: iobroker gyp
                2019-03-19 17:13:57.299 - info: iobroker
                2019-03-19 17:13:57.299 - info: iobroker ERR! build error
                2019-03-19 17:13:57.299 - info: iobroker gyp
                2019-03-19 17:13:57.300 - info: iobroker 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:262:23)
                gyp ERR! stack at ChildProcess.emit (events.js:189:13)
                gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:248:12)
                2019-03-19 17:13:57.300 - info: iobroker gyp ERR! System Linux 4.13.0-46-genericgyp
                2019-03-19 17:13:57.301 - info: iobroker 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/contextify
                gyp ERR! node -v v10.15.3
                gyp ERR!
                2019-03-19 17:13:57.301 - info: iobroker node-gyp -v v3.8.0gyp ERR! not ok
                2019-03-19 17:13:59.626 - info: iobroker npm
                2019-03-19 17:13:59.627 - info: iobroker WARN enoent ENOENT: no such file or directory, open '/opt/iobroker/node_modules/iobroker.js-controller/node_modules/socket.io-client/node_modules/engine.io-client/node_modules/engine.io-parser/node_modules/arraybuffer.slic/package.json'npm WARN enoent ENOENT: no such file or directory, open '/opt/iobroker/node_modules/iobroker.js-controller/node_modules/socket.io-client/node_modules/engine.io-client/node_modules/engine.io-parser/node_modules/base64-arraybuff/package.json'
                npm WARN enoent ENOENT: no such file or directory, open '/opt/iobroker/node_modules/iobroker.js-controller/node_modules/node-schedule/node_modules/cron-parser/node_modules/is-nan/node_modules/define-properties/node_modules/obj/package.json'
                npm
                2019-03-19 17:13:59.627 - info: iobroker WARN enoent ENOENT: no such file or directory, open '/opt/iobroker/node_modules/iobroker.js-controller/node_modules/yargs/node_modules/cliui/node_modules/wrap-ansi/node_modules/string-width/node_modules/is-fullwidth-code-p/package.json'npm WARN enoent ENOENT: no such file or directory, open '/opt/iobroker/node_modules/iobroker.js-controller/node_modules/prompt/node_modules/utile/node_modules/rimraf/node_modules/glob/node_modules/minimatch/node_modules/brace-/package.json'
                npm WARN enoent ENOENT: no such file or directory, open '/opt/iobroker/node_modules/iobroker.js-controller/node_modules/yargs/node_modules/os-locale/node_modules/execa/node_modules/cross-spawn/node_modules/which/node_modules/i/package.json'
                2019-03-19 17:13:59.628 - info: iobroker npm WARN winston-daily-rotate-file@1.7.2 requires a peer of winston@2.x but none is installed. You must install peer dependencies yourself.
                2019-03-19 17:13:59.628 - info: iobroker npm WARN optional SKIPPING OPTIONAL DEPENDENCY: xpc-connection@0.1.4 (node_modules/xpc-connection):npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for xpc-connection@0.1.4: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
                npm WARN
                2019-03-19 17:13:59.629 - info: iobroker optional SKIPPING OPTIONAL DEPENDENCY: contextify@0.1.15 (node_modules/contextify):npm WARN optional SKIPPING OPTIONAL DEPENDENCY: contextify@0.1.15 install: node-gyp rebuild
                npm WARN optional SKIPPING OPTIONAL DEPENDENCY: Exit status 1
                2019-03-19 17:13:59.630 - info: iobroker
                2019-03-19 17:13:59.657 - info: iobroker npm install --production (System call) in "/opt/iobroker/node_modules/iobroker.chromecast"

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

                  @muckel sagte in Error Javascript Adapter nach Sayit:

                  10.15.3

                  Aber du hast doch schon 10.15.3 😨

                  Was kommt bei dir bei

                  node -v
                  nodejs -v
                  npm -v
                  
                  1 Reply Last reply Reply Quote 0
                  • Homoran
                    Homoran Global Moderator Administrators @muckel last edited by Homoran

                    @muckel
                    Falscher Ansatz!

                    Du hast zwei node Installationen auf dem Rechner.
                    Das darf nicht sein.
                    Auch nicht wenn es die gleiche Version wäre

                    Edit
                    Wo ist denn jetzt drin Post hin?

                    1 Reply Last reply Reply Quote 0
                    • wendy2702
                      wendy2702 @muckel last edited by

                      @muckel sagte in Error Javascript Adapter nach Sayit:

                      node = 10.15.3
                      nodejs = 10.6
                      npm = 6.4.1
                      wie installiere ich die nodejs 10.15.3 damit die versionen gleich sind?

                      kann mir da wer einen Tip geben?

                      UPS,

                      Sorry hatte ich falsch Verstanden und nicht gedacht das es sich um die Abfrage handelt.

                      Mach mal:

                      which node
                      
                      1 Reply Last reply Reply Quote 0
                      • M
                        muckel last edited by

                        erich@SmartHome:/opt/iobroker$ which node
                        /usr/local/bin/node

                        erich@SmartHome:/opt/iobroker$ node -v
                        v10.15.3
                        erich@SmartHome:/opt/iobroker$ nodejs -v
                        v10.6.0
                        erich@SmartHome:/opt/iobroker$ npm -v
                        6.4.1

                        kenn mich nimma aus, wieso 2 versionen?

                        Homoran 1 Reply Last reply Reply Quote 0
                        • Homoran
                          Homoran Global Moderator Administrators @muckel last edited by

                          @muckel sagte in Error Javascript Adapter nach Sayit:

                          wieso 2 versionen?

                          node -v und nodejs -v sollten, wenn nach Anleitung installiert wurde, das selbe Ergebnis bringen.

                          Da hier zwei verschiedene Versionen ausgegeben werden müssen auch zwei Versionen parallel installiert sein.

                          M 1 Reply Last reply Reply Quote 0
                          • wendy2702
                            wendy2702 last edited by

                            Nodejs löschen und neu installieren sollte eigentlich dann die gleiche Version wie Node ergeben.

                            Ich würde es komplett löschen und neu installieren damit es sauber ist.

                            Allerdings glaube ich fast nicht das es etwas an deinen Logeinträgen bei Adapter installation ändert da dort wenn ich es auf dem Handy richtig gesehen habe eh die Node Version 10.15.3 verwendet wird.

                            M 1 Reply Last reply Reply Quote 0
                            • M
                              muckel @Homoran last edited by

                              @Homoran

                              Ich habs nach Anleitung installiert.
                              Leider wird das ubuntu 17.10 nicht mehr supported.

                              Das ist das Problem. Deshalb stehe ich mit 2 unterschiedlichen Versionen da.

                              Hast du eine Idee wie ich von 10.6 auf 10.15.3 komme?

                              Falls alle Stricke reissen, installiere ich UBUNTU 16.04 und spiele ein Backup zurück.
                              Wollte mir das ersparen. Wer weiß was dann alles nicht funktioniert.
                              UBUNTU 18 sollte ja nicht installiert werden wegen dem "rechte" Problem. Ist das noch so?

                              Homoran 1 Reply Last reply Reply Quote 0
                              • wendy2702
                                wendy2702 @muckel last edited by

                                @muckel sagte in Error Javascript Adapter nach Sayit:

                                genau:
                                mit curl -sL https://deb.nodesource.com/setup_10.x | sudo -E bash - komme ich nur auf version 10.6

                                17.10 ist nicht mehr supportet lt. UBUNTU. vielleicht liegt es daran?

                                obwohl:
                                https://deb.nodesource.com/node_10.x/pool/main/n/nodejs/https://deb.nodesource.com/node_10.x/pool/main/n/nodejs/nodejs_10.15.3-1nodesource1_arm64.deb

                                Da schaut dein Ubuntu aber nicht nach.

                                Sondern hier: OK:3 https://deb.nodesource.com/node_10.x artful InRelease

                                Allerdings ist mir aktuell nicht klar wie du an die neue Version gekommen bist.

                                Wie gesagt, ich würde Node/Nodejs entfernen und nach Anleitung erneut installieren.

                                1 Reply Last reply Reply Quote 0
                                • Homoran
                                  Homoran Global Moderator Administrators @muckel last edited by

                                  @muckel sagte in Error Javascript Adapter nach Sayit:

                                  Leider wird das ubuntu 17.10 nicht mehr supported.

                                  Und damit wirst du dir das zweite node eingefangen haben.

                                  @muckel sagte in Error Javascript Adapter nach Sayit:

                                  Ich habs nach Anleitung installiert.

                                  Aber wahrscheinlich nicht auf das bereits vorhandene getestet und entfernt.

                                  @muckel sagte in Error Javascript Adapter nach Sayit:

                                  Hast du eine Idee wie ich von 10.6 auf 10.15.3 komme?

                                  Dazu habe ich schon Mal geschrieben, dass das der falsche Weg ist.
                                  Eine node Installation muss entfernt werden

                                  1 Reply Last reply Reply Quote 0
                                  • M
                                    muckel @wendy2702 last edited by

                                    @wendy2702

                                    Ja, 10.6 kam beim upgrade von 6.x heraus. löschen und neu installieren.
                                    Dann upgrade nach Anleitung für bestehendes System.
                                    10.6 und 10.15.3 (unterschiedlich)

                                    Falls keiner mehr einen Trick auf lager hat, werde ich alles neu installieren und mein Backup von IoBroker restoren.

                                    😐

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

                                      Ich würde nicht alles neu installieren.

                                      Halte dich an diese Anleitung: http://www.iobroker.net/docu/?page_id=8323&lang=de

                                      Und dann das Kapitel: Installation Node.js

                                      Danach hatte ich bisher immer Erfolg.

                                      M 1 Reply Last reply Reply Quote 0
                                      • M
                                        muckel @wendy2702 last edited by

                                        @wendy2702

                                        Upgrade von nodejs und npm
                                        Hier am Beispiel eines Upgrades von Node 6 & npm 3 — auf Node 8 & npm 6
                                        
                                        VORHER BACKUP MACHEN!!
                                        
                                        Wenn ihr nicht als Root angemeldet seid, “sudo” vor die Befehle stellen..
                                        
                                        Folgende Befehle sind auszuführen
                                        
                                        iobroker stop
                                        
                                        apt-get --purge remove node nodejs
                                        
                                        apt-get autoremove
                                        
                                        reboot
                                        
                                         Nach dem Reboot geht es mit diesen Befehlen weiter:
                                        curl -sL https://deb.nodesource.com/setup_8.x | sudo -E bash -
                                        
                                        apt-get install -y build-essential libavahi-compat-libdnssd-dev libudev-dev libpam0g-dev nodejs
                                        
                                        reboot
                                        
                                        

                                        genau so hab ich es gemacht und mit 17.10 kommt der Unsinn mit dem 10.6 und 10.15.3 heraus. ☹

                                        Homoran 1 Reply Last reply Reply Quote 0
                                        • Homoran
                                          Homoran Global Moderator Administrators @muckel last edited by

                                          @muckel
                                          Wo steht diese Anleitung?

                                          M 1 Reply Last reply Reply Quote 0
                                          • M
                                            muckel @Homoran last edited by

                                            @Homoran
                                            http://www.iobroker.net/docu/?page_id=8323&lang=de

                                            Homoran 1 Reply Last reply Reply Quote 0
                                            • First post
                                              Last post

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            762
                                            Online

                                            31.8k
                                            Users

                                            80.0k
                                            Topics

                                            1.3m
                                            Posts

                                            error javascript adapter
                                            4
                                            48
                                            2279
                                            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