NEWS
Logitech Harmony Adapter lässt sich nicht installieren
-
moin,
ich versuche seit gestern über den Admin und Konsole den Adapter zu installieren. Leider bekomme ich immer diese Fehlermeldung
$ ./iobroker add harmony npm install iobroker.harmony --production --prefix "/opt/iobroker" (System call) npm WARN package.json daemonize2@0.4.2 No repository field. npm WARN package.json object-component@0.0.3 No repository field. npm WARN package.json parsejson@0.0.1 No repository field.npm WARN package.json parsejson@0.0.1 No README data npm WARN package.json parseqs@0.0.2 No repository field.npm WARN package.json parseqs@0.0.2 No README data npm WARN package.json parseuri@0.0.2 No repository field.npm WARN package.json parseuri@0.0.2 No README data npm WARN package.json callsite@1.0.0 No repository field. npm WARN package.json eyes@0.1.8 No repository field. npm WARN package.json has-binary@0.1.6 No repository field.npm WARN package.json has-binary-data@0.1.3 No repository field. npm WARN package.json indexof@0.0.1 No repository field. npm WARN package.json pause@0.0.1 No repository field. npm WARN package.json string_decoder@0.10.31 string_decoder is also the name of a node core module. npm WARN `git config --get remote.origin.url` returned wrong result (https://github.com/Pmant/harmonyhubjs-client.git) undefinednpm WARN `git config --get remote.origin.url` returned wrong result (https://github.com/Pmant/harmonyhubjs-client.git) undefined npm ERR! git clone https://github.com/Pmant/harmonyhubjs-client.git undefinednpm ERR! git clone https://github.com/Pmant/harmonyhubjs-client.git undefined npm ERR! not found: gitnpm 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.2.0-4-amd64 npm ERR! command "/usr/bin/node" "/usr/bin/npm" "install" "iobroker.harmony" "--production" "--prefix" "/opt/iobroker" npm ERR! cwd / npm ERR! node -v v0.10.38 npm ERR! npm -v 1.4.28 npm ERR! code ENOGIT npm ERR! not ok code 0 ERROR: host.Test Cannot install iobroker.harmony: 1 ERROR: process exited with code 25
Alle Adapter und js-controller auf dem neusten Stand!
Die letzten Updates liessen sich problemlos installieren. Deshalb kann aus meiner Sicht die Meldung gitnpm nicht stimmen. Was kann ich noch machen?
Danke für die Hilfe!
Armin
-
sorry- falscher Post - :shock:
-
Nachtrag,
testweise habe ich mal einen anderen Adapter installiert. Das verlief reibungslos!
mfg
Arminhh
-
Sieht so aus als wäre auf deinem System kein git installiert ist. Versuch mal````
git --version[6704_main.js](/assets/uploads/files/6704_main.js)
-
Danke für den Hinweis.
Habe mit sudo apt-get install git Git nachinstalliert und funktioniert!
mfg
Arminhh