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. Node Red Fehler Installation

NEWS

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

  • Monatsrückblick – September 2025
    BluefoxB
    Bluefox
    13
    1
    2.2k

  • Neues Video "KI im Smart Home" - ioBroker plus n8n
    BluefoxB
    Bluefox
    16
    1
    3.2k

Node Red Fehler Installation

Geplant Angeheftet Gesperrt Verschoben Error/Bug
2 Beiträge 2 Kommentatoren 430 Aufrufe
  • Ä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.
  • J Offline
    J Offline
    JakeGisbanGin
    schrieb am zuletzt editiert von
    #1

    Hallo liebe Gemeinde,

    hat jemand eine Idee, was ich tun kann?

    $ ./iobroker add node-red
    NPM version: 4.6.1
    npm install iobroker.node-red --unsafe-perm --production --save --prefix "/opt/iobroker" (System call)
    npm
     WARN deprecated mailparser@0.6.2: Mailparser versions older than v2.3.0 are deprecated
    npm
    
    WARN 
    deprecated nodemailer@1.11.0: All versions below 4.0.1 of Nodemailer are deprecated. See https://nodemailer.com/status/
    npm
     WARN deprecated mimelib@0.3.1: This project is unmaintained
    npm
     WARN deprecated mailcomposer@2.1.0: This project is unmaintained
    npm WARN deprecated buildmail@2.0.0: This project is unmaintained
    node-pre-gyp
     ERR! Tried to download(404): https://github.com/kelektiv/node.bcrypt.js/releases/download/v2.0.1/bcrypt_lib-v2.0.1-node-v64-linux-arm-glibc.tar.gz node-pre-gyp ERR! Pre-built binaries not found for bcrypt@2.0.1 and node@10.11.0 (node-v64 ABI, glibc) (falling back to source compile with node-gyp) 
    
    ../src/bcrypt_node.cc: In function ‘char {anonymous}::ToCharVersion(v8::Local<v8::string>)’:../src/bcrypt_node.cc:66:30: warning: ‘v8::String::Utf8Value::Utf8Value(v8::Local<v8::value>)’ is deprecated: Use Isolate version [-Wdeprecated-declarations]
       String::Utf8Value value(str);
                                  ^
    
    In file included from /home/pi/.node-gyp/10.11.0/include/node/v8.h:26:0,                 from /home/pi/.node-gyp/10.11.0/include/node/node.h:63,
                     from ../node_modules/nan/nan.h:51,
                     from ../src/bcrypt_node.cc:1:
    /home/pi/.node-gyp/10.11.0/include/node/v8.h:2888:28: note: declared here
                       explicit Utf8Value(Local <v8::value>obj));
                                ^
    /home/pi/.node-gyp/10.11.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
       declarator __attribute__((deprecated(message)))
       ^~~~~~~~~~
    
    In file included from ../node_modules/nan/nan.h:192:0,                 from ../src/epoll.cc:15:
    ../node_modules/nan/nan_maybe_43_inl.h: In function ‘Nan::Maybe <bool>Nan::ForceSet(v8::Local<v8::object>, v8::Local<v8::value>, v8::Local<v8::value>, v8::PropertyAttribute)’:
    ../node_modules/nan/nan_maybe_43_inl.h:112:15: error: ‘class v8::Object’ has no member named ‘ForceSet’
       return obj->ForceSet(isolate->GetCurrentContext(), key, value, attribs);
                   ^~~~~~~~
    
    In file included from ../src/epoll.cc:15:0:../node_modules/nan/nan.h: In function ‘v8::Local <v8::value>Nan::MakeCallback(v8::Local<v8::object>, v8::Local<v8::function>, int, v8::Local<v8::value>*)’:
    ../node_modules/nan/nan.h:835:60: warning: ‘v8::Local <v8::value>node::MakeCallback(v8::Isolate*, v8::Local<v8::object>, v8::Local<v8::function>, int, v8::Local<v8::value>*)’ is deprecated: Use MakeCallback(..., async_context) [-Wdeprecated-declarations]
             v8::Isolate::GetCurrent(), target, func, argc, argv);
                                                                ^
    In file included from ../src/epoll.cc:12:0:
    /home/pi/.node-gyp/10.11.0/include/node/node.h:175:50: note: declared here
                     NODE_EXTERN v8::Local <v8::value>MakeCallback(
                                                      ^
    /home/pi/.node-gyp/10.11.0/include/node/node.h:91:42: note: in definition of macro ‘NODE_DEPRECATED’
         __attribute__((deprecated(message))) declarator
                                              ^~~~~~~~~~
    
    In file included from ../src/epoll.cc:15:0:../node_modules/nan/nan.h: In function ‘v8::Local <v8::value>Nan::MakeCallback(v8::Local<v8::object>, v8::Local<v8::string>, int, v8::Local<v8::value>*)’:
    ../node_modules/nan/nan.h:850:62: warning: ‘v8::Local <v8::value>node::MakeCallback(v8::Isolate*, v8::Local<v8::object>, v8::Local<v8::string>, int, v8::Local<v8::value>*)’ is deprecated: Use MakeCallback(..., async_context) [-Wdeprecated-declarations]
             v8::Isolate::GetCurrent(), target, symbol, argc, argv);
                                                                  ^
    In file included from ../src/epoll.cc:12:0:
    /home/pi/.node-gyp/10.11.0/include/node/node.h:168:50: note: declared here
                     NODE_EXTERN v8::Local <v8::value>MakeCallback(
                                                      ^
    /home/pi/.node-gyp/10.11.0/include/node/node.h:91:42: note: in definition of macro ‘NODE_DEPRECATED’
         __attribute__((deprecated(message))) declarator
                                              ^~~~~~~~~~
    In file included from ../src/epoll.cc:15:0:
    ../node_modules/nan/nan.h: In function ‘v8::Local <v8::value>Nan::MakeCallback(v8::Local<v8::object>, const char*, int, v8::Local<v8::value>*)’:
    ../node_modules/nan/nan.h:865:62: warning: ‘v8::Local <v8::value>node::MakeCallback(v8::Isolate*, v8::Local<v8::object>, const char*, int, v8::Local<v8::value>*)’ is deprecated: Use MakeCallback(..., async_context) [-Wdeprecated-declarations]
             v8::Isolate::GetCurrent(), target, method, argc, argv);
                                                                  ^
    In file included from ../src/epoll.cc:12:0:
    /home/pi/.node-gyp/10.11.0/include/node/node.h:161:50: note: declared here
                     NODE_EXTERN v8::Local <v8::value>MakeCallback(
                                                      ^
    /home/pi/.node-gyp/10.11.0/include/node/node.h:91:42: note: in definition of macro ‘NODE_DEPRECATED’
         __attribute__((deprecated(message))) declarator
                                              ^~~~~~~~~~
    
    In file included from ../src/epoll.cc:15:0:../node_modules/nan/nan.h: In member function ‘v8::Local <v8::value>Nan::Callback::Call_(v8::Isolate*, v8::Local<v8::object>, int, v8::Local<v8::value>*) const’:
    ../node_modules/nan/nan.h:1479:5: warning: ‘v8::Local <v8::value>node::MakeCallback(v8::Isolate*, v8::Local<v8::object>, v8::Local<v8::function>, int, v8::Local<v8::value>*)’ is deprecated: Use MakeCallback(..., async_context) [-Wdeprecated-declarations]
         ));
         ^
    In file included from ../src/epoll.cc:12:0:
    /home/pi/.node-gyp/10.11.0/include/node/node.h:175:50: note: declared here
                     NODE_EXTERN v8::Local <v8::value>MakeCallback(
                                                      ^
    /home/pi/.node-gyp/10.11.0/include/node/node.h:91:42: note: in definition of macro ‘NODE_DEPRECATED’
         __attribute__((deprecated(message))) declarator
                                              ^~~~~~~~~~
    
    make: *** [Release/obj.target/epoll/src/epoll.o] Fehler 1
    gyp
     ERR! build error 
    gyp ERR! stack Error: `make` failed with exit code: 2gyp ERR! stack     at ChildProcess.onExit (/usr/local/lib/node_modules/npm/node_modules/node-gyp/lib/build.js:285:23)
    gyp ERR! stack     at ChildProcess.emit (events.js:182:13)
    gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:240:12)
    gyp ERR! System Linux 4.14.70-v7+
    gyp ERR! command "/usr/bin/node" "/usr/local/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"
    gyp ERR! cwd /opt/iobroker/node_modules/epoll
    gyp ERR! node -v v10.11.0
    gyp ERR! node-gyp -v v3.6.0
    gyp ERR! not ok 
    
    npm 
    WARN optional SKIPPING OPTIONAL DEPENDENCY: epoll@0.1.22 (node_modules/epoll):npm WARN optional SKIPPING OPTIONAL DEPENDENCY: epoll@0.1.22 install: `node-gyp rebuild`
    npm WARN optional SKIPPING OPTIONAL DEPENDENCY: Exit status 1
    
    host.raspi install adapter node-red
    got /opt/iobroker/node_modules/iobroker.node-red/admin
    upload [3] node-red.admin /opt/iobroker/node_modules/iobroker.node-red/admin/words.js words.js application/javascript
    upload [2] node-red.admin /opt/iobroker/node_modules/iobroker.node-red/admin/node-red.png node-red.png image/png
    upload [1] node-red.admin /opt/iobroker/node_modules/iobroker.node-red/admin/index_m.html index_m.html text/html
    upload [0] node-red.admin /opt/iobroker/node_modules/iobroker.node-red/admin/index.html index.html text/html
    host.raspi object system.adapter.node-red created
    host.raspi create instance node-red
    host.raspi object node-red.0 created
    host.raspi object system.adapter.node-red.0.outputCount created
    host.raspi object system.adapter.node-red.0.inputCount created
    host.raspi object system.adapter.node-red.0.uptime created
    host.raspi object system.adapter.node-red.0.memRss created
    host.raspi object system.adapter.node-red.0.memHeapTotal created
    host.raspi object system.adapter.node-red.0.memHeapUsed created
    host.raspi object system.adapter.node-red.0.connected created
    host.raspi object system.adapter.node-red.0.alive created
    host.raspi object system.adapter.node-red.0 created
    process exited with code 0</v8::value></v8::value></v8::function></v8::object></v8::value></v8::value></v8::object></v8::value></v8::value></v8::value></v8::object></v8::value></v8::value></v8::object></v8::value></v8::value></v8::value></v8::string></v8::object></v8::value></v8::value></v8::string></v8::object></v8::value></v8::value></v8::value></v8::function></v8::object></v8::value></v8::value></v8::function></v8::object></v8::value></v8::value></v8::value></v8::object></bool></v8::value></v8::value></v8::string>
    
    1 Antwort Letzte Antwort
    0
    • apollon77A Offline
      apollon77A Offline
      apollon77
      schrieb am zuletzt editiert von
      #2

      Nur eine Warnung bzw Optionale Dependencies … Kein Fehler

      Beitrag hat geholfen? Votet rechts unten im Beitrag :-) https://paypal.me/Apollon77 / https://github.com/sponsors/Apollon77

      • Debug-Log für Instanz einschalten? Admin -> Instanzen -> Expertenmodus -> Instanz aufklappen - Loglevel ändern
      • Logfiles auf Platte /opt/iobroker/log/… nutzen, Admin schneidet Zeilen ab
      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

      406

      Online

      32.4k

      Benutzer

      81.5k

      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