Aietes / node-red-contrib-harmony

Node-RED integration for Harmony hub
MIT License
15 stars 18 forks source link

npm ERR! code ENOGIT #12

Closed K-RAD closed 5 years ago

K-RAD commented 5 years ago

Trying to install, getting following error. Maybe the documentation should be updated with additional prerequisites?

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.

Aietes commented 5 years ago

This seems to be a problem with your local npm installation, not this library. Please look for the documentation on how to set up npm on your respective machine, e.g. https://github.com/npm/npm/wiki/Troubleshooting. From the error message, it seems you need to install git: https://git-scm.com/book/en/v2/Getting-Started-Installing-Git.