Skip to content
  • Home
  • Aktuell
  • Tags
  • 0 Ungelesen 0
  • Kategorien
  • Unreplied
  • Beliebt
  • GitHub
  • Docu
  • Hilfe
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Standard: (Kein Skin)
  • Kein Skin
Einklappen
ioBroker Logo

Community Forum

donate donate
  1. ioBroker Community Home
  2. Deutsch
  3. Error/Bug
  4. Error Javascript Adapter nach Sayit

NEWS

  • Jahresrückblick 2025 – unser neuer Blogbeitrag ist online! ✨
    BluefoxB
    Bluefox
    16
    1
    1.8k

  • Neuer Blogbeitrag: Monatsrückblick - Dezember 2025 🎄
    BluefoxB
    Bluefox
    13
    1
    898

  • Weihnachtsangebot 2025! 🎄
    BluefoxB
    Bluefox
    25
    1
    2.2k

Error Javascript Adapter nach Sayit

Geplant Angeheftet Gesperrt Verschoben Ungelöst Error/Bug
javascript adaptererror
48 Beiträge 4 Kommentatoren 3.6k Aufrufe 1 Watching
  • Älteste zuerst
  • Neuste zuerst
  • Meiste Stimmen
Antworten
  • In einem neuen Thema antworten
Anmelden zum Antworten
Dieses Thema wurde gelöscht. Nur Nutzer mit entsprechenden Rechten können es sehen.
  • M muckel

    Denke nicht das es am Speicher liegt.

    Betriebssystem
    ubuntu 17.10
    Architektur x64
    CPUs 4
    Geschwindigkeit 935 MHz
    Modell Intel(R) Core(TM) i3-5010U CPU @ 2.10GHz
    RAM 15.5 GB
    Node.js v8.11.3 (Es gibt eine neuere Version: v8.15.1)
    NPM 6.7.0
    Festplatte Größe 163.5 GB
    Festplatte frei 141 GB
    Anzahl der Adapter 259
    Aktive Instanzen 36

    paul53P Offline
    paul53P Offline
    paul53
    schrieb am zuletzt editiert von
    #5

    @muckel sagte:

    RAM 15.5 GB

    Am verfügbaren RAM sicherlich nicht. Hier gibt es eine Lösung, falls Update auf Node 8.15.1 nicht helfen sollte.

    Bitte verzichtet auf Chat-Nachrichten, denn die Handhabung ist grauenhaft !
    Produktiv: RPi 2 mit S.USV, HM-MOD-RPI und SLC-USB-Stick mit root fs

    1 Antwort Letzte Antwort
    0
    • M Offline
      M Offline
      muckel
      schrieb am zuletzt editiert von
      #6

      danke für die tipps! :-)

      ich habs mal händisch gefixt. schau ma mal ob es nochmal kommt.

      update auf 8.15 oder 10.x macht auch mucken. :-(

      ich schau mir das morgen nochmals genauer an.

      1 Antwort Letzte Antwort
      0
      • M Offline
        M Offline
        muckel
        schrieb am zuletzt editiert von muckel
        #7

        der fix hat leider nichts gebracht. Wieder Absturz wg. memory

        update auf 10.x:

        Last login: Sat Mar 16 22:59:44 2019 from 192.168.0.4
        erich@SmartHome:~$ sudo iobroker stop
        Stopping iobroker controller daemon...
        iobroker controller daemon stopped.
        No "killall.sh" script found. Just stop.
        erich@SmartHome:~$ sudo apt-get --purge remove node nodejs
        Paketlisten werden gelesen... Fertig
        Abhängigkeitsbaum wird aufgebaut.
        Statusinformationen werden eingelesen.... Fertig
        E: Paket node kann nicht gefunden werden.
        erich@SmartHome:~$ sudo apt-get autoremove
        Paketlisten werden gelesen... Fertig
        Abhängigkeitsbaum wird aufgebaut.
        Statusinformationen werden eingelesen.... Fertig
        0 aktualisiert, 0 neu installiert, 0 zu entfernen und 0 nicht aktualisiert.

        erich@SmartHome:~$ node -v
        v8.11.3
        erich@SmartHome:~$ nodejs -v
        v8.11.3
        erich@SmartHome:~$ npm -v
        6.7.0

        was soll ich tun ohne alles zu schrotten?
        Ubuntu 17.10

        Liebe Grüße

        1 Antwort Letzte Antwort
        0
        • M Offline
          M Offline
          muckel
          schrieb am zuletzt editiert von muckel
          #8

          So, Teilerfolg! :-)


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

          Alles funktioniert außer MAXCUL. der findet den Serial Port nicht.
          gelöscht und neu installiert hab ich den Adapter schon.
          Gibt es da ein Problem mit V10.x?
          RFLINK funktioniert!

          Liebe Grüße

          1 Antwort Letzte Antwort
          0
          • M Offline
            M Offline
            muckel
            schrieb am zuletzt editiert von
            #9

            eine Frage hätte ich noch,

            von V 10.6 auf die letzte V 10.15.x (ich glaube 3)

            wie mache ich es richtig?

            danke im voraus

            1 Antwort Letzte Antwort
            0
            • M Offline
              M Offline
              muckel
              schrieb am zuletzt editiert von
              #10

              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?

              HomoranH wendy2702W 2 Antworten Letzte Antwort
              0
              • wendy2702W Online
                wendy2702W Online
                wendy2702
                schrieb am zuletzt editiert von
                #11

                Linux?

                Dann sollte dieser Sprung mit

                apt update
                apt upgrade
                

                Gehen.

                Nach dem ersten Befehl kann man sich mit

                apt —upgradeable 
                

                Anzeigen lassen für welche Pakete es updates gibt.

                Bitte keine Fragen per PN, die gehören ins Forum!

                Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.

                wendy2702W 1 Antwort Letzte Antwort
                0
                • M Offline
                  M Offline
                  muckel
                  schrieb am zuletzt editiert von
                  #12

                  @wendy2702 said in Error Javascript Adapter nach Sayit:

                  apt —upgradeable

                  ich habe ubuntu 17.10 installiert.

                  installiert er da nicht ubuntu 18.x?

                  1 Antwort Letzte Antwort
                  0
                  • wendy2702W wendy2702

                    Linux?

                    Dann sollte dieser Sprung mit

                    apt update
                    apt upgrade
                    

                    Gehen.

                    Nach dem ersten Befehl kann man sich mit

                    apt —upgradeable 
                    

                    Anzeigen lassen für welche Pakete es updates gibt.

                    wendy2702W Online
                    wendy2702W Online
                    wendy2702
                    schrieb am zuletzt editiert von
                    #13

                    @wendy2702

                    Nein. Das wäre ein Distro update, der läuft anders.

                    Mache doch erstmal

                    apt update

                    Wenn du dir unsicher bist.

                    Was kommt dann?

                    Bitte keine Fragen per PN, die gehören ins Forum!

                    Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.

                    1 Antwort Letzte Antwort
                    0
                    • M Offline
                      M Offline
                      muckel
                      schrieb am zuletzt editiert von
                      #14

                      apt -update ergibt:

                      erich@SmartHome:~$ sudo apt update
                      OK:1 http://at.archive.ubuntu.com/ubuntu artful InRelease
                      Holen:2 http://at.archive.ubuntu.com/ubuntu artful-updates InRelease [88,7 kB]
                      OK:3 https://deb.nodesource.com/node_10.x artful InRelease
                      Holen:4 http://at.archive.ubuntu.com/ubuntu artful-backports InRelease [74,6 kB]
                      OK:5 http://security.ubuntu.com/ubuntu artful-security InRelease
                      Es wurden 163 kB in 0 s geholt (216 kB/s).
                      Paketlisten werden gelesen... Fertig
                      Abhängigkeitsbaum wird aufgebaut.
                      Statusinformationen werden eingelesen.... Fertig
                      Alle Pakete sind aktuell.

                      ich komme über 10.6 nicht hinaus

                      1 Antwort Letzte Antwort
                      0
                      • wendy2702W Online
                        wendy2702W Online
                        wendy2702
                        schrieb am zuletzt editiert von
                        #15

                        Scheinbar steht die neue Version noch nicht in drin:

                        Link Text

                        Dann wohl nur hiermit:

                        Link Text

                        Bitte keine Fragen per PN, die gehören ins Forum!

                        Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.

                        1 Antwort Letzte Antwort
                        0
                        • M Offline
                          M Offline
                          muckel
                          schrieb am zuletzt editiert von muckel
                          #16

                          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

                          wendy2702W 2 Antworten Letzte Antwort
                          0
                          • M 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

                            wendy2702W Online
                            wendy2702W Online
                            wendy2702
                            schrieb am zuletzt editiert von
                            #17

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

                            Bitte keine Fragen per PN, die gehören ins Forum!

                            Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.

                            1 Antwort Letzte Antwort
                            0
                            • M Offline
                              M Offline
                              muckel
                              schrieb am zuletzt editiert von
                              #18

                              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 Antwort Letzte Antwort
                              0
                              • wendy2702W Online
                                wendy2702W Online
                                wendy2702
                                schrieb am zuletzt editiert von
                                #19

                                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?

                                Bitte keine Fragen per PN, die gehören ins Forum!

                                Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.

                                1 Antwort Letzte Antwort
                                0
                                • M Offline
                                  M Offline
                                  muckel
                                  schrieb am zuletzt editiert von
                                  #20

                                  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 Antwort Letzte Antwort
                                  0
                                  • wendy2702W Online
                                    wendy2702W Online
                                    wendy2702
                                    schrieb am zuletzt editiert von
                                    #21

                                    @muckel sagte in Error Javascript Adapter nach Sayit:

                                    10.15.3

                                    Aber du hast doch schon 10.15.3 :fearful:

                                    Was kommt bei dir bei

                                    node -v
                                    nodejs -v
                                    npm -v
                                    

                                    Bitte keine Fragen per PN, die gehören ins Forum!

                                    Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.

                                    1 Antwort Letzte Antwort
                                    0
                                    • M muckel

                                      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?

                                      HomoranH Nicht stören
                                      HomoranH Nicht stören
                                      Homoran
                                      Global Moderator Administrators
                                      schrieb am zuletzt editiert von Homoran
                                      #22

                                      @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?

                                      kein Support per PN! - Fragen im Forum stellen - es gibt fast nichts, was nicht auch für andere interessant ist.

                                      Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.

                                      der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

                                      1 Antwort Letzte Antwort
                                      0
                                      • M muckel

                                        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?

                                        wendy2702W Online
                                        wendy2702W Online
                                        wendy2702
                                        schrieb am zuletzt editiert von
                                        #23

                                        @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
                                        

                                        Bitte keine Fragen per PN, die gehören ins Forum!

                                        Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.

                                        1 Antwort Letzte Antwort
                                        0
                                        • M Offline
                                          M Offline
                                          muckel
                                          schrieb am zuletzt editiert von
                                          #24

                                          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?

                                          HomoranH 1 Antwort Letzte Antwort
                                          0
                                          Antworten
                                          • In einem neuen Thema antworten
                                          Anmelden zum Antworten
                                          • Älteste zuerst
                                          • Neuste zuerst
                                          • Meiste Stimmen


                                          Support us

                                          ioBroker
                                          Community Adapters
                                          Donate

                                          711

                                          Online

                                          32.6k

                                          Benutzer

                                          82.2k

                                          Themen

                                          1.3m

                                          Beiträge
                                          Community
                                          Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen | Einwilligungseinstellungen
                                          ioBroker Community 2014-2025
                                          logo
                                          • Anmelden

                                          • Du hast noch kein Konto? Registrieren

                                          • Anmelden oder registrieren, um zu suchen
                                          • Erster Beitrag
                                            Letzter Beitrag
                                          0
                                          • Home
                                          • Aktuell
                                          • Tags
                                          • Ungelesen 0
                                          • Kategorien
                                          • Unreplied
                                          • Beliebt
                                          • GitHub
                                          • Docu
                                          • Hilfe