No.Trace det Nastra
ich darf nochmal auf die minimatch problematik zurückkommen. habe nämlich gleiches problem wie oben geschildert. entsprechend diese blog´s alles gemacht. minimatch ist mittlerweile auch upgedatet auf
wenn ich nun das "simpelste aller plugins´s", nämlich das harmonyhub plugin installieren will,
wirft HB mir folgenden fehler aus:
npm WARN deprecated [email protected]: use @xmpp/xml package <https://www.npmjs.com/package/@xmpp/xml>
npm ERR! code ENOGIT
npm ERR! No git binary found in $PATH
npm ERR!
npm ERR! Failed using git.
npm ERR! Please check if you have git installed and in your PATH.
npm ERR! A complete log of this run can be found in:
npm ERR! /root/.npm/_logs/2017-09-14T17_46_22_848Z-debug.log
und verweist mich auf diese log:
GNU nano 2.2.6 Datei: /root/.npm/_logs/2017-09-14T17_46_22_848Z-debug.log
40 http fetch GET 200 https://registry.npmjs.org/q 112ms (from cache)
41 silly pacote version manifest for [email protected] fetched in 142ms
42 warn deprecated [email protected]: use @xmpp/xml package <https://www.npmjs.com/package/@xmpp/xml>
43 silly resolveWithNewModule [email protected] checking installable status
44 silly pacote range manifest for q@^1.1.2 fetched in 147ms
45 silly resolveWithNewModule [email protected] checking installable status
46 http fetch GET 304 https://registry.npmjs.org/node-xmpp-client 227ms (from cache)
47 http fetch GET 304 https://registry.npmjs.org/request 227ms (from cache)
48 silly pacote version manifest for [email protected] fetched in 253ms
49 silly resolveWithNewModule [email protected] checking installable status
50 silly pacote range manifest for request@^2.48.0 fetched in 251ms
51 silly resolveWithNewModule [email protected] checking installable status
52 verbose stack Error: No git binary found in $PATH
52 verbose stack at checkGit (/usr/local/lib/node_modules/npm/node_modules/pacote/lib/util/git.js:199:17)
52 verbose stack at spawnGit (/usr/local/lib/node_modules/npm/node_modules/pacote/lib/util/git.js:178:10)
52 verbose stack at pinflight (/usr/local/lib/node_modules/npm/node_modules/pacote/lib/util/git.js:110:12)
52 verbose stack at /usr/local/lib/node_modules/npm/node_modules/promise-inflight/inflight.js:29:24
52 verbose stack at Promise._execute (/usr/local/lib/node_modules/npm/node_modules/bluebird/js/release/debuggability.js:300:9)
52 verbose stack at Promise._resolveFromExecutor (/usr/local/lib/node_modules/npm/node_modules/bluebird/js/release/promise.js:483:18)
52 verbose stack at new Promise (/usr/local/lib/node_modules/npm/node_modules/bluebird/js/release/promise.js:79:10)
52 verbose stack at _inflight (/usr/local/lib/node_modules/npm/node_modules/promise-inflight/inflight.js:28:25)
52 verbose stack at /usr/local/lib/node_modules/npm/node_modules/promise-inflight/inflight.js:22:14
52 verbose stack at tryCatcher (/usr/local/lib/node_modules/npm/node_modules/bluebird/js/release/util.js:16:23)
52 verbose stack at Promise._settlePromiseFromHandler (/usr/local/lib/node_modules/npm/node_modules/bluebird/js/release/promise.js:512:31)
52 verbose stack at Promise._settlePromise (/usr/local/lib/node_modules/npm/node_modules/bluebird/js/release/promise.js:569:18)
52 verbose stack at Promise._settlePromiseCtx (/usr/local/lib/node_modules/npm/node_modules/bluebird/js/release/promise.js:606:10)
52 verbose stack at Async._drainQueue (/usr/local/lib/node_modules/npm/node_modules/bluebird/js/release/async.js:138:12)
52 verbose stack at Async._drainQueues (/usr/local/lib/node_modules/npm/node_modules/bluebird/js/release/async.js:143:10)
52 verbose stack at Immediate.Async.drainQueues (/usr/local/lib/node_modules/npm/node_modules/bluebird/js/release/async.js:17:14)
53 verbose cwd /home/pi
54 verbose Linux 4.9.35-v7+
55 verbose argv "/usr/local/bin/node" "/usr/local/bin/npm" "install" "-g" "--unsafe-perm" "homebridge-harmonyhub" "-g"
56 verbose node v8.4.0
57 verbose npm v5.4.1
58 error code ENOGIT
59 error No git binary found in $PATH
60 error Failed using git.
60 error Please check if you have git installed and in your PATH.
61 verbose exit [ 1, true ]
da, sorry, blicke ich aber echt nicht mehr durch.
meine hostnamectl zeigt:
hostnamectl
Static hostname: raspberrypi
Icon name: computer
Chassis: n/a
Machine ID: 2e7311d7868244978f314762db251c8e
Boot ID: 8fe301a9e2d74db78381d535cb921d63
Operating System: Raspbian GNU/Linux 8 (jessie)
Kernel: Linux 4.9.35-v7+
Architecture: arm
hat jemand einen tipp für mich ?