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. ioBroker Allgemein
  4. Fehlermeldung von Node-Red

NEWS

  • Weihnachtsangebot 2025! 🎄
    BluefoxB
    Bluefox
    22
    1
    1.0k

  • UPDATE 31.10.: Amazon Alexa - ioBroker Skill läuft aus ?
    apollon77A
    apollon77
    48
    3
    9.1k

  • Monatsrückblick – September 2025
    BluefoxB
    Bluefox
    14
    1
    2.4k

Fehlermeldung von Node-Red

Geplant Angeheftet Gesperrt Verschoben ioBroker Allgemein
fehler
27 Beiträge 4 Kommentatoren 4.7k Aufrufe 3 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.
  • F fisch

    nein habe ich nicht am laufen...es liegt an dem RSSwitch von Node-Red ..funktioniert mit Node>10 nicht..Das Problem haben noch mehr..:-(

    J Offline
    J Offline
    Jan1
    schrieb am zuletzt editiert von Jan1
    #21

    @fisch
    ich habe Node-Red mit Node 10 ohne Fehler laufen, somit stimmt das nicht.
    root@Beelink:~# node -v
    v10.16.0
    root@Beelink:~# nodejs -v
    v10.16.0
    root@Beelink:~# npm -v
    6.9.0
    root@Beelink:~#

    F 1 Antwort Letzte Antwort
    0
    • J Jan1

      @fisch
      ich habe Node-Red mit Node 10 ohne Fehler laufen, somit stimmt das nicht.
      root@Beelink:~# node -v
      v10.16.0
      root@Beelink:~# nodejs -v
      v10.16.0
      root@Beelink:~# npm -v
      6.9.0
      root@Beelink:~#

      F Offline
      F Offline
      fisch
      schrieb am zuletzt editiert von
      #22

      @Jan1

      mein Node-Red läuft doch auch ! Nur eine Node RC-Switch eben nicht...Kannst es ja mal ausprobieren....dann wirst sehen, dass es am RC-Switch liegt.

      Alles andre in Node_Red läuft ja ;-)

      J 1 Antwort Letzte Antwort
      0
      • F fisch

        @Jan1

        mein Node-Red läuft doch auch ! Nur eine Node RC-Switch eben nicht...Kannst es ja mal ausprobieren....dann wirst sehen, dass es am RC-Switch liegt.

        Alles andre in Node_Red läuft ja ;-)

        J Offline
        J Offline
        Jan1
        schrieb am zuletzt editiert von
        #23

        @fisch
        dann habe ich Dich falsch verstanden.
        Von welcher Node RC-Switch sprichst Du? denn bei der "node-red-contrib-rcswitch2" steht das dabei "It should be compatible with all versions of Node.js starting from 0.10.x.". Wobei ich die dirkt über Node-RED nicht installiert bekomme.

        1 Antwort Letzte Antwort
        0
        • F Offline
          F Offline
          fisch
          schrieb am zuletzt editiert von
          #24

          @Jan1 said in Fehlermeldung von Node-Red:

          node-red-contrib-rcswitch2

          genau den meine ich ! Wie gesagt...bringt eben dann diese Fehlermeldung!

          Im GitHub dem dem Teil berichten noch mehrere von diesem Problem..

          AlCalzoneA 1 Antwort Letzte Antwort
          0
          • F fisch

            @Jan1 said in Fehlermeldung von Node-Red:

            node-red-contrib-rcswitch2

            genau den meine ich ! Wie gesagt...bringt eben dann diese Fehlermeldung!

            Im GitHub dem dem Teil berichten noch mehrere von diesem Problem..

            AlCalzoneA Offline
            AlCalzoneA Offline
            AlCalzone
            Developer
            schrieb am zuletzt editiert von
            #25

            @fisch Die Fehlermeldung besagt, dass das Modul gegen eine alte Node-Version kompiliert wurde - danach hast du ein Update gefahren. Das erfordert eine erneute Kompilierung des betreffenden Moduls. Wenn es mit npm rebuild nicht klappt, dann dürfte das (analog zu Z-Wave) gehen:

            cd /opt/iobroker/iobroker-data/node-red/node_modules/rcswitch/
            npm i --production
            

            Warum `sudo` böse ist: https://forum.iobroker.net/post/17109

            F 1 Antwort Letzte Antwort
            0
            • AlCalzoneA AlCalzone

              @fisch Die Fehlermeldung besagt, dass das Modul gegen eine alte Node-Version kompiliert wurde - danach hast du ein Update gefahren. Das erfordert eine erneute Kompilierung des betreffenden Moduls. Wenn es mit npm rebuild nicht klappt, dann dürfte das (analog zu Z-Wave) gehen:

              cd /opt/iobroker/iobroker-data/node-red/node_modules/rcswitch/
              npm i --production
              
              F Offline
              F Offline
              fisch
              schrieb am zuletzt editiert von
              #26

              @AlCalzone said in Fehlermeldung von Node-Red:

              cd /opt/iobroker/iobroker-data/node-red/node_modules/rcswitch/
              npm i --production

              Oh, jetzt erst deine Antwort gelesen.... Danke erstmal dafür!

              Habe das ganze nun neu installieren wollen -jetzt bekomme ich das hier..

              
              -----------------------------------------------------------
              2019-06-24T11:23:49.737Z installieren : node-red-contrib-rcswitch2 0.1.1
              
              2019-06-24T11:23:49.763Z npm install --no-audit --no-update-notifier --save --save-prefix="~" --production node-red-contrib-rcswitch2@0.1.1
              2019-06-24T11:24:33.889Z [out] 
              2019-06-24T11:24:33.889Z [out] > rcswitch@0.3.1 install /opt/iobroker/iobroker-data/node-red/node_modules/rcswitch
              2019-06-24T11:24:33.889Z [out] > node-gyp rebuild
              2019-06-24T11:24:33.889Z [out] 
              2019-06-24T11:24:37.626Z [out] make: Verzeichnis „/opt/iobroker/iobroker-data/node-red/node_modules/rcswitch/build“ wird betreten
              2019-06-24T11:24:37.631Z [out]   CXX(target) Release/obj.target/rcswitch/src/rcswitch.o
              2019-06-24T11:24:45.896Z [out]   CXX(target) Release/obj.target/rcswitch/src/RCSwitchNode.o
              2019-06-24T11:24:49.088Z [err] In file included from ../src/RCSwitchNode.cpp:1:0:
              2019-06-24T11:24:49.088Z [err] ../src/RCSwitchNode.cpp: In static member function ‘static void RCSwitchNode::SwitchOp(const Nan::FunctionCallbackInfo<v8::Value>&, bool)’:
              2019-06-24T11:24:49.088Z [err] ../src/RCSwitchNode.cpp:46:35: warning: ‘int32_t v8::Value::Int32Value() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
              2019-06-24T11:24:49.088Z [err]        switchOp2(group->Int32Value(), swtch->Int32Value());
              2019-06-24T11:24:49.088Z [err]                                    ^
              2019-06-24T11:24:49.088Z [err] ../src/RCSwitchNode.h:19:69: note: in definition of macro ‘switchOp2’
              2019-06-24T11:24:49.088Z [err]    #define switchOp2(p1, p2) { if(switchOn) thiz->rcswitch.switchOn((p1), (p2)); else thiz->rcswitch.switchOff((p1), (p2)); }
              2019-06-24T11:24:49.088Z [err]                                                                      ^~
              2019-06-24T11:24:49.089Z [err] In file included from /home/iobroker/.node-gyp/10.16.0/include/node/v8.h:26:0,
              2019-06-24T11:24:49.089Z [err]                  from /home/iobroker/.node-gyp/10.16.0/include/node/node.h:63,
              2019-06-24T11:24:49.089Z [err]                  from ../../nan/nan.h:54,
              2019-06-24T11:24:49.089Z [err]                  from ../src/RCSwitchNode.h:4,
              2019-06-24T11:24:49.089Z [err]                  from ../src/RCSwitchNode.cpp:1:
              2019-06-24T11:24:49.089Z [err] /home/iobroker/.node-gyp/10.16.0/include/node/v8.h:2478:46: note: declared here
              2019-06-24T11:24:49.089Z [err]    V8_DEPRECATED("Use maybe version", int32_t Int32Value() const);
              2019-06-24T11:24:49.089Z [err]                                               ^
              2019-06-24T11:24:49.089Z [err] /home/iobroker/.node-gyp/10.16.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
              2019-06-24T11:24:49.089Z [err]    declarator __attribute__((deprecated(message)))
              2019-06-24T11:24:49.089Z [err]    ^~~~~~~~~~
              2019-06-24T11:24:49.089Z [err] In file included from ../src/RCSwitchNode.cpp:1:0:
              2019-06-24T11:24:49.089Z [err] ../src/RCSwitchNode.cpp:46:56: warning: ‘int32_t v8::Value::Int32Value() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
              2019-06-24T11:24:49.089Z [err]        switchOp2(group->Int32Value(), swtch->Int32Value());
              2019-06-24T11:24:49.089Z [err]                                                         ^
              2019-06-24T11:24:49.089Z [err] ../src/RCSwitchNode.h:19:75: note: in definition of macro ‘switchOp2’
              2019-06-24T11:24:49.089Z [err]    #define switchOp2(p1, p2) { if(switchOn) thiz->rcswitch.switchOn((p1), (p2)); else thiz->rcswitch.switchOff((p1), (p2)); }
              2019-06-24T11:24:49.089Z [err]                                                                            ^~
              2019-06-24T11:24:49.089Z [err] In file included from /home/iobroker/.node-gyp/10.16.0/include/node/v8.h:26:0,
              2019-06-24T11:24:49.089Z [err]                  from /home/iobroker/.node-gyp/10.16.0/include/node/node.h:63,
              2019-06-24T11:24:49.089Z [err]                  from ../../nan/nan.h:54,
              2019-06-24T11:24:49.089Z [err]                  from ../src/RCSwitchNode.h:4,
              2019-06-24T11:24:49.089Z [err]                  from ../src/RCSwitchNode.cpp:1:
              2019-06-24T11:24:49.089Z [err] /home/iobroker/.node-gyp/10.16.0/include/node/v8.h:2478:46: note: declared here
              2019-06-24T11:24:49.089Z [err]    V8_DEPRECATED("Use maybe version", int32_t Int32Value() const);
              2019-06-24T11:24:49.089Z [err]                                               ^
              2019-06-24T11:24:49.089Z [err] /home/iobroker/.node-gyp/10.16.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
              2019-06-24T11:24:49.089Z [err]    declarator __attribute__((deprecated(message)))
              2019-06-24T11:24:49.089Z [err]    ^~~~~~~~~~
              2019-06-24T11:24:49.089Z [err] In file included from ../src/RCSwitchNode.cpp:1:0:
              2019-06-24T11:24:49.089Z [err] ../src/RCSwitchNode.cpp:46:35: warning: ‘int32_t v8::Value::Int32Value() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
              2019-06-24T11:24:49.089Z [err]        switchOp2(group->Int32Value(), swtch->Int32Value());
              2019-06-24T11:24:49.089Z [err]                                    ^
              2019-06-24T11:24:49.089Z [err] ../src/RCSwitchNode.h:19:112: note: in definition of macro ‘switchOp2’
              2019-06-24T11:24:49.089Z [err]    #define switchOp2(p1, p2) { if(switchOn) thiz->rcswitch.switchOn((p1), (p2)); else thiz->rcswitch.switchOff((p1), (p2)); }
              2019-06-24T11:24:49.089Z [err]                                                                                                                 ^~
              2019-06-24T11:24:49.090Z [err] In file included from /home/iobroker/.node-gyp/10.16.0/include/node/v8.h:26:0,
              2019-06-24T11:24:49.090Z [err]                  from /home/iobroker/.node-gyp/10.16.0/include/node/node.h:63,
              2019-06-24T11:24:49.090Z [err]                  from ../../nan/nan.h:54,
              2019-06-24T11:24:49.090Z [err]                  from ../src/RCSwitchNode.h:4,
              2019-06-24T11:24:49.090Z [err]                  from ../src/RCSwitchNode.cpp:1:
              2019-06-24T11:24:49.090Z [err] /home/iobroker/.node-gyp/10.16.0/include/node/v8.h:2478:46: note: declared here
              2019-06-24T11:24:49.090Z [err]    V8_DEPRECATED("Use maybe version", int32_t Int32Value() const);
              2019-06-24T11:24:49.090Z [err]                                               ^
              2019-06-24T11:24:49.090Z [err] /home/iobroker/.node-gyp/10.16.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
              2019-06-24T11:24:49.090Z [err]    declarator __attribute__((deprecated(message)))
              2019-06-24T11:24:49.090Z [err]    ^~~~~~~~~~
              2019-06-24T11:24:49.090Z [err] In file included from ../src/RCSwitchNode.cpp:1:0:
              2019-06-24T11:24:49.090Z [err] ../src/RCSwitchNode.cpp:46:56: warning: ‘int32_t v8::Value::Int32Value() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
              2019-06-24T11:24:49.090Z [err]        switchOp2(group->Int32Value(), swtch->Int32Value());
              2019-06-24T11:24:49.090Z [err]                                                         ^
              2019-06-24T11:24:49.090Z [err] ../src/RCSwitchNode.h:19:118: note: in definition of macro ‘switchOp2’
              2019-06-24T11:24:49.090Z [err]    #define switchOp2(p1, p2) { if(switchOn) thiz->rcswitch.switchOn((p1), (p2)); else thiz->rcswitch.switchOff((p1), (p2)); }
              2019-06-24T11:24:49.090Z [err]                                                                                                                       ^~
              2019-06-24T11:24:49.090Z [err] In file included from /home/iobroker/.node-gyp/10.16.0/include/node/v8.h:26:0,
              2019-06-24T11:24:49.090Z [err]                  from /home/iobroker/.node-gyp/10.16.0/include/node/node.h:63,
              2019-06-24T11:24:49.090Z [err]                  from ../../nan/nan.h:54,
              2019-06-24T11:24:49.090Z [err]                  from ../src/RCSwitchNode.h:4,
              2019-06-24T11:24:49.090Z [err]                  from ../src/RCSwitchNode.cpp:1:
              2019-06-24T11:24:49.090Z [err] /home/iobroker/.node-gyp/10.16.0/include/node/v8.h:2478:46: note: declared here
              2019-06-24T11:24:49.090Z [err]    V8_DEPRECATED("Use maybe version", int32_t Int32Value() const);
              2019-06-24T11:24:49.090Z [err]                                               ^
              2019-06-24T11:24:49.090Z [err] /home/iobroker/.node-gyp/10.16.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
              2019-06-24T11:24:49.090Z [err]    declarator __attribute__((deprecated(message)))
              2019-06-24T11:24:49.090Z [err]    ^~~~~~~~~~
              2019-06-24T11:24:49.091Z [err] In file included from ../src/RCSwitchNode.cpp:1:0:
              2019-06-24T11:24:49.091Z [err] ../src/RCSwitchNode.cpp:52:46: warning: ‘int32_t v8::Value::Int32Value() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
              2019-06-24T11:24:49.091Z [err]          switchOp2(*sGroup, swtch->Int32Value());
              2019-06-24T11:24:49.091Z [err]                                               ^
              2019-06-24T11:24:49.091Z [err] ../src/RCSwitchNode.h:19:75: note: in definition of macro ‘switchOp2’
              2019-06-24T11:24:49.091Z [err]    #define switchOp2(p1, p2) { if(switchOn) thiz->rcswitch.switchOn((p1), (p2)); else thiz->rcswitch.switchOff((p1), (p2)); }
              2019-06-24T11:24:49.091Z [err]                                                                            ^~
              2019-06-24T11:24:49.091Z [err] In file included from /home/iobroker/.node-gyp/10.16.0/include/node/v8.h:26:0,
              2019-06-24T11:24:49.091Z [err]                  from /home/iobroker/.node-gyp/10.16.0/include/node/node.h:63,
              2019-06-24T11:24:49.091Z [err]                  from ../../nan/nan.h:54,
              2019-06-24T11:24:49.091Z [err]                  from ../src/RCSwitchNode.h:4,
              2019-06-24T11:24:49.091Z [err]                  from ../src/RCSwitchNode.cpp:1:
              2019-06-24T11:24:49.091Z [err] /home/iobroker/.node-gyp/10.16.0/include/node/v8.h:2478:46: note: declared here
              2019-06-24T11:24:49.091Z [err]    V8_DEPRECATED("Use maybe version", int32_t Int32Value() const);
              2019-06-24T11:24:49.091Z [err]                                               ^
              2019-06-24T11:24:49.091Z [err] /home/iobroker/.node-gyp/10.16.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
              2019-06-24T11:24:49.091Z [err]    declarator __attribute__((deprecated(message)))
              2019-06-24T11:24:49.091Z [err]    ^~~~~~~~~~
              2019-06-24T11:24:49.092Z [err] In file included from ../src/RCSwitchNode.cpp:1:0:
              2019-06-24T11:24:49.092Z [err] ../src/RCSwitchNode.cpp:52:46: warning: ‘int32_t v8::Value::Int32Value() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
              2019-06-24T11:24:49.092Z [err]          switchOp2(*sGroup, swtch->Int32Value());
              2019-06-24T11:24:49.092Z [err]                                               ^
              2019-06-24T11:24:49.092Z [err] ../src/RCSwitchNode.h:19:118: note: in definition of macro ‘switchOp2’
              2019-06-24T11:24:49.092Z [err]    #define switchOp2(p1, p2) { if(switchOn) thiz->rcswitch.switchOn((p1), (p2)); else thiz->rcswitch.switchOff((p1), (p2)); }
              2019-06-24T11:24:49.092Z [err]                                                                                                                       ^~
              2019-06-24T11:24:49.092Z [err] In file included from /home/iobroker/.node-gyp/10.16.0/include/node/v8.h:26:0,
              2019-06-24T11:24:49.092Z [err]                  from /home/iobroker/.node-gyp/10.16.0/include/node/node.h:63,
              2019-06-24T11:24:49.092Z [err]                  from ../../nan/nan.h:54,
              2019-06-24T11:24:49.092Z [err]                  from ../src/RCSwitchNode.h:4,
              2019-06-24T11:24:49.092Z [err]                  from ../src/RCSwitchNode.cpp:1:
              2019-06-24T11:24:49.092Z [err] /home/iobroker/.node-gyp/10.16.0/include/node/v8.h:2478:46: note: declared here
              2019-06-24T11:24:49.092Z [err]    V8_DEPRECATED("Use maybe version", int32_t Int32Value() const);
              2019-06-24T11:24:49.092Z [err]                                               ^
              2019-06-24T11:24:49.092Z [err] /home/iobroker/.node-gyp/10.16.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
              2019-06-24T11:24:49.092Z [err]    declarator __attribute__((deprecated(message)))
              2019-06-24T11:24:49.092Z [err]    ^~~~~~~~~~
              2019-06-24T11:24:49.094Z [err] In file included from ../src/RCSwitchNode.cpp:1:0:
              2019-06-24T11:24:49.094Z [err] ../src/RCSwitchNode.cpp:65:48: warning: ‘int32_t v8::Value::Int32Value() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
              2019-06-24T11:24:49.094Z [err]          switchOp3(*(*v8str), group->Int32Value(), devce->Int32Value());
              2019-06-24T11:24:49.094Z [err]                                                 ^
              2019-06-24T11:24:49.094Z [err] ../src/RCSwitchNode.h:20:79: note: in definition of macro ‘switchOp3’
              2019-06-24T11:24:49.094Z [err]    #define switchOp3(p1, p2, p3) { if(switchOn) thiz->rcswitch.switchOn((p1), (p2), (p3)); else thiz->rcswitch.switchOff((p1), (p2), (p3)); }
              2019-06-24T11:24:49.094Z [err]                                                                                ^~
              2019-06-24T11:24:49.094Z [err] In file included from /home/iobroker/.node-gyp/10.16.0/include/node/v8.h:26:0,
              2019-06-24T11:24:49.094Z [err]                  from /home/iobroker/.node-gyp/10.16.0/include/node/node.h:63,
              2019-06-24T11:24:49.094Z [err]                  from ../../nan/nan.h:54,
              2019-06-24T11:24:49.094Z [err]                  from ../src/RCSwitchNode.h:4,
              2019-06-24T11:24:49.094Z [err]                  from ../src/RCSwitchNode.cpp:1:
              2019-06-24T11:24:49.094Z [err] /home/iobroker/.node-gyp/10.16.0/include/node/v8.h:2478:46: note: declared here
              2019-06-24T11:24:49.094Z [err]    V8_DEPRECATED("Use maybe version", int32_t Int32Value() const);
              2019-06-24T11:24:49.094Z [err]                                               ^
              2019-06-24T11:24:49.094Z [err] /home/iobroker/.node-gyp/10.16.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
              2019-06-24T11:24:49.094Z [err]    declarator __attribute__((deprecated(message)))
              2019-06-24T11:24:49.094Z [err]    ^~~~~~~~~~
              2019-06-24T11:24:49.094Z [err] In file included from ../src/RCSwitchNode.cpp:1:0:
              2019-06-24T11:24:49.094Z [err] ../src/RCSwitchNode.cpp:65:69: warning: ‘int32_t v8::Value::Int32Value() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
              2019-06-24T11:24:49.094Z [err]          switchOp3(*(*v8str), group->Int32Value(), devce->Int32Value());
              2019-06-24T11:24:49.094Z [err]                                                                      ^
              2019-06-24T11:24:49.094Z [err] ../src/RCSwitchNode.h:20:85: note: in definition of macro ‘switchOp3’
              2019-06-24T11:24:49.094Z [err]    #define switchOp3(p1, p2, p3) { if(switchOn) thiz->rcswitch.switchOn((p1), (p2), (p3)); else thiz->rcswitch.switchOff((p1), (p2), (p3)); }
              2019-06-24T11:24:49.094Z [err]                                                                                      ^~
              2019-06-24T11:24:49.094Z [err] In file included from /home/iobroker/.node-gyp/10.16.0/include/node/v8.h:26:0,
              2019-06-24T11:24:49.094Z [err]                  from /home/iobroker/.node-gyp/10.16.0/include/node/node.h:63,
              2019-06-24T11:24:49.094Z [err]                  from ../../nan/nan.h:54,
              2019-06-24T11:24:49.094Z [err]                  from ../src/RCSwitchNode.h:4,
              2019-06-24T11:24:49.094Z [err]                  from ../src/RCSwitchNode.cpp:1:
              2019-06-24T11:24:49.094Z [err] /home/iobroker/.node-gyp/10.16.0/include/node/v8.h:2478:46: note: declared here
              2019-06-24T11:24:49.094Z [err]    V8_DEPRECATED("Use maybe version", int32_t Int32Value() const);
              2019-06-24T11:24:49.094Z [err]                                               ^
              2019-06-24T11:24:49.094Z [err] /home/iobroker/.node-gyp/10.16.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
              2019-06-24T11:24:49.094Z [err]    declarator __attribute__((deprecated(message)))
              2019-06-24T11:24:49.094Z [err]    ^~~~~~~~~~
              2019-06-24T11:24:49.095Z [err] In file included from ../src/RCSwitchNode.cpp:1:0:
              2019-06-24T11:24:49.095Z [err] ../src/RCSwitchNode.cpp:65:48: warning: ‘int32_t v8::Value::Int32Value() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
              2019-06-24T11:24:49.095Z [err]          switchOp3(*(*v8str), group->Int32Value(), devce->Int32Value());
              2019-06-24T11:24:49.095Z [err]                                                 ^
              2019-06-24T11:24:49.095Z [err] ../src/RCSwitchNode.h:20:128: note: in definition of macro ‘switchOp3’
              2019-06-24T11:24:49.095Z [err]    #define switchOp3(p1, p2, p3) { if(switchOn) thiz->rcswitch.switchOn((p1), (p2), (p3)); else thiz->rcswitch.switchOff((p1), (p2), (p3)); }
              2019-06-24T11:24:49.095Z [err]                                                                                                                                 ^~
              2019-06-24T11:24:49.095Z [err] In file included from /home/iobroker/.node-gyp/10.16.0/include/node/v8.h:26:0,
              2019-06-24T11:24:49.095Z [err]                  from /home/iobroker/.node-gyp/10.16.0/include/node/node.h:63,
              2019-06-24T11:24:49.095Z [err]                  from ../../nan/nan.h:54,
              2019-06-24T11:24:49.095Z [err]                  from ../src/RCSwitchNode.h:4,
              2019-06-24T11:24:49.095Z [err]                  from ../src/RCSwitchNode.cpp:1:
              2019-06-24T11:24:49.095Z [err] /home/iobroker/.node-gyp/10.16.0/include/node/v8.h:2478:46: note: declared here
              2019-06-24T11:24:49.095Z [err]    V8_DEPRECATED("Use maybe version", int32_t Int32Value() const);
              2019-06-24T11:24:49.095Z [err]                                               ^
              2019-06-24T11:24:49.095Z [err] /home/iobroker/.node-gyp/10.16.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
              2019-06-24T11:24:49.095Z [err]    declarator __attribute__((deprecated(message)))
              2019-06-24T11:24:49.095Z [err]    ^~~~~~~~~~
              2019-06-24T11:24:49.097Z [err] In file included from ../src/RCSwitchNode.cpp:1:0:
              2019-06-24T11:24:49.097Z [err] ../src/RCSwitchNode.cpp:65:69: warning: ‘int32_t v8::Value::Int32Value() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
              2019-06-24T11:24:49.097Z [err]          switchOp3(*(*v8str), group->Int32Value(), devce->Int32Value());
              2019-06-24T11:24:49.097Z [err]                                                                      ^
              2019-06-24T11:24:49.097Z [err] ../src/RCSwitchNode.h:20:134: note: in definition of macro ‘switchOp3’
              2019-06-24T11:24:49.097Z [err]    #define switchOp3(p1, p2, p3) { if(switchOn) thiz->rcswitch.switchOn((p1), (p2), (p3)); else thiz->rcswitch.switchOff((p1), (p2), (p3)); }
              2019-06-24T11:24:49.097Z [err]                                                                                                                                       ^~
              2019-06-24T11:24:49.097Z [err] In file included from /home/iobroker/.node-gyp/10.16.0/include/node/v8.h:26:0,
              2019-06-24T11:24:49.097Z [err]                  from /home/iobroker/.node-gyp/10.16.0/include/node/node.h:63,
              2019-06-24T11:24:49.097Z [err]                  from ../../nan/nan.h:54,
              2019-06-24T11:24:49.097Z [err]                  from ../src/RCSwitchNode.h:4,
              2019-06-24T11:24:49.097Z [err]                  from ../src/RCSwitchNode.cpp:1:
              2019-06-24T11:24:49.097Z [err] /home/iobroker/.node-gyp/10.16.0/include/node/v8.h:2478:46: note: declared here
              2019-06-24T11:24:49.097Z [err]    V8_DEPRECATED("Use maybe version", int32_t Int32Value() const);
              2019-06-24T11:24:49.097Z [err]                                               ^
              2019-06-24T11:24:49.097Z [err] /home/iobroker/.node-gyp/10.16.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
              2019-06-24T11:24:49.097Z [err]    declarator __attribute__((deprecated(message)))
              2019-06-24T11:24:49.097Z [err]    ^~~~~~~~~~
              2019-06-24T11:24:49.101Z [err] ../src/RCSwitchNode.cpp: In static member function ‘static void RCSwitchNode::New(const Nan::FunctionCallbackInfo<v8::Value>&)’:
              2019-06-24T11:24:49.101Z [err] ../src/RCSwitchNode.cpp:83:59: error: no matching function for call to ‘v8::Function::NewInstance(const int&, v8::Local<v8::Value> [0])’
              2019-06-24T11:24:49.101Z [err]      info.GetReturnValue().Set(cons->NewInstance(argc, argv));
              2019-06-24T11:24:49.101Z [err]                                                            ^
              2019-06-24T11:24:49.102Z [err] In file included from /home/iobroker/.node-gyp/10.16.0/include/node/node.h:63:0,
              2019-06-24T11:24:49.102Z [err]                  from ../../nan/nan.h:54,
              2019-06-24T11:24:49.102Z [err]                  from ../src/RCSwitchNode.h:4,
              2019-06-24T11:24:49.102Z [err]                  from ../src/RCSwitchNode.cpp:1:
              2019-06-24T11:24:49.102Z [err] /home/iobroker/.node-gyp/10.16.0/include/node/v8.h:3993:44: note: candidate: v8::MaybeLocal<v8::Object> v8::Function::NewInstance(v8::Local<v8::Context>, int, v8::Local<v8::Value>*) const
              2019-06-24T11:24:49.102Z [err]    V8_WARN_UNUSED_RESULT MaybeLocal<Object> NewInstance(
              2019-06-24T11:24:49.102Z [err]                                             ^~~~~~~~~~~
              2019-06-24T11:24:49.102Z [err] /home/iobroker/.node-gyp/10.16.0/include/node/v8.h:3993:44: note:   candidate expects 3 arguments, 2 provided
              2019-06-24T11:24:49.102Z [err] /home/iobroker/.node-gyp/10.16.0/include/node/v8.h:3996:44: note: candidate: v8::MaybeLocal<v8::Object> v8::Function::NewInstance(v8::Local<v8::Context>) const
              2019-06-24T11:24:49.102Z [err]    V8_WARN_UNUSED_RESULT MaybeLocal<Object> NewInstance(
              2019-06-24T11:24:49.102Z [err]                                             ^~~~~~~~~~~
              2019-06-24T11:24:49.102Z [err] /home/iobroker/.node-gyp/10.16.0/include/node/v8.h:3996:44: note:   candidate expects 1 argument, 2 provided
              2019-06-24T11:24:49.106Z [err] ../src/RCSwitchNode.cpp: In static member function ‘static void RCSwitchNode::EnableTransmit(const Nan::FunctionCallbackInfo<v8::Value>&)’:
              2019-06-24T11:24:49.106Z [err] ../src/RCSwitchNode.cpp:115:52: warning: ‘int32_t v8::Value::Int32Value() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
              2019-06-24T11:24:49.106Z [err]      obj->rcswitch.enableTransmit(pinNr->Int32Value());
              2019-06-24T11:24:49.106Z [err]                                                     ^
              2019-06-24T11:24:49.106Z [err] In file included from /home/iobroker/.node-gyp/10.16.0/include/node/v8.h:26:0,
              2019-06-24T11:24:49.106Z [err]                  from /home/iobroker/.node-gyp/10.16.0/include/node/node.h:63,
              2019-06-24T11:24:49.106Z [err]                  from ../../nan/nan.h:54,
              2019-06-24T11:24:49.106Z [err]                  from ../src/RCSwitchNode.h:4,
              2019-06-24T11:24:49.106Z [err]                  from ../src/RCSwitchNode.cpp:1:
              2019-06-24T11:24:49.106Z [err] /home/iobroker/.node-gyp/10.16.0/include/node/v8.h:2478:46: note: declared here
              2019-06-24T11:24:49.106Z [err]    V8_DEPRECATED("Use maybe version", int32_t Int32Value() const);
              2019-06-24T11:24:49.106Z [err]                                               ^
              2019-06-24T11:24:49.106Z [err] /home/iobroker/.node-gyp/10.16.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
              2019-06-24T11:24:49.106Z [err]    declarator __attribute__((deprecated(message)))
              2019-06-24T11:24:49.106Z [err]    ^~~~~~~~~~
              2019-06-24T11:24:49.108Z [err] ../src/RCSwitchNode.cpp: In static member function ‘static void RCSwitchNode::SetProtocol(v8::Local<v8::String>, v8::Local<v8::Value>, const Nan::PropertyCallbackInfo<v8::Value>&)’:
              2019-06-24T11:24:49.108Z [err] ../src/RCSwitchNode.cpp:144:49: warning: ‘int32_t v8::Value::Int32Value() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
              2019-06-24T11:24:49.108Z [err]      obj->rcswitch.setProtocol(value->Int32Value());
              2019-06-24T11:24:49.108Z [err]                                                  ^
              2019-06-24T11:24:49.109Z [err] In file included from /home/iobroker/.node-gyp/10.16.0/include/node/v8.h:26:0,
              2019-06-24T11:24:49.109Z [err]                  from /home/iobroker/.node-gyp/10.16.0/include/node/node.h:63,
              2019-06-24T11:24:49.109Z [err]                  from ../../nan/nan.h:54,
              2019-06-24T11:24:49.109Z [err]                  from ../src/RCSwitchNode.h:4,
              2019-06-24T11:24:49.109Z [err]                  from ../src/RCSwitchNode.cpp:1:
              2019-06-24T11:24:49.109Z [err] /home/iobroker/.node-gyp/10.16.0/include/node/v8.h:2478:46: note: declared here
              2019-06-24T11:24:49.109Z [err]    V8_DEPRECATED("Use maybe version", int32_t Int32Value() const);
              2019-06-24T11:24:49.109Z [err]                                               ^
              2019-06-24T11:24:49.109Z [err] /home/iobroker/.node-gyp/10.16.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
              2019-06-24T11:24:49.109Z [err]    declarator __attribute__((deprecated(message)))
              2019-06-24T11:24:49.109Z [err]    ^~~~~~~~~~
              2019-06-24T11:24:49.564Z [out] rcswitch.target.mk:103: die Regel für Ziel „Release/obj.target/rcswitch/src/RCSwitchNode.o“ scheiterte
              2019-06-24T11:24:49.564Z [out] make: Verzeichnis „/opt/iobroker/iobroker-data/node-red/node_modules/rcswitch/build“ wird verlassen
              2019-06-24T11:24:49.565Z [err] make: *** [Release/obj.target/rcswitch/src/RCSwitchNode.o] Fehler 1
              2019-06-24T11:24:49.570Z [err] gyp
              2019-06-24T11:24:49.571Z [err]  
              2019-06-24T11:24:49.571Z [err] ERR! build error 
              2019-06-24T11:24:49.574Z [err] gyp ERR! stack Error: `make` failed with exit code: 2
              2019-06-24T11:24:49.574Z [err] gyp ERR!
              2019-06-24T11:24:49.577Z [err]  stack     at ChildProcess.onExit (/usr/lib/node_modules/npm/node_modules/node-gyp/lib/build.js:262:23)
              2019-06-24T11:24:49.577Z [err] gyp ERR! stack     at ChildProcess.emit (events.js:198:13)
              2019-06-24T11:24:49.577Z [err] gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:248:12)
              2019-06-24T11:24:49.577Z [err] gyp ERR! System Linux 4.14.34-v7+
              2019-06-24T11:24:49.577Z [err] gyp ERR! command "/usr/bin/node" "/usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"
              2019-06-24T11:24:49.577Z [err] gyp ERR! cwd /opt/iobroker/iobroker-data/node-red/node_modules/rcswitch
              2019-06-24T11:24:49.578Z [err] gyp ERR! node -v
              2019-06-24T11:24:49.578Z [err]  v10.16.0
              2019-06-24T11:24:49.578Z [err] gyp 
              2019-06-24T11:24:49.578Z [err] ERR! 
              2019-06-24T11:24:49.578Z [err] node-gyp -v v3.8.0
              2019-06-24T11:24:49.578Z [err] gyp
              2019-06-24T11:24:49.578Z [err]  ERR!
              2019-06-24T11:24:49.578Z [err]  
              2019-06-24T11:24:49.579Z [err] not ok 
              2019-06-24T11:24:52.559Z [err] npm
              2019-06-24T11:24:52.559Z [err]  WARN discord.js@11.5.1 requires a peer of bufferutil@^4.0.0 but none is installed. You must install peer dependencies yourself.
              2019-06-24T11:24:52.559Z [err] npm
              2019-06-24T11:24:52.559Z [err]  WARN
              2019-06-24T11:24:52.560Z [err]  discord.js@11.5.1 requires a peer of erlpack@discordapp/erlpack but none is installed. You must install peer dependencies yourself.
              2019-06-24T11:24:52.560Z [err] npm
              2019-06-24T11:24:52.560Z [err]  WARN
              2019-06-24T11:24:52.560Z [err]  discord.js@11.5.1 requires a peer of libsodium-wrappers@^0.7.3 but none is installed. You must install peer dependencies yourself.
              2019-06-24T11:24:52.560Z [err] npm
              2019-06-24T11:24:52.560Z [err]  WARN
              2019-06-24T11:24:52.560Z [err]  discord.js@11.5.1 requires a peer of node-opus@^0.2.7 but none is installed. You must install peer dependencies yourself.
              2019-06-24T11:24:52.560Z [err] npm
              2019-06-24T11:24:52.561Z [err]  WARN
              2019-06-24T11:24:52.561Z [err]  discord.js@11.5.1 requires a peer of opusscript@^0.0.6 but none is installed. You must install peer dependencies yourself.
              2019-06-24T11:24:52.561Z [err] npm
              2019-06-24T11:24:52.561Z [err]  WARN
              2019-06-24T11:24:52.561Z [err]  discord.js@11.5.1 requires a peer of sodium@^2.0.3 but none is installed. You must install peer dependencies yourself.
              2019-06-24T11:24:52.561Z [err] npm
              2019-06-24T11:24:52.561Z [err]  WARN
              2019-06-24T11:24:52.562Z [err]  discord.js@11.5.1 requires a peer of @discordjs/uws@^10.149.0 but none is installed. You must install peer dependencies yourself.
              2019-06-24T11:24:52.562Z [err] npm
              2019-06-24T11:24:52.562Z [err]  WARN
              2019-06-24T11:24:52.562Z [err]  node-red-project@0.0.1 No repository field.
              2019-06-24T11:24:52.562Z [err] npm
              2019-06-24T11:24:52.562Z [err]  WARN
              2019-06-24T11:24:52.563Z [err]  node-red-project@0.0.1 No license field.
              2019-06-24T11:24:52.563Z [err] 
              2019-06-24T11:24:53.205Z [err] npm ERR! code ELIFECYCLE
              2019-06-24T11:24:53.205Z [err] npm 
              2019-06-24T11:24:53.205Z [err] ERR! errno 1
              2019-06-24T11:24:53.206Z [err] npm
              2019-06-24T11:24:53.206Z [err]  ERR! rcswitch@0.3.1 install: `node-gyp rebuild`
              2019-06-24T11:24:53.206Z [err] npm ERR!
              2019-06-24T11:24:53.206Z [err]  Exit status 1
              2019-06-24T11:24:53.207Z [err] npm
              2019-06-24T11:24:53.207Z [err]  ERR! 
              2019-06-24T11:24:53.207Z [err] npm ERR!
              2019-06-24T11:24:53.207Z [err]  Failed at the rcswitch@0.3.1 install script.
              2019-06-24T11:24:53.208Z [err] npm 
              2019-06-24T11:24:53.208Z [err] ERR!
              2019-06-24T11:24:53.208Z [err]  This is probably not a problem with npm. There is likely additional logging output above.
              2019-06-24T11:24:53.794Z [err] 
              2019-06-24T11:24:53.795Z [err] npm ERR! A complete log of this run can be found in:
              2019-06-24T11:24:53.795Z [err] npm 
              2019-06-24T11:24:53.795Z [err] ERR!     /home/iobroker/.npm/_logs/2019-06-24T11_24_53_226Z-debug.log
              2019-06-24T11:24:53.830Z rc=1
              
              AlCalzoneA 1 Antwort Letzte Antwort
              0
              • F fisch

                @AlCalzone said in Fehlermeldung von Node-Red:

                cd /opt/iobroker/iobroker-data/node-red/node_modules/rcswitch/
                npm i --production

                Oh, jetzt erst deine Antwort gelesen.... Danke erstmal dafür!

                Habe das ganze nun neu installieren wollen -jetzt bekomme ich das hier..

                
                -----------------------------------------------------------
                2019-06-24T11:23:49.737Z installieren : node-red-contrib-rcswitch2 0.1.1
                
                2019-06-24T11:23:49.763Z npm install --no-audit --no-update-notifier --save --save-prefix="~" --production node-red-contrib-rcswitch2@0.1.1
                2019-06-24T11:24:33.889Z [out] 
                2019-06-24T11:24:33.889Z [out] > rcswitch@0.3.1 install /opt/iobroker/iobroker-data/node-red/node_modules/rcswitch
                2019-06-24T11:24:33.889Z [out] > node-gyp rebuild
                2019-06-24T11:24:33.889Z [out] 
                2019-06-24T11:24:37.626Z [out] make: Verzeichnis „/opt/iobroker/iobroker-data/node-red/node_modules/rcswitch/build“ wird betreten
                2019-06-24T11:24:37.631Z [out]   CXX(target) Release/obj.target/rcswitch/src/rcswitch.o
                2019-06-24T11:24:45.896Z [out]   CXX(target) Release/obj.target/rcswitch/src/RCSwitchNode.o
                2019-06-24T11:24:49.088Z [err] In file included from ../src/RCSwitchNode.cpp:1:0:
                2019-06-24T11:24:49.088Z [err] ../src/RCSwitchNode.cpp: In static member function ‘static void RCSwitchNode::SwitchOp(const Nan::FunctionCallbackInfo<v8::Value>&, bool)’:
                2019-06-24T11:24:49.088Z [err] ../src/RCSwitchNode.cpp:46:35: warning: ‘int32_t v8::Value::Int32Value() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
                2019-06-24T11:24:49.088Z [err]        switchOp2(group->Int32Value(), swtch->Int32Value());
                2019-06-24T11:24:49.088Z [err]                                    ^
                2019-06-24T11:24:49.088Z [err] ../src/RCSwitchNode.h:19:69: note: in definition of macro ‘switchOp2’
                2019-06-24T11:24:49.088Z [err]    #define switchOp2(p1, p2) { if(switchOn) thiz->rcswitch.switchOn((p1), (p2)); else thiz->rcswitch.switchOff((p1), (p2)); }
                2019-06-24T11:24:49.088Z [err]                                                                      ^~
                2019-06-24T11:24:49.089Z [err] In file included from /home/iobroker/.node-gyp/10.16.0/include/node/v8.h:26:0,
                2019-06-24T11:24:49.089Z [err]                  from /home/iobroker/.node-gyp/10.16.0/include/node/node.h:63,
                2019-06-24T11:24:49.089Z [err]                  from ../../nan/nan.h:54,
                2019-06-24T11:24:49.089Z [err]                  from ../src/RCSwitchNode.h:4,
                2019-06-24T11:24:49.089Z [err]                  from ../src/RCSwitchNode.cpp:1:
                2019-06-24T11:24:49.089Z [err] /home/iobroker/.node-gyp/10.16.0/include/node/v8.h:2478:46: note: declared here
                2019-06-24T11:24:49.089Z [err]    V8_DEPRECATED("Use maybe version", int32_t Int32Value() const);
                2019-06-24T11:24:49.089Z [err]                                               ^
                2019-06-24T11:24:49.089Z [err] /home/iobroker/.node-gyp/10.16.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
                2019-06-24T11:24:49.089Z [err]    declarator __attribute__((deprecated(message)))
                2019-06-24T11:24:49.089Z [err]    ^~~~~~~~~~
                2019-06-24T11:24:49.089Z [err] In file included from ../src/RCSwitchNode.cpp:1:0:
                2019-06-24T11:24:49.089Z [err] ../src/RCSwitchNode.cpp:46:56: warning: ‘int32_t v8::Value::Int32Value() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
                2019-06-24T11:24:49.089Z [err]        switchOp2(group->Int32Value(), swtch->Int32Value());
                2019-06-24T11:24:49.089Z [err]                                                         ^
                2019-06-24T11:24:49.089Z [err] ../src/RCSwitchNode.h:19:75: note: in definition of macro ‘switchOp2’
                2019-06-24T11:24:49.089Z [err]    #define switchOp2(p1, p2) { if(switchOn) thiz->rcswitch.switchOn((p1), (p2)); else thiz->rcswitch.switchOff((p1), (p2)); }
                2019-06-24T11:24:49.089Z [err]                                                                            ^~
                2019-06-24T11:24:49.089Z [err] In file included from /home/iobroker/.node-gyp/10.16.0/include/node/v8.h:26:0,
                2019-06-24T11:24:49.089Z [err]                  from /home/iobroker/.node-gyp/10.16.0/include/node/node.h:63,
                2019-06-24T11:24:49.089Z [err]                  from ../../nan/nan.h:54,
                2019-06-24T11:24:49.089Z [err]                  from ../src/RCSwitchNode.h:4,
                2019-06-24T11:24:49.089Z [err]                  from ../src/RCSwitchNode.cpp:1:
                2019-06-24T11:24:49.089Z [err] /home/iobroker/.node-gyp/10.16.0/include/node/v8.h:2478:46: note: declared here
                2019-06-24T11:24:49.089Z [err]    V8_DEPRECATED("Use maybe version", int32_t Int32Value() const);
                2019-06-24T11:24:49.089Z [err]                                               ^
                2019-06-24T11:24:49.089Z [err] /home/iobroker/.node-gyp/10.16.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
                2019-06-24T11:24:49.089Z [err]    declarator __attribute__((deprecated(message)))
                2019-06-24T11:24:49.089Z [err]    ^~~~~~~~~~
                2019-06-24T11:24:49.089Z [err] In file included from ../src/RCSwitchNode.cpp:1:0:
                2019-06-24T11:24:49.089Z [err] ../src/RCSwitchNode.cpp:46:35: warning: ‘int32_t v8::Value::Int32Value() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
                2019-06-24T11:24:49.089Z [err]        switchOp2(group->Int32Value(), swtch->Int32Value());
                2019-06-24T11:24:49.089Z [err]                                    ^
                2019-06-24T11:24:49.089Z [err] ../src/RCSwitchNode.h:19:112: note: in definition of macro ‘switchOp2’
                2019-06-24T11:24:49.089Z [err]    #define switchOp2(p1, p2) { if(switchOn) thiz->rcswitch.switchOn((p1), (p2)); else thiz->rcswitch.switchOff((p1), (p2)); }
                2019-06-24T11:24:49.089Z [err]                                                                                                                 ^~
                2019-06-24T11:24:49.090Z [err] In file included from /home/iobroker/.node-gyp/10.16.0/include/node/v8.h:26:0,
                2019-06-24T11:24:49.090Z [err]                  from /home/iobroker/.node-gyp/10.16.0/include/node/node.h:63,
                2019-06-24T11:24:49.090Z [err]                  from ../../nan/nan.h:54,
                2019-06-24T11:24:49.090Z [err]                  from ../src/RCSwitchNode.h:4,
                2019-06-24T11:24:49.090Z [err]                  from ../src/RCSwitchNode.cpp:1:
                2019-06-24T11:24:49.090Z [err] /home/iobroker/.node-gyp/10.16.0/include/node/v8.h:2478:46: note: declared here
                2019-06-24T11:24:49.090Z [err]    V8_DEPRECATED("Use maybe version", int32_t Int32Value() const);
                2019-06-24T11:24:49.090Z [err]                                               ^
                2019-06-24T11:24:49.090Z [err] /home/iobroker/.node-gyp/10.16.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
                2019-06-24T11:24:49.090Z [err]    declarator __attribute__((deprecated(message)))
                2019-06-24T11:24:49.090Z [err]    ^~~~~~~~~~
                2019-06-24T11:24:49.090Z [err] In file included from ../src/RCSwitchNode.cpp:1:0:
                2019-06-24T11:24:49.090Z [err] ../src/RCSwitchNode.cpp:46:56: warning: ‘int32_t v8::Value::Int32Value() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
                2019-06-24T11:24:49.090Z [err]        switchOp2(group->Int32Value(), swtch->Int32Value());
                2019-06-24T11:24:49.090Z [err]                                                         ^
                2019-06-24T11:24:49.090Z [err] ../src/RCSwitchNode.h:19:118: note: in definition of macro ‘switchOp2’
                2019-06-24T11:24:49.090Z [err]    #define switchOp2(p1, p2) { if(switchOn) thiz->rcswitch.switchOn((p1), (p2)); else thiz->rcswitch.switchOff((p1), (p2)); }
                2019-06-24T11:24:49.090Z [err]                                                                                                                       ^~
                2019-06-24T11:24:49.090Z [err] In file included from /home/iobroker/.node-gyp/10.16.0/include/node/v8.h:26:0,
                2019-06-24T11:24:49.090Z [err]                  from /home/iobroker/.node-gyp/10.16.0/include/node/node.h:63,
                2019-06-24T11:24:49.090Z [err]                  from ../../nan/nan.h:54,
                2019-06-24T11:24:49.090Z [err]                  from ../src/RCSwitchNode.h:4,
                2019-06-24T11:24:49.090Z [err]                  from ../src/RCSwitchNode.cpp:1:
                2019-06-24T11:24:49.090Z [err] /home/iobroker/.node-gyp/10.16.0/include/node/v8.h:2478:46: note: declared here
                2019-06-24T11:24:49.090Z [err]    V8_DEPRECATED("Use maybe version", int32_t Int32Value() const);
                2019-06-24T11:24:49.090Z [err]                                               ^
                2019-06-24T11:24:49.090Z [err] /home/iobroker/.node-gyp/10.16.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
                2019-06-24T11:24:49.090Z [err]    declarator __attribute__((deprecated(message)))
                2019-06-24T11:24:49.090Z [err]    ^~~~~~~~~~
                2019-06-24T11:24:49.091Z [err] In file included from ../src/RCSwitchNode.cpp:1:0:
                2019-06-24T11:24:49.091Z [err] ../src/RCSwitchNode.cpp:52:46: warning: ‘int32_t v8::Value::Int32Value() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
                2019-06-24T11:24:49.091Z [err]          switchOp2(*sGroup, swtch->Int32Value());
                2019-06-24T11:24:49.091Z [err]                                               ^
                2019-06-24T11:24:49.091Z [err] ../src/RCSwitchNode.h:19:75: note: in definition of macro ‘switchOp2’
                2019-06-24T11:24:49.091Z [err]    #define switchOp2(p1, p2) { if(switchOn) thiz->rcswitch.switchOn((p1), (p2)); else thiz->rcswitch.switchOff((p1), (p2)); }
                2019-06-24T11:24:49.091Z [err]                                                                            ^~
                2019-06-24T11:24:49.091Z [err] In file included from /home/iobroker/.node-gyp/10.16.0/include/node/v8.h:26:0,
                2019-06-24T11:24:49.091Z [err]                  from /home/iobroker/.node-gyp/10.16.0/include/node/node.h:63,
                2019-06-24T11:24:49.091Z [err]                  from ../../nan/nan.h:54,
                2019-06-24T11:24:49.091Z [err]                  from ../src/RCSwitchNode.h:4,
                2019-06-24T11:24:49.091Z [err]                  from ../src/RCSwitchNode.cpp:1:
                2019-06-24T11:24:49.091Z [err] /home/iobroker/.node-gyp/10.16.0/include/node/v8.h:2478:46: note: declared here
                2019-06-24T11:24:49.091Z [err]    V8_DEPRECATED("Use maybe version", int32_t Int32Value() const);
                2019-06-24T11:24:49.091Z [err]                                               ^
                2019-06-24T11:24:49.091Z [err] /home/iobroker/.node-gyp/10.16.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
                2019-06-24T11:24:49.091Z [err]    declarator __attribute__((deprecated(message)))
                2019-06-24T11:24:49.091Z [err]    ^~~~~~~~~~
                2019-06-24T11:24:49.092Z [err] In file included from ../src/RCSwitchNode.cpp:1:0:
                2019-06-24T11:24:49.092Z [err] ../src/RCSwitchNode.cpp:52:46: warning: ‘int32_t v8::Value::Int32Value() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
                2019-06-24T11:24:49.092Z [err]          switchOp2(*sGroup, swtch->Int32Value());
                2019-06-24T11:24:49.092Z [err]                                               ^
                2019-06-24T11:24:49.092Z [err] ../src/RCSwitchNode.h:19:118: note: in definition of macro ‘switchOp2’
                2019-06-24T11:24:49.092Z [err]    #define switchOp2(p1, p2) { if(switchOn) thiz->rcswitch.switchOn((p1), (p2)); else thiz->rcswitch.switchOff((p1), (p2)); }
                2019-06-24T11:24:49.092Z [err]                                                                                                                       ^~
                2019-06-24T11:24:49.092Z [err] In file included from /home/iobroker/.node-gyp/10.16.0/include/node/v8.h:26:0,
                2019-06-24T11:24:49.092Z [err]                  from /home/iobroker/.node-gyp/10.16.0/include/node/node.h:63,
                2019-06-24T11:24:49.092Z [err]                  from ../../nan/nan.h:54,
                2019-06-24T11:24:49.092Z [err]                  from ../src/RCSwitchNode.h:4,
                2019-06-24T11:24:49.092Z [err]                  from ../src/RCSwitchNode.cpp:1:
                2019-06-24T11:24:49.092Z [err] /home/iobroker/.node-gyp/10.16.0/include/node/v8.h:2478:46: note: declared here
                2019-06-24T11:24:49.092Z [err]    V8_DEPRECATED("Use maybe version", int32_t Int32Value() const);
                2019-06-24T11:24:49.092Z [err]                                               ^
                2019-06-24T11:24:49.092Z [err] /home/iobroker/.node-gyp/10.16.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
                2019-06-24T11:24:49.092Z [err]    declarator __attribute__((deprecated(message)))
                2019-06-24T11:24:49.092Z [err]    ^~~~~~~~~~
                2019-06-24T11:24:49.094Z [err] In file included from ../src/RCSwitchNode.cpp:1:0:
                2019-06-24T11:24:49.094Z [err] ../src/RCSwitchNode.cpp:65:48: warning: ‘int32_t v8::Value::Int32Value() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
                2019-06-24T11:24:49.094Z [err]          switchOp3(*(*v8str), group->Int32Value(), devce->Int32Value());
                2019-06-24T11:24:49.094Z [err]                                                 ^
                2019-06-24T11:24:49.094Z [err] ../src/RCSwitchNode.h:20:79: note: in definition of macro ‘switchOp3’
                2019-06-24T11:24:49.094Z [err]    #define switchOp3(p1, p2, p3) { if(switchOn) thiz->rcswitch.switchOn((p1), (p2), (p3)); else thiz->rcswitch.switchOff((p1), (p2), (p3)); }
                2019-06-24T11:24:49.094Z [err]                                                                                ^~
                2019-06-24T11:24:49.094Z [err] In file included from /home/iobroker/.node-gyp/10.16.0/include/node/v8.h:26:0,
                2019-06-24T11:24:49.094Z [err]                  from /home/iobroker/.node-gyp/10.16.0/include/node/node.h:63,
                2019-06-24T11:24:49.094Z [err]                  from ../../nan/nan.h:54,
                2019-06-24T11:24:49.094Z [err]                  from ../src/RCSwitchNode.h:4,
                2019-06-24T11:24:49.094Z [err]                  from ../src/RCSwitchNode.cpp:1:
                2019-06-24T11:24:49.094Z [err] /home/iobroker/.node-gyp/10.16.0/include/node/v8.h:2478:46: note: declared here
                2019-06-24T11:24:49.094Z [err]    V8_DEPRECATED("Use maybe version", int32_t Int32Value() const);
                2019-06-24T11:24:49.094Z [err]                                               ^
                2019-06-24T11:24:49.094Z [err] /home/iobroker/.node-gyp/10.16.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
                2019-06-24T11:24:49.094Z [err]    declarator __attribute__((deprecated(message)))
                2019-06-24T11:24:49.094Z [err]    ^~~~~~~~~~
                2019-06-24T11:24:49.094Z [err] In file included from ../src/RCSwitchNode.cpp:1:0:
                2019-06-24T11:24:49.094Z [err] ../src/RCSwitchNode.cpp:65:69: warning: ‘int32_t v8::Value::Int32Value() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
                2019-06-24T11:24:49.094Z [err]          switchOp3(*(*v8str), group->Int32Value(), devce->Int32Value());
                2019-06-24T11:24:49.094Z [err]                                                                      ^
                2019-06-24T11:24:49.094Z [err] ../src/RCSwitchNode.h:20:85: note: in definition of macro ‘switchOp3’
                2019-06-24T11:24:49.094Z [err]    #define switchOp3(p1, p2, p3) { if(switchOn) thiz->rcswitch.switchOn((p1), (p2), (p3)); else thiz->rcswitch.switchOff((p1), (p2), (p3)); }
                2019-06-24T11:24:49.094Z [err]                                                                                      ^~
                2019-06-24T11:24:49.094Z [err] In file included from /home/iobroker/.node-gyp/10.16.0/include/node/v8.h:26:0,
                2019-06-24T11:24:49.094Z [err]                  from /home/iobroker/.node-gyp/10.16.0/include/node/node.h:63,
                2019-06-24T11:24:49.094Z [err]                  from ../../nan/nan.h:54,
                2019-06-24T11:24:49.094Z [err]                  from ../src/RCSwitchNode.h:4,
                2019-06-24T11:24:49.094Z [err]                  from ../src/RCSwitchNode.cpp:1:
                2019-06-24T11:24:49.094Z [err] /home/iobroker/.node-gyp/10.16.0/include/node/v8.h:2478:46: note: declared here
                2019-06-24T11:24:49.094Z [err]    V8_DEPRECATED("Use maybe version", int32_t Int32Value() const);
                2019-06-24T11:24:49.094Z [err]                                               ^
                2019-06-24T11:24:49.094Z [err] /home/iobroker/.node-gyp/10.16.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
                2019-06-24T11:24:49.094Z [err]    declarator __attribute__((deprecated(message)))
                2019-06-24T11:24:49.094Z [err]    ^~~~~~~~~~
                2019-06-24T11:24:49.095Z [err] In file included from ../src/RCSwitchNode.cpp:1:0:
                2019-06-24T11:24:49.095Z [err] ../src/RCSwitchNode.cpp:65:48: warning: ‘int32_t v8::Value::Int32Value() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
                2019-06-24T11:24:49.095Z [err]          switchOp3(*(*v8str), group->Int32Value(), devce->Int32Value());
                2019-06-24T11:24:49.095Z [err]                                                 ^
                2019-06-24T11:24:49.095Z [err] ../src/RCSwitchNode.h:20:128: note: in definition of macro ‘switchOp3’
                2019-06-24T11:24:49.095Z [err]    #define switchOp3(p1, p2, p3) { if(switchOn) thiz->rcswitch.switchOn((p1), (p2), (p3)); else thiz->rcswitch.switchOff((p1), (p2), (p3)); }
                2019-06-24T11:24:49.095Z [err]                                                                                                                                 ^~
                2019-06-24T11:24:49.095Z [err] In file included from /home/iobroker/.node-gyp/10.16.0/include/node/v8.h:26:0,
                2019-06-24T11:24:49.095Z [err]                  from /home/iobroker/.node-gyp/10.16.0/include/node/node.h:63,
                2019-06-24T11:24:49.095Z [err]                  from ../../nan/nan.h:54,
                2019-06-24T11:24:49.095Z [err]                  from ../src/RCSwitchNode.h:4,
                2019-06-24T11:24:49.095Z [err]                  from ../src/RCSwitchNode.cpp:1:
                2019-06-24T11:24:49.095Z [err] /home/iobroker/.node-gyp/10.16.0/include/node/v8.h:2478:46: note: declared here
                2019-06-24T11:24:49.095Z [err]    V8_DEPRECATED("Use maybe version", int32_t Int32Value() const);
                2019-06-24T11:24:49.095Z [err]                                               ^
                2019-06-24T11:24:49.095Z [err] /home/iobroker/.node-gyp/10.16.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
                2019-06-24T11:24:49.095Z [err]    declarator __attribute__((deprecated(message)))
                2019-06-24T11:24:49.095Z [err]    ^~~~~~~~~~
                2019-06-24T11:24:49.097Z [err] In file included from ../src/RCSwitchNode.cpp:1:0:
                2019-06-24T11:24:49.097Z [err] ../src/RCSwitchNode.cpp:65:69: warning: ‘int32_t v8::Value::Int32Value() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
                2019-06-24T11:24:49.097Z [err]          switchOp3(*(*v8str), group->Int32Value(), devce->Int32Value());
                2019-06-24T11:24:49.097Z [err]                                                                      ^
                2019-06-24T11:24:49.097Z [err] ../src/RCSwitchNode.h:20:134: note: in definition of macro ‘switchOp3’
                2019-06-24T11:24:49.097Z [err]    #define switchOp3(p1, p2, p3) { if(switchOn) thiz->rcswitch.switchOn((p1), (p2), (p3)); else thiz->rcswitch.switchOff((p1), (p2), (p3)); }
                2019-06-24T11:24:49.097Z [err]                                                                                                                                       ^~
                2019-06-24T11:24:49.097Z [err] In file included from /home/iobroker/.node-gyp/10.16.0/include/node/v8.h:26:0,
                2019-06-24T11:24:49.097Z [err]                  from /home/iobroker/.node-gyp/10.16.0/include/node/node.h:63,
                2019-06-24T11:24:49.097Z [err]                  from ../../nan/nan.h:54,
                2019-06-24T11:24:49.097Z [err]                  from ../src/RCSwitchNode.h:4,
                2019-06-24T11:24:49.097Z [err]                  from ../src/RCSwitchNode.cpp:1:
                2019-06-24T11:24:49.097Z [err] /home/iobroker/.node-gyp/10.16.0/include/node/v8.h:2478:46: note: declared here
                2019-06-24T11:24:49.097Z [err]    V8_DEPRECATED("Use maybe version", int32_t Int32Value() const);
                2019-06-24T11:24:49.097Z [err]                                               ^
                2019-06-24T11:24:49.097Z [err] /home/iobroker/.node-gyp/10.16.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
                2019-06-24T11:24:49.097Z [err]    declarator __attribute__((deprecated(message)))
                2019-06-24T11:24:49.097Z [err]    ^~~~~~~~~~
                2019-06-24T11:24:49.101Z [err] ../src/RCSwitchNode.cpp: In static member function ‘static void RCSwitchNode::New(const Nan::FunctionCallbackInfo<v8::Value>&)’:
                2019-06-24T11:24:49.101Z [err] ../src/RCSwitchNode.cpp:83:59: error: no matching function for call to ‘v8::Function::NewInstance(const int&, v8::Local<v8::Value> [0])’
                2019-06-24T11:24:49.101Z [err]      info.GetReturnValue().Set(cons->NewInstance(argc, argv));
                2019-06-24T11:24:49.101Z [err]                                                            ^
                2019-06-24T11:24:49.102Z [err] In file included from /home/iobroker/.node-gyp/10.16.0/include/node/node.h:63:0,
                2019-06-24T11:24:49.102Z [err]                  from ../../nan/nan.h:54,
                2019-06-24T11:24:49.102Z [err]                  from ../src/RCSwitchNode.h:4,
                2019-06-24T11:24:49.102Z [err]                  from ../src/RCSwitchNode.cpp:1:
                2019-06-24T11:24:49.102Z [err] /home/iobroker/.node-gyp/10.16.0/include/node/v8.h:3993:44: note: candidate: v8::MaybeLocal<v8::Object> v8::Function::NewInstance(v8::Local<v8::Context>, int, v8::Local<v8::Value>*) const
                2019-06-24T11:24:49.102Z [err]    V8_WARN_UNUSED_RESULT MaybeLocal<Object> NewInstance(
                2019-06-24T11:24:49.102Z [err]                                             ^~~~~~~~~~~
                2019-06-24T11:24:49.102Z [err] /home/iobroker/.node-gyp/10.16.0/include/node/v8.h:3993:44: note:   candidate expects 3 arguments, 2 provided
                2019-06-24T11:24:49.102Z [err] /home/iobroker/.node-gyp/10.16.0/include/node/v8.h:3996:44: note: candidate: v8::MaybeLocal<v8::Object> v8::Function::NewInstance(v8::Local<v8::Context>) const
                2019-06-24T11:24:49.102Z [err]    V8_WARN_UNUSED_RESULT MaybeLocal<Object> NewInstance(
                2019-06-24T11:24:49.102Z [err]                                             ^~~~~~~~~~~
                2019-06-24T11:24:49.102Z [err] /home/iobroker/.node-gyp/10.16.0/include/node/v8.h:3996:44: note:   candidate expects 1 argument, 2 provided
                2019-06-24T11:24:49.106Z [err] ../src/RCSwitchNode.cpp: In static member function ‘static void RCSwitchNode::EnableTransmit(const Nan::FunctionCallbackInfo<v8::Value>&)’:
                2019-06-24T11:24:49.106Z [err] ../src/RCSwitchNode.cpp:115:52: warning: ‘int32_t v8::Value::Int32Value() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
                2019-06-24T11:24:49.106Z [err]      obj->rcswitch.enableTransmit(pinNr->Int32Value());
                2019-06-24T11:24:49.106Z [err]                                                     ^
                2019-06-24T11:24:49.106Z [err] In file included from /home/iobroker/.node-gyp/10.16.0/include/node/v8.h:26:0,
                2019-06-24T11:24:49.106Z [err]                  from /home/iobroker/.node-gyp/10.16.0/include/node/node.h:63,
                2019-06-24T11:24:49.106Z [err]                  from ../../nan/nan.h:54,
                2019-06-24T11:24:49.106Z [err]                  from ../src/RCSwitchNode.h:4,
                2019-06-24T11:24:49.106Z [err]                  from ../src/RCSwitchNode.cpp:1:
                2019-06-24T11:24:49.106Z [err] /home/iobroker/.node-gyp/10.16.0/include/node/v8.h:2478:46: note: declared here
                2019-06-24T11:24:49.106Z [err]    V8_DEPRECATED("Use maybe version", int32_t Int32Value() const);
                2019-06-24T11:24:49.106Z [err]                                               ^
                2019-06-24T11:24:49.106Z [err] /home/iobroker/.node-gyp/10.16.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
                2019-06-24T11:24:49.106Z [err]    declarator __attribute__((deprecated(message)))
                2019-06-24T11:24:49.106Z [err]    ^~~~~~~~~~
                2019-06-24T11:24:49.108Z [err] ../src/RCSwitchNode.cpp: In static member function ‘static void RCSwitchNode::SetProtocol(v8::Local<v8::String>, v8::Local<v8::Value>, const Nan::PropertyCallbackInfo<v8::Value>&)’:
                2019-06-24T11:24:49.108Z [err] ../src/RCSwitchNode.cpp:144:49: warning: ‘int32_t v8::Value::Int32Value() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
                2019-06-24T11:24:49.108Z [err]      obj->rcswitch.setProtocol(value->Int32Value());
                2019-06-24T11:24:49.108Z [err]                                                  ^
                2019-06-24T11:24:49.109Z [err] In file included from /home/iobroker/.node-gyp/10.16.0/include/node/v8.h:26:0,
                2019-06-24T11:24:49.109Z [err]                  from /home/iobroker/.node-gyp/10.16.0/include/node/node.h:63,
                2019-06-24T11:24:49.109Z [err]                  from ../../nan/nan.h:54,
                2019-06-24T11:24:49.109Z [err]                  from ../src/RCSwitchNode.h:4,
                2019-06-24T11:24:49.109Z [err]                  from ../src/RCSwitchNode.cpp:1:
                2019-06-24T11:24:49.109Z [err] /home/iobroker/.node-gyp/10.16.0/include/node/v8.h:2478:46: note: declared here
                2019-06-24T11:24:49.109Z [err]    V8_DEPRECATED("Use maybe version", int32_t Int32Value() const);
                2019-06-24T11:24:49.109Z [err]                                               ^
                2019-06-24T11:24:49.109Z [err] /home/iobroker/.node-gyp/10.16.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
                2019-06-24T11:24:49.109Z [err]    declarator __attribute__((deprecated(message)))
                2019-06-24T11:24:49.109Z [err]    ^~~~~~~~~~
                2019-06-24T11:24:49.564Z [out] rcswitch.target.mk:103: die Regel für Ziel „Release/obj.target/rcswitch/src/RCSwitchNode.o“ scheiterte
                2019-06-24T11:24:49.564Z [out] make: Verzeichnis „/opt/iobroker/iobroker-data/node-red/node_modules/rcswitch/build“ wird verlassen
                2019-06-24T11:24:49.565Z [err] make: *** [Release/obj.target/rcswitch/src/RCSwitchNode.o] Fehler 1
                2019-06-24T11:24:49.570Z [err] gyp
                2019-06-24T11:24:49.571Z [err]  
                2019-06-24T11:24:49.571Z [err] ERR! build error 
                2019-06-24T11:24:49.574Z [err] gyp ERR! stack Error: `make` failed with exit code: 2
                2019-06-24T11:24:49.574Z [err] gyp ERR!
                2019-06-24T11:24:49.577Z [err]  stack     at ChildProcess.onExit (/usr/lib/node_modules/npm/node_modules/node-gyp/lib/build.js:262:23)
                2019-06-24T11:24:49.577Z [err] gyp ERR! stack     at ChildProcess.emit (events.js:198:13)
                2019-06-24T11:24:49.577Z [err] gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:248:12)
                2019-06-24T11:24:49.577Z [err] gyp ERR! System Linux 4.14.34-v7+
                2019-06-24T11:24:49.577Z [err] gyp ERR! command "/usr/bin/node" "/usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"
                2019-06-24T11:24:49.577Z [err] gyp ERR! cwd /opt/iobroker/iobroker-data/node-red/node_modules/rcswitch
                2019-06-24T11:24:49.578Z [err] gyp ERR! node -v
                2019-06-24T11:24:49.578Z [err]  v10.16.0
                2019-06-24T11:24:49.578Z [err] gyp 
                2019-06-24T11:24:49.578Z [err] ERR! 
                2019-06-24T11:24:49.578Z [err] node-gyp -v v3.8.0
                2019-06-24T11:24:49.578Z [err] gyp
                2019-06-24T11:24:49.578Z [err]  ERR!
                2019-06-24T11:24:49.578Z [err]  
                2019-06-24T11:24:49.579Z [err] not ok 
                2019-06-24T11:24:52.559Z [err] npm
                2019-06-24T11:24:52.559Z [err]  WARN discord.js@11.5.1 requires a peer of bufferutil@^4.0.0 but none is installed. You must install peer dependencies yourself.
                2019-06-24T11:24:52.559Z [err] npm
                2019-06-24T11:24:52.559Z [err]  WARN
                2019-06-24T11:24:52.560Z [err]  discord.js@11.5.1 requires a peer of erlpack@discordapp/erlpack but none is installed. You must install peer dependencies yourself.
                2019-06-24T11:24:52.560Z [err] npm
                2019-06-24T11:24:52.560Z [err]  WARN
                2019-06-24T11:24:52.560Z [err]  discord.js@11.5.1 requires a peer of libsodium-wrappers@^0.7.3 but none is installed. You must install peer dependencies yourself.
                2019-06-24T11:24:52.560Z [err] npm
                2019-06-24T11:24:52.560Z [err]  WARN
                2019-06-24T11:24:52.560Z [err]  discord.js@11.5.1 requires a peer of node-opus@^0.2.7 but none is installed. You must install peer dependencies yourself.
                2019-06-24T11:24:52.560Z [err] npm
                2019-06-24T11:24:52.561Z [err]  WARN
                2019-06-24T11:24:52.561Z [err]  discord.js@11.5.1 requires a peer of opusscript@^0.0.6 but none is installed. You must install peer dependencies yourself.
                2019-06-24T11:24:52.561Z [err] npm
                2019-06-24T11:24:52.561Z [err]  WARN
                2019-06-24T11:24:52.561Z [err]  discord.js@11.5.1 requires a peer of sodium@^2.0.3 but none is installed. You must install peer dependencies yourself.
                2019-06-24T11:24:52.561Z [err] npm
                2019-06-24T11:24:52.561Z [err]  WARN
                2019-06-24T11:24:52.562Z [err]  discord.js@11.5.1 requires a peer of @discordjs/uws@^10.149.0 but none is installed. You must install peer dependencies yourself.
                2019-06-24T11:24:52.562Z [err] npm
                2019-06-24T11:24:52.562Z [err]  WARN
                2019-06-24T11:24:52.562Z [err]  node-red-project@0.0.1 No repository field.
                2019-06-24T11:24:52.562Z [err] npm
                2019-06-24T11:24:52.562Z [err]  WARN
                2019-06-24T11:24:52.563Z [err]  node-red-project@0.0.1 No license field.
                2019-06-24T11:24:52.563Z [err] 
                2019-06-24T11:24:53.205Z [err] npm ERR! code ELIFECYCLE
                2019-06-24T11:24:53.205Z [err] npm 
                2019-06-24T11:24:53.205Z [err] ERR! errno 1
                2019-06-24T11:24:53.206Z [err] npm
                2019-06-24T11:24:53.206Z [err]  ERR! rcswitch@0.3.1 install: `node-gyp rebuild`
                2019-06-24T11:24:53.206Z [err] npm ERR!
                2019-06-24T11:24:53.206Z [err]  Exit status 1
                2019-06-24T11:24:53.207Z [err] npm
                2019-06-24T11:24:53.207Z [err]  ERR! 
                2019-06-24T11:24:53.207Z [err] npm ERR!
                2019-06-24T11:24:53.207Z [err]  Failed at the rcswitch@0.3.1 install script.
                2019-06-24T11:24:53.208Z [err] npm 
                2019-06-24T11:24:53.208Z [err] ERR!
                2019-06-24T11:24:53.208Z [err]  This is probably not a problem with npm. There is likely additional logging output above.
                2019-06-24T11:24:53.794Z [err] 
                2019-06-24T11:24:53.795Z [err] npm ERR! A complete log of this run can be found in:
                2019-06-24T11:24:53.795Z [err] npm 
                2019-06-24T11:24:53.795Z [err] ERR!     /home/iobroker/.npm/_logs/2019-06-24T11_24_53_226Z-debug.log
                2019-06-24T11:24:53.830Z rc=1
                
                AlCalzoneA Offline
                AlCalzoneA Offline
                AlCalzone
                Developer
                schrieb am zuletzt editiert von
                #27

                @fisch Das klingt mir schwer danach dass das Modul nicht mit Node 10 kompatibel ist.

                Warum `sudo` böse ist: https://forum.iobroker.net/post/17109

                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
                FAQ Cloud / IOT
                HowTo: Node.js-Update
                HowTo: Backup/Restore
                Downloads
                BLOG

                522

                Online

                32.5k

                Benutzer

                81.6k

                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