husky
husky copied to clipboard
Throw error if git is not installed when running install
Upon running husky install no error is thrown if git is not present and it makes it hard to understand why the command fails since there is no output.
This mostly happens when running the command in containerised environments which don't come with git preinstalled (such as official node image).