Hallo Zusammen,
ich besitze nun seit längerer Zeit eine Homebridge ( Raspberry Pi 3 B+, HOOBS Image ).
Einige Startschwierigkeiten konnte ich bereits hinter mich bringen, jedoch kämpfe ich nun seit Tagen an einer Lösung für die Installation des Zigbee Plugins um einen Zigbee Stick in Betrieb zu nehmen.
Vielleicht kann mir hier jemand die Augen öffnen, da ich mittlerweile nicht mehr durch den Wald blicken kann ;-)!
Anbei der Log - vielen Dank! ![]()
Gruß Pascal
Code
USER: hoobs
DIR: /usr/local/lib
CMD: sudo -E -n npm --no-update-notifier install --unsafe-perm homebridge-zigbee@latest
npm ERR! code ENOENT
npm ERR! syscall spawn git
npm ERR! path git
npm ERR! errno ENOENT
npm ERR! enoent Error while executing:
npm ERR! enoent undefined ls-remote -h -t ssh://[email protected]/itsmepetrov/zcl-id.git
npm ERR! enoent
npm ERR! enoent
npm ERR! enoent spawn git ENOENT
npm ERR! enoent This is related to npm not being able to find a file.
npm ERR! enoent
npm ERR! A complete log of this run can be found in:
npm ERR! /home/hoobs/.npm/_logs/2019-12-09T12_31_11_122Z-debug.log
hoobs@hoobs:/var/lib/homebridge $ sudo cat /home/hoobs/.npm/_logs/2019-12-09T12_31_11_122Z-debug.log
0 info it worked if it ends with ok
1 verbose cli [ '/usr/local/bin/node',
1 verbose cli '/usr/local/bin/npm',
1 verbose cli 'install',
1 verbose cli 'homebridge-zigbee',
1 verbose cli '--save' ]
2 info using [email protected]
3 info using [email protected]
4 verbose npm-session bff568e4bdec96a0
5 silly install loadCurrentTree
6 silly install readLocalPackageData
7 http fetch GET 304 https://registry.npmjs.org/homebridge-zigbee 780ms (from cache)
8 silly pacote tag manifest for homebridge-zigbee@latest fetched in 893ms
9 timing stage:loadCurrentTree Completed in 1097ms
10 silly install loadIdealTree
11 silly install cloneCurrentTreeToIdealTree
12 timing stage:loadIdealTree:cloneCurrentTree Completed in 3ms
13 silly install loadShrinkwrap
14 timing stage:loadIdealTree:loadShrinkwrap Completed in 16ms
15 silly install loadAllDepsIntoIdealTree
16 silly resolveWithNewModule [email protected] checking installable status
17 silly fetchPackageMetaData error for zcl-id@github:itsmepetrov/zcl-id#d144b89a2b471266fb01ede9cce0f64afdbef825 Error while executing:
17 silly fetchPackageMetaData undefined ls-remote -h -t ssh://[email protected]/itsmepetrov/zcl-id.git
17 silly fetchPackageMetaData
17 silly fetchPackageMetaData
17 silly fetchPackageMetaData spawn git ENOENT
18 silly fetchPackageMetaData error for zigbee-shepherd@github:itsmepetrov/zigbee-shepherd#1e86104f33b5e066f7b5c9fe1b65565034b82d72 Error while executing:
18 silly fetchPackageMetaData undefined ls-remote -h -t ssh://[email protected]/itsmepetrov/zigbee-shepherd.git
18 silly fetchPackageMetaData
18 silly fetchPackageMetaData
18 silly fetchPackageMetaData spawn git ENOENT
19 http fetch GET 304 https://registry.npmjs.org/async-retry 750ms (from cache)
20 silly pacote range manifest for async-retry@^1.2.1 fetched in 796ms
21 silly resolveWithNewModule [email protected] checking installable status
22 http fetch GET 304 https://registry.npmjs.org/lodash.get 834ms (from cache)
23 http fetch GET 304 https://registry.npmjs.org/require-dir 827ms (from cache)
24 silly pacote range manifest for lodash.get@^4.4.2 fetched in 870ms
25 silly resolveWithNewModule [email protected] checking installable status
26 silly pacote range manifest for require-dir@^1.0.0 fetched in 867ms
27 silly resolveWithNewModule [email protected] checking installable status
28 http fetch GET 304 https://registry.npmjs.org/serialport 857ms (from cache)
29 silly pacote range manifest for serialport@^6.2.2 fetched in 925ms
30 silly resolveWithNewModule [email protected] checking installable status
31 timing stage:rollbackFailedOptional Completed in 6ms
32 timing stage:runTopLevelLifecycles Completed in 2241ms
33 silly saveTree homebridge
33 silly saveTree └─┬ [email protected]
33 silly saveTree ├── [email protected]
33 silly saveTree ├── [email protected]
33 silly saveTree ├── [email protected]
33 silly saveTree └── [email protected]
34 verbose stack Error: spawn git ENOENT
34 verbose stack at Process.ChildProcess._handle.onexit (internal/child_process.js:247:19)
34 verbose stack at onErrorNT (internal/child_process.js:429:16)
34 verbose stack at processTicksAndRejections (internal/process/task_queues.js:81:17)
35 verbose cwd /var/lib/homebridge
36 verbose Linux 4.19.58-v7+
37 verbose argv "/usr/local/bin/node" "/usr/local/bin/npm" "install" "homebridge-zigbee" "--save"
38 verbose node v11.14.0
39 verbose npm v6.13.1
40 error code ENOENT
41 error syscall spawn git
42 error path git
43 error errno ENOENT
44 error enoent Error while executing:
44 error enoent undefined ls-remote -h -t ssh://[email protected]/itsmepetrov/zcl-id.git
44 error enoent
44 error enoent
44 error enoent spawn git ENOENT
45 error enoent This is related to npm not being able to find a file.
46 verbose exit [ 1, true ]
Alles anzeigen