jptaranto / homebridge-roon-outputs

Apache License 2.0
11 stars 2 forks source link

Install error #2

Closed guysbrown closed 2 years ago

guysbrown commented 4 years ago

I have tried to install this plugin a few times but get the following error:

npm ERR! code ENOENT npm ERR! syscall spawn git npm ERR! path git npm ERR! errno -2 npm ERR! enoent Error while executing: npm ERR! enoent undefined ls-remote -h -t ssh://git@github.com/roonlabs/node-roon-api.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/homebridge/.npm/_logs/2020-08-27T20_18_50_376Z-debug.log

Command failed. Please review log for details.

ascl00 commented 3 years ago

It looks like maybe git isn't installed?

jptaranto commented 2 years ago

Yes looks like it - the roon node api's are only available on github (they aren't published on npmjs.org for some reason), so you'll need to install git on your homebridge server.