Weiter zum Inhalt
  • Home
  • Aktuell
  • Tags
  • 0 Ungelesen 0
  • Kategorien
  • Unreplied
  • Beliebt
  • GitHub
  • Docu
  • Hilfe
Skins
  • Hell
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dunkel
  • 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. WARNINGS bei ioBroker Skript-Installation

NEWS

  • Neuer ioBroker-Blog online: Monatsrückblick März/April 2026
    BluefoxB
    Bluefox
    8
    1
    450

  • Verwendung von KI bitte immer deutlich kennzeichnen
    HomoranH
    Homoran
    10
    1
    376

  • Monatsrückblick Januar/Februar 2026 ist online!
    BluefoxB
    Bluefox
    18
    1
    968

WARNINGS bei ioBroker Skript-Installation

Geplant Angeheftet Gesperrt Verschoben ioBroker Allgemein
warningmac os
3 Beiträge 2 Kommentatoren 472 Aufrufe 2 Beobachtet
  • Ä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.
  • frank2604F Offline
    frank2604F Offline
    frank2604
    schrieb am zuletzt editiert von
    #1

    Ich habe Node.js 10.17.0 und anschließend ioBroker mittels

    curl -sL https://iobroker.net/install.sh | bash -
    

    installiert.

    Dabei sind 17 WARNINGS aufgetreten:

    Installationsprotokoll_V1.rtf

    admin@Mac-mini ~ % node -v
    v10.17.0
    admin@Mac-mini ~ % npm -v
    6.11.3
    admin@Mac-mini ~ % curl -sL https://iobroker.net/install.sh | bash -
    
    ==========================================================================
    
        Welcome to the ioBroker installer!
        Installer version: 2019-11-10
        
        You might need to enter your password a couple of times.
    
    ==========================================================================
    
    
    ==========================================================================
        Installing prerequisites (1/4)
    ==========================================================================
    
    Password:
    sudo: brew: command not found
    Changing npm registry to https://registry.npmjs.org
    Since brew is not installed, frequently-used dependencies could not be installed.
    Before installing some adapters, you might have to install some packages yourself.
    Please check the adapter manuals before installing them.
    
    ==========================================================================
        Creating ioBroker user and directory (2/4)
    ==========================================================================
    
    Directory /usr/local/iobroker created
    
    ==========================================================================
        Installing ioBroker (3/4)
    ==========================================================================
    
    ../src/unix_dgram.cc:118:8: warning: 'MakeCallback' is deprecated [-Wdeprecated-declarations]
      Nan::MakeCallback(Nan::GetCurrentContext()->Global(),
           ^
    ../../nan/nan.h:1024:3: note: 'MakeCallback' has been explicitly marked deprecated here
      NAN_DEPRECATED inline v8::Local<v8::Value> MakeCallback(
      ^
    ../../nan/nan.h:104:40: note: expanded from macro 'NAN_DEPRECATED'
    # define NAN_DEPRECATED __attribute__((deprecated))
                                           ^
    ../src/unix_dgram.cc:127:8: warning: 'MakeCallback' is deprecated [-Wdeprecated-declarations]
      Nan::MakeCallback(Nan::GetCurrentContext()->Global(),
           ^
    ../../nan/nan.h:1024:3: note: 'MakeCallback' has been explicitly marked deprecated here
      NAN_DEPRECATED inline v8::Local<v8::Value> MakeCallback(
      ^
    ../../nan/nan.h:104:40: note: expanded from macro 'NAN_DEPRECATED'
    # define NAN_DEPRECATED __attribute__((deprecated))
                                           ^
    ../src/unix_dgram.cc:189:26: warning: 'Int32Value' is deprecated [-Wdeprecated-declarations]
      domain      = info[0]->Int32Value();
                             ^
    /Users/admin/Library/Caches/node-gyp/10.17.0/include/node/v8.h:2478:3: note: 'Int32Value' has been explicitly marked deprecated here
      V8_DEPRECATED("Use maybe version", int32_t Int32Value() const);
      ^
    /Users/admin/Library/Caches/node-gyp/10.17.0/include/node/v8config.h:327:29: note: expanded from macro 'V8_DEPRECATED'
      declarator __attribute__((deprecated))
                                ^
    ../src/unix_dgram.cc:190:26: warning: 'Int32Value' is deprecated [-Wdeprecated-declarations]
      type        = info[1]->Int32Value();
                             ^
    /Users/admin/Library/Caches/node-gyp/10.17.0/include/node/v8.h:2478:3: note: 'Int32Value' has been explicitly marked deprecated here
      V8_DEPRECATED("Use maybe version", int32_t Int32Value() const);
      ^
    /Users/admin/Library/Caches/node-gyp/10.17.0/include/node/v8config.h:327:29: note: expanded from macro 'V8_DEPRECATED'
      declarator __attribute__((deprecated))
                                ^
    ../src/unix_dgram.cc:191:26: warning: 'Int32Value' is deprecated [-Wdeprecated-declarations]
      protocol    = info[2]->Int32Value();
                             ^
    /Users/admin/Library/Caches/node-gyp/10.17.0/include/node/v8.h:2478:3: note: 'Int32Value' has been explicitly marked deprecated here
      V8_DEPRECATED("Use maybe version", int32_t Int32Value() const);
      ^
    /Users/admin/Library/Caches/node-gyp/10.17.0/include/node/v8config.h:327:29: note: expanded from macro 'V8_DEPRECATED'
      declarator __attribute__((deprecated))
                                ^
    ../src/unix_dgram.cc:230:17: warning: 'Int32Value' is deprecated [-Wdeprecated-declarations]
      fd = info[0]->Int32Value();
                    ^
    /Users/admin/Library/Caches/node-gyp/10.17.0/include/node/v8.h:2478:3: note: 'Int32Value' has been explicitly marked deprecated here
      V8_DEPRECATED("Use maybe version", int32_t Int32Value() const);
      ^
    /Users/admin/Library/Caches/node-gyp/10.17.0/include/node/v8config.h:327:29: note: expanded from macro 'V8_DEPRECATED'
      declarator __attribute__((deprecated))
                                ^
    ../src/unix_dgram.cc:231:21: warning: 'Utf8Value' is deprecated [-Wdeprecated-declarations]
      String::Utf8Value path(info[1]);
                        ^
    /Users/admin/Library/Caches/node-gyp/10.17.0/include/node/v8.h:2891:5: note: 'Utf8Value' has been explicitly marked deprecated here
        V8_DEPRECATED("Use Isolate version",
        ^
    /Users/admin/Library/Caches/node-gyp/10.17.0/include/node/v8config.h:327:29: note: expanded from macro 'V8_DEPRECATED'
      declarator __attribute__((deprecated))
                                ^
    ../src/unix_dgram.cc:258:17: warning: 'Int32Value' is deprecated [-Wdeprecated-declarations]
      fd = info[0]->Int32Value();
                    ^
    /Users/admin/Library/Caches/node-gyp/10.17.0/include/node/v8.h:2478:3: note: 'Int32Value' has been explicitly marked deprecated here
      V8_DEPRECATED("Use maybe version", int32_t Int32Value() const);
      ^
    /Users/admin/Library/Caches/node-gyp/10.17.0/include/node/v8config.h:327:29: note: expanded from macro 'V8_DEPRECATED'
      declarator __attribute__((deprecated))
                                ^
    ../src/unix_dgram.cc:259:18: warning: 'ToObject' is deprecated [-Wdeprecated-declarations]
      buf = info[1]->ToObject();
                     ^
    /Users/admin/Library/Caches/node-gyp/10.17.0/include/node/v8.h:2455:10: note: 'ToObject' has been explicitly marked deprecated here
      inline V8_DEPRECATED("Use maybe version", Local<Object> ToObject() const);
             ^
    /Users/admin/Library/Caches/node-gyp/10.17.0/include/node/v8config.h:327:29: note: expanded from macro 'V8_DEPRECATED'
      declarator __attribute__((deprecated))
                                ^
    ../src/unix_dgram.cc:260:21: warning: 'Uint32Value' is deprecated [-Wdeprecated-declarations]
      offset = info[2]->Uint32Value();
                        ^
    /Users/admin/Library/Caches/node-gyp/10.17.0/include/node/v8.h:2477:3: note: 'Uint32Value' has been explicitly marked deprecated here
      V8_DEPRECATED("Use maybe version", uint32_t Uint32Value() const);
      ^
    /Users/admin/Library/Caches/node-gyp/10.17.0/include/node/v8config.h:327:29: note: expanded from macro 'V8_DEPRECATED'
      declarator __attribute__((deprecated))
                                ^
    ../src/unix_dgram.cc:261:21: warning: 'Uint32Value' is deprecated [-Wdeprecated-declarations]
      length = info[3]->Uint32Value();
                        ^
    /Users/admin/Library/Caches/node-gyp/10.17.0/include/node/v8.h:2477:3: note: 'Uint32Value' has been explicitly marked deprecated here
      V8_DEPRECATED("Use maybe version", uint32_t Uint32Value() const);
      ^
    /Users/admin/Library/Caches/node-gyp/10.17.0/include/node/v8config.h:327:29: note: expanded from macro 'V8_DEPRECATED'
      declarator __attribute__((deprecated))
                                ^
    ../src/unix_dgram.cc:262:21: warning: 'Utf8Value' is deprecated [-Wdeprecated-declarations]
      String::Utf8Value path(info[4]);
                        ^
    /Users/admin/Library/Caches/node-gyp/10.17.0/include/node/v8.h:2891:5: note: 'Utf8Value' has been explicitly marked deprecated here
        V8_DEPRECATED("Use Isolate version",
        ^
    /Users/admin/Library/Caches/node-gyp/10.17.0/include/node/v8config.h:327:29: note: expanded from macro 'V8_DEPRECATED'
      declarator __attribute__((deprecated))
                                ^
    ../src/unix_dgram.cc:302:17: warning: 'Int32Value' is deprecated [-Wdeprecated-declarations]
      fd = info[0]->Int32Value();
                    ^
    /Users/admin/Library/Caches/node-gyp/10.17.0/include/node/v8.h:2478:3: note: 'Int32Value' has been explicitly marked deprecated here
      V8_DEPRECATED("Use maybe version", int32_t Int32Value() const);
      ^
    /Users/admin/Library/Caches/node-gyp/10.17.0/include/node/v8config.h:327:29: note: expanded from macro 'V8_DEPRECATED'
      declarator __attribute__((deprecated))
                                ^
    ../src/unix_dgram.cc:303:18: warning: 'ToObject' is deprecated [-Wdeprecated-declarations]
      buf = info[1]->ToObject();
                     ^
    /Users/admin/Library/Caches/node-gyp/10.17.0/include/node/v8.h:2455:10: note: 'ToObject' has been explicitly marked deprecated here
      inline V8_DEPRECATED("Use maybe version", Local<Object> ToObject() const);
             ^
    /Users/admin/Library/Caches/node-gyp/10.17.0/include/node/v8config.h:327:29: note: expanded from macro 'V8_DEPRECATED'
      declarator __attribute__((deprecated))
                                ^
    ../src/unix_dgram.cc:340:17: warning: 'Int32Value' is deprecated [-Wdeprecated-declarations]
      fd = info[0]->Int32Value();
                    ^
    /Users/admin/Library/Caches/node-gyp/10.17.0/include/node/v8.h:2478:3: note: 'Int32Value' has been explicitly marked deprecated here
      V8_DEPRECATED("Use maybe version", int32_t Int32Value() const);
      ^
    /Users/admin/Library/Caches/node-gyp/10.17.0/include/node/v8config.h:327:29: note: expanded from macro 'V8_DEPRECATED'
      declarator __attribute__((deprecated))
                                ^
    ../src/unix_dgram.cc:341:21: warning: 'Utf8Value' is deprecated [-Wdeprecated-declarations]
      String::Utf8Value path(info[1]);
                        ^
    /Users/admin/Library/Caches/node-gyp/10.17.0/include/node/v8.h:2891:5: note: 'Utf8Value' has been explicitly marked deprecated here
        V8_DEPRECATED("Use Isolate version",
        ^
    /Users/admin/Library/Caches/node-gyp/10.17.0/include/node/v8config.h:327:29: note: expanded from macro 'V8_DEPRECATED'
      declarator __attribute__((deprecated))
                                ^
    ../src/unix_dgram.cc:361:17: warning: 'Int32Value' is deprecated [-Wdeprecated-declarations]
      fd = info[0]->Int32Value();
                    ^
    /Users/admin/Library/Caches/node-gyp/10.17.0/include/node/v8.h:2478:3: note: 'Int32Value' has been explicitly marked deprecated here
      V8_DEPRECATED("Use maybe version", int32_t Int32Value() const);
      ^
    /Users/admin/Library/Caches/node-gyp/10.17.0/include/node/v8config.h:327:29: note: expanded from macro 'V8_DEPRECATED'
      declarator __attribute__((deprecated))
                                ^
    17 warnings generated.
    
    ==========================================================================
        Finalizing installation (4/4)
    ==========================================================================
    
    Enabling autostart...
    bash: line 1047: /Users/admin/Library/LaunchAgents/org.ioBroker.LaunchAtLogin.plist: No such file or directory
    /Users/admin/Library/LaunchAgents/org.ioBroker.LaunchAtLogin.plist: No such file or directory
    Autostart enabled!
    mkdir: /root/.iobroker: Read-only file system
    touch: /root/.bashrc: No such file or directory
    bash: line 272: return: 192.168.2.113: numeric argument required
    
    ==========================================================================
    
        ioBroker was installed successfully
        Open http://:8081 in a browser and start configuring!
    
    ==========================================================================
    

    ioBroker läuft zwar, aber ich bin unsicher, ob ich auf der Basis weiter machen sollte.

    Übersicht.jpeg

    Mac OS 10.15.1

    Host.jpeg

    Grüße

    Frank

    Intel NUC8 i3, Proxmox, VM Ubuntu, ioBroker
    Philips HUE, Homematic CCU3, Zigbee, Yamaha MusicCast, Vorwerk ...

    AsgothianA 1 Antwort Letzte Antwort
    0
    • frank2604F frank2604

      Ich habe Node.js 10.17.0 und anschließend ioBroker mittels

      curl -sL https://iobroker.net/install.sh | bash -
      

      installiert.

      Dabei sind 17 WARNINGS aufgetreten:

      Installationsprotokoll_V1.rtf

      admin@Mac-mini ~ % node -v
      v10.17.0
      admin@Mac-mini ~ % npm -v
      6.11.3
      admin@Mac-mini ~ % curl -sL https://iobroker.net/install.sh | bash -
      
      ==========================================================================
      
          Welcome to the ioBroker installer!
          Installer version: 2019-11-10
          
          You might need to enter your password a couple of times.
      
      ==========================================================================
      
      
      ==========================================================================
          Installing prerequisites (1/4)
      ==========================================================================
      
      Password:
      sudo: brew: command not found
      Changing npm registry to https://registry.npmjs.org
      Since brew is not installed, frequently-used dependencies could not be installed.
      Before installing some adapters, you might have to install some packages yourself.
      Please check the adapter manuals before installing them.
      
      ==========================================================================
          Creating ioBroker user and directory (2/4)
      ==========================================================================
      
      Directory /usr/local/iobroker created
      
      ==========================================================================
          Installing ioBroker (3/4)
      ==========================================================================
      
      ../src/unix_dgram.cc:118:8: warning: 'MakeCallback' is deprecated [-Wdeprecated-declarations]
        Nan::MakeCallback(Nan::GetCurrentContext()->Global(),
             ^
      ../../nan/nan.h:1024:3: note: 'MakeCallback' has been explicitly marked deprecated here
        NAN_DEPRECATED inline v8::Local<v8::Value> MakeCallback(
        ^
      ../../nan/nan.h:104:40: note: expanded from macro 'NAN_DEPRECATED'
      # define NAN_DEPRECATED __attribute__((deprecated))
                                             ^
      ../src/unix_dgram.cc:127:8: warning: 'MakeCallback' is deprecated [-Wdeprecated-declarations]
        Nan::MakeCallback(Nan::GetCurrentContext()->Global(),
             ^
      ../../nan/nan.h:1024:3: note: 'MakeCallback' has been explicitly marked deprecated here
        NAN_DEPRECATED inline v8::Local<v8::Value> MakeCallback(
        ^
      ../../nan/nan.h:104:40: note: expanded from macro 'NAN_DEPRECATED'
      # define NAN_DEPRECATED __attribute__((deprecated))
                                             ^
      ../src/unix_dgram.cc:189:26: warning: 'Int32Value' is deprecated [-Wdeprecated-declarations]
        domain      = info[0]->Int32Value();
                               ^
      /Users/admin/Library/Caches/node-gyp/10.17.0/include/node/v8.h:2478:3: note: 'Int32Value' has been explicitly marked deprecated here
        V8_DEPRECATED("Use maybe version", int32_t Int32Value() const);
        ^
      /Users/admin/Library/Caches/node-gyp/10.17.0/include/node/v8config.h:327:29: note: expanded from macro 'V8_DEPRECATED'
        declarator __attribute__((deprecated))
                                  ^
      ../src/unix_dgram.cc:190:26: warning: 'Int32Value' is deprecated [-Wdeprecated-declarations]
        type        = info[1]->Int32Value();
                               ^
      /Users/admin/Library/Caches/node-gyp/10.17.0/include/node/v8.h:2478:3: note: 'Int32Value' has been explicitly marked deprecated here
        V8_DEPRECATED("Use maybe version", int32_t Int32Value() const);
        ^
      /Users/admin/Library/Caches/node-gyp/10.17.0/include/node/v8config.h:327:29: note: expanded from macro 'V8_DEPRECATED'
        declarator __attribute__((deprecated))
                                  ^
      ../src/unix_dgram.cc:191:26: warning: 'Int32Value' is deprecated [-Wdeprecated-declarations]
        protocol    = info[2]->Int32Value();
                               ^
      /Users/admin/Library/Caches/node-gyp/10.17.0/include/node/v8.h:2478:3: note: 'Int32Value' has been explicitly marked deprecated here
        V8_DEPRECATED("Use maybe version", int32_t Int32Value() const);
        ^
      /Users/admin/Library/Caches/node-gyp/10.17.0/include/node/v8config.h:327:29: note: expanded from macro 'V8_DEPRECATED'
        declarator __attribute__((deprecated))
                                  ^
      ../src/unix_dgram.cc:230:17: warning: 'Int32Value' is deprecated [-Wdeprecated-declarations]
        fd = info[0]->Int32Value();
                      ^
      /Users/admin/Library/Caches/node-gyp/10.17.0/include/node/v8.h:2478:3: note: 'Int32Value' has been explicitly marked deprecated here
        V8_DEPRECATED("Use maybe version", int32_t Int32Value() const);
        ^
      /Users/admin/Library/Caches/node-gyp/10.17.0/include/node/v8config.h:327:29: note: expanded from macro 'V8_DEPRECATED'
        declarator __attribute__((deprecated))
                                  ^
      ../src/unix_dgram.cc:231:21: warning: 'Utf8Value' is deprecated [-Wdeprecated-declarations]
        String::Utf8Value path(info[1]);
                          ^
      /Users/admin/Library/Caches/node-gyp/10.17.0/include/node/v8.h:2891:5: note: 'Utf8Value' has been explicitly marked deprecated here
          V8_DEPRECATED("Use Isolate version",
          ^
      /Users/admin/Library/Caches/node-gyp/10.17.0/include/node/v8config.h:327:29: note: expanded from macro 'V8_DEPRECATED'
        declarator __attribute__((deprecated))
                                  ^
      ../src/unix_dgram.cc:258:17: warning: 'Int32Value' is deprecated [-Wdeprecated-declarations]
        fd = info[0]->Int32Value();
                      ^
      /Users/admin/Library/Caches/node-gyp/10.17.0/include/node/v8.h:2478:3: note: 'Int32Value' has been explicitly marked deprecated here
        V8_DEPRECATED("Use maybe version", int32_t Int32Value() const);
        ^
      /Users/admin/Library/Caches/node-gyp/10.17.0/include/node/v8config.h:327:29: note: expanded from macro 'V8_DEPRECATED'
        declarator __attribute__((deprecated))
                                  ^
      ../src/unix_dgram.cc:259:18: warning: 'ToObject' is deprecated [-Wdeprecated-declarations]
        buf = info[1]->ToObject();
                       ^
      /Users/admin/Library/Caches/node-gyp/10.17.0/include/node/v8.h:2455:10: note: 'ToObject' has been explicitly marked deprecated here
        inline V8_DEPRECATED("Use maybe version", Local<Object> ToObject() const);
               ^
      /Users/admin/Library/Caches/node-gyp/10.17.0/include/node/v8config.h:327:29: note: expanded from macro 'V8_DEPRECATED'
        declarator __attribute__((deprecated))
                                  ^
      ../src/unix_dgram.cc:260:21: warning: 'Uint32Value' is deprecated [-Wdeprecated-declarations]
        offset = info[2]->Uint32Value();
                          ^
      /Users/admin/Library/Caches/node-gyp/10.17.0/include/node/v8.h:2477:3: note: 'Uint32Value' has been explicitly marked deprecated here
        V8_DEPRECATED("Use maybe version", uint32_t Uint32Value() const);
        ^
      /Users/admin/Library/Caches/node-gyp/10.17.0/include/node/v8config.h:327:29: note: expanded from macro 'V8_DEPRECATED'
        declarator __attribute__((deprecated))
                                  ^
      ../src/unix_dgram.cc:261:21: warning: 'Uint32Value' is deprecated [-Wdeprecated-declarations]
        length = info[3]->Uint32Value();
                          ^
      /Users/admin/Library/Caches/node-gyp/10.17.0/include/node/v8.h:2477:3: note: 'Uint32Value' has been explicitly marked deprecated here
        V8_DEPRECATED("Use maybe version", uint32_t Uint32Value() const);
        ^
      /Users/admin/Library/Caches/node-gyp/10.17.0/include/node/v8config.h:327:29: note: expanded from macro 'V8_DEPRECATED'
        declarator __attribute__((deprecated))
                                  ^
      ../src/unix_dgram.cc:262:21: warning: 'Utf8Value' is deprecated [-Wdeprecated-declarations]
        String::Utf8Value path(info[4]);
                          ^
      /Users/admin/Library/Caches/node-gyp/10.17.0/include/node/v8.h:2891:5: note: 'Utf8Value' has been explicitly marked deprecated here
          V8_DEPRECATED("Use Isolate version",
          ^
      /Users/admin/Library/Caches/node-gyp/10.17.0/include/node/v8config.h:327:29: note: expanded from macro 'V8_DEPRECATED'
        declarator __attribute__((deprecated))
                                  ^
      ../src/unix_dgram.cc:302:17: warning: 'Int32Value' is deprecated [-Wdeprecated-declarations]
        fd = info[0]->Int32Value();
                      ^
      /Users/admin/Library/Caches/node-gyp/10.17.0/include/node/v8.h:2478:3: note: 'Int32Value' has been explicitly marked deprecated here
        V8_DEPRECATED("Use maybe version", int32_t Int32Value() const);
        ^
      /Users/admin/Library/Caches/node-gyp/10.17.0/include/node/v8config.h:327:29: note: expanded from macro 'V8_DEPRECATED'
        declarator __attribute__((deprecated))
                                  ^
      ../src/unix_dgram.cc:303:18: warning: 'ToObject' is deprecated [-Wdeprecated-declarations]
        buf = info[1]->ToObject();
                       ^
      /Users/admin/Library/Caches/node-gyp/10.17.0/include/node/v8.h:2455:10: note: 'ToObject' has been explicitly marked deprecated here
        inline V8_DEPRECATED("Use maybe version", Local<Object> ToObject() const);
               ^
      /Users/admin/Library/Caches/node-gyp/10.17.0/include/node/v8config.h:327:29: note: expanded from macro 'V8_DEPRECATED'
        declarator __attribute__((deprecated))
                                  ^
      ../src/unix_dgram.cc:340:17: warning: 'Int32Value' is deprecated [-Wdeprecated-declarations]
        fd = info[0]->Int32Value();
                      ^
      /Users/admin/Library/Caches/node-gyp/10.17.0/include/node/v8.h:2478:3: note: 'Int32Value' has been explicitly marked deprecated here
        V8_DEPRECATED("Use maybe version", int32_t Int32Value() const);
        ^
      /Users/admin/Library/Caches/node-gyp/10.17.0/include/node/v8config.h:327:29: note: expanded from macro 'V8_DEPRECATED'
        declarator __attribute__((deprecated))
                                  ^
      ../src/unix_dgram.cc:341:21: warning: 'Utf8Value' is deprecated [-Wdeprecated-declarations]
        String::Utf8Value path(info[1]);
                          ^
      /Users/admin/Library/Caches/node-gyp/10.17.0/include/node/v8.h:2891:5: note: 'Utf8Value' has been explicitly marked deprecated here
          V8_DEPRECATED("Use Isolate version",
          ^
      /Users/admin/Library/Caches/node-gyp/10.17.0/include/node/v8config.h:327:29: note: expanded from macro 'V8_DEPRECATED'
        declarator __attribute__((deprecated))
                                  ^
      ../src/unix_dgram.cc:361:17: warning: 'Int32Value' is deprecated [-Wdeprecated-declarations]
        fd = info[0]->Int32Value();
                      ^
      /Users/admin/Library/Caches/node-gyp/10.17.0/include/node/v8.h:2478:3: note: 'Int32Value' has been explicitly marked deprecated here
        V8_DEPRECATED("Use maybe version", int32_t Int32Value() const);
        ^
      /Users/admin/Library/Caches/node-gyp/10.17.0/include/node/v8config.h:327:29: note: expanded from macro 'V8_DEPRECATED'
        declarator __attribute__((deprecated))
                                  ^
      17 warnings generated.
      
      ==========================================================================
          Finalizing installation (4/4)
      ==========================================================================
      
      Enabling autostart...
      bash: line 1047: /Users/admin/Library/LaunchAgents/org.ioBroker.LaunchAtLogin.plist: No such file or directory
      /Users/admin/Library/LaunchAgents/org.ioBroker.LaunchAtLogin.plist: No such file or directory
      Autostart enabled!
      mkdir: /root/.iobroker: Read-only file system
      touch: /root/.bashrc: No such file or directory
      bash: line 272: return: 192.168.2.113: numeric argument required
      
      ==========================================================================
      
          ioBroker was installed successfully
          Open http://:8081 in a browser and start configuring!
      
      ==========================================================================
      

      ioBroker läuft zwar, aber ich bin unsicher, ob ich auf der Basis weiter machen sollte.

      Übersicht.jpeg

      Mac OS 10.15.1

      Host.jpeg

      Grüße

      Frank

      AsgothianA Offline
      AsgothianA Offline
      Asgothian
      Developer
      schrieb am zuletzt editiert von
      #2

      @frank2604
      Die Meldungen weisen darauf hin das eine Funktion benutzt wird die ggf. In zukünftigen NodeJS Versionen nicht mehr unterstützt ŵird (depreciated).

      Es funktioniert also alles, und wenn auf eine nodejs Version gewechselt werden soll die das nicht mehr bereit stellt reitet werden. Das ist durchaus normal, ich würde mir keine Sorgen machen.

      A.

      ioBroker auf RPi4 - Hardware soweit wie möglich via Zigbee.
      "Shit don't work" ist keine Fehlermeldung, sondern ein Fluch.

      1 Antwort Letzte Antwort
      0
      • frank2604F Offline
        frank2604F Offline
        frank2604
        schrieb am zuletzt editiert von
        #3

        OK, vielen Dank!

        Frank

        Intel NUC8 i3, Proxmox, VM Ubuntu, ioBroker
        Philips HUE, Homematic CCU3, Zigbee, Yamaha MusicCast, Vorwerk ...

        1 Antwort Letzte Antwort
        0

        Hey! Du scheinst an dieser Unterhaltung interessiert zu sein, hast aber noch kein Konto.

        Hast du es satt, bei jedem Besuch durch die gleichen Beiträge zu scrollen? Wenn du dich für ein Konto anmeldest, kommst du immer genau dorthin zurück, wo du zuvor warst, und kannst dich über neue Antworten benachrichtigen lassen (entweder per E-Mail oder Push-Benachrichtigung). Du kannst auch Lesezeichen speichern und Beiträge positiv bewerten, um anderen Community-Mitgliedern deine Wertschätzung zu zeigen.

        Mit deinem Input könnte dieser Beitrag noch besser werden 💗

        Registrieren Anmelden
        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

        596

        Online

        32.8k

        Benutzer

        82.8k

        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