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. [gelöst] Homekit: hilfe bei Installation

NEWS

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

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

  • Weihnachtsangebot 2025! 🎄
    BluefoxB
    Bluefox
    25
    1
    2.5k

[gelöst] Homekit: hilfe bei Installation

Geplant Angeheftet Gesperrt Verschoben ioBroker Allgemein
5 Beiträge 3 Kommentatoren 1.2k 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.
  • I Offline
    I Offline
    iben
    schrieb am zuletzt editiert von
    #1

    Hallo,

    beim Versuch Homekit auf Ubuntu zu installieren erhalte ich folgende Meldung:

    root@ubuntu2cpu:/opt/iobroker# ./iobroker add homekit
    host.ubuntu2cpu install adapter homekit
    npm install iobroker.homekit --production --prefix "/opt/iobroker" (System call)
    npm http GET https://registry.npmjs.org/iobroker.homekit
    npm http 304 https://registry.npmjs.org/iobroker.homekit
    npm http GET https://registry.npmjs.org/hap-nodejs/0.2.6
    npm http GET https://registry.npmjs.org/yalm
    npm http GET https://registry.npmjs.org/yargs
    npm http 200 https://registry.npmjs.org/yargs
    npm http 304 https://registry.npmjs.org/yalm
    npm http 304 https://registry.npmjs.org/hap-nodejs/0.2.6
    npm http GET https://registry.npmjs.org/ansi-styles
    npm http GET https://registry.npmjs.org/camelcase
    npm http GET https://registry.npmjs.org/cliui
    npm http GET https://registry.npmjs.org/decamelize
    npm http GET https://registry.npmjs.org/os-locale
    npm http GET https://registry.npmjs.org/string-width
    npm http GET https://registry.npmjs.org/window-size
    npm http GET https://registry.npmjs.org/y18n
    npm http GET https://registry.npmjs.org/debug
    npm http GET https://registry.npmjs.org/node-persist
    npm ERR! not found: git
    npm ERR!
    npm ERR! Failed using git.
    npm ERR! This is most likely not a problem with npm itself.
    npm ERR! Please check if you have git installed and in your PATH.
    
    npm ERR! System Linux 3.19.0-25-generic
    npm ERR! command "/usr/bin/nodejs" "/usr/bin/npm" "install" "iobroker.homekit" "--production" "--prefix" "/opt/iobroker"
    npm ERR! cwd /opt/iobroker
    npm ERR! node -v v0.10.25
    npm ERR! npm -v 1.3.10
    npm ERR! code ENOGIT
    npm http 304 https://registry.npmjs.org/ansi-styles
    npm http GET https://registry.npmjs.org/color-convert
    npm http 304 https://registry.npmjs.org/camelcase
    npm http 304 https://registry.npmjs.org/y18n
    npm http 304 https://registry.npmjs.org/string-width
    npm http 304 https://registry.npmjs.org/decamelize
    npm http 304 https://registry.npmjs.org/window-size
    npm http 304 https://registry.npmjs.org/cliui
    npm http 304 https://registry.npmjs.org/os-locale
    npm http 304 https://registry.npmjs.org/debug
    npm http 304 https://registry.npmjs.org/color-convert
    npm http GET https://registry.npmjs.org/strip-ansi
    npm http GET https://registry.npmjs.org/code-point-at
    npm http GET https://registry.npmjs.org/is-fullwidth-code-point
    npm http GET https://registry.npmjs.org/lcid
    npm http GET https://registry.npmjs.org/wrap-ansi
    npm http 304 https://registry.npmjs.org/strip-ansi
    npm http 304 https://registry.npmjs.org/code-point-at
    npm http 304 https://registry.npmjs.org/lcid
    npm http 304 https://registry.npmjs.org/is-fullwidth-code-point
    npm http 304 https://registry.npmjs.org/wrap-ansi
    npm http GET https://registry.npmjs.org/invert-kv
    npm http GET https://registry.npmjs.org/ansi-regex
    npm http GET https://registry.npmjs.org/number-is-nan
    npm http 304 https://registry.npmjs.org/invert-kv
    npm http 304 https://registry.npmjs.org/ansi-regex
    npm http 304 https://registry.npmjs.org/number-is-nan
    npm http 304 https://registry.npmjs.org/node-persist
    npm ERR!
    npm ERR! Additional logging details can be found in:
    npm ERR!     /opt/iobroker/npm-debug.log
    npm ERR! not ok code 0
    host.ubuntu2cpu Cannot install iobroker.homekit: 1
    root@ubuntu2cpu:/opt/iobroker#
    

    Kann mir da jemand helfen?

    Danke,

    Marco

    1 Antwort Letzte Antwort
    0
    • N Offline
      N Offline
      nobody
      schrieb am zuletzt editiert von
      #2

      Hallo iben,

      ich hab selbst Debian und nicht ubuntu aber wenn git (Versionsmanagementsystem) nicht installiert ist, würde ich es einfach installieren.

      Das geht bei diesen beiden beiden Linux-Distributionen gleich:

      sudo apt-get install git
      
      
      1 Antwort Letzte Antwort
      0
      • A Offline
        A Offline
        aquapro
        schrieb am zuletzt editiert von
        #3

        Ohne git kann man git nicht verwenden. ;)

        War die tage schon mal die gleiche Frage, dabei steht es doch genau in der Meldung.

        Wie nobody schon schrieb, git installieren und noch einmal probieren.

        Gruß

        Tino

        <size size="85">BananaPi / Jessie / ioBroker deinstalliert, keine Upgradesicherheit</size>

        1 Antwort Letzte Antwort
        0
        • I Offline
          I Offline
          iben
          schrieb am zuletzt editiert von
          #4

          Oh, Brett vorm Kopf, da ich einige Adapter am laufen habe, bin ich nicht davon ausgegangen das hinsichtlich einer Installation, etwas fehlen könnte.

          Dankeschön.

          1 Antwort Letzte Antwort
          0
          • A Offline
            A Offline
            aquapro
            schrieb am zuletzt editiert von
            #5

            Super!

            Aber genau für sowas sollte auch ein Forum da sein, wenn mal das Brett vor dem Kopf im Weg ist. :lol:

            <size size="85">BananaPi / Jessie / ioBroker deinstalliert, keine Upgradesicherheit</size>

            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

            554

            Online

            32.7k

            Benutzer

            82.4k

            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