Open cheruvian opened 10 months ago
I just ran into the same issue and was able to resolve by making sure the git project was initialized. After running git init
manually, I was able to successfully run npm install
with no failures from lefthook. Now I need to know why the repo was not initialized when I selected yes during the setup - which is another topic :-)
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
What happened?
When
lefthook
is not installed (on OSX), it throws a failed to install dependencies error which is misleading.We should
lefthook
is a prerequisitelefthook
is not installedCurrent experience:
What did you expect to happen?
I expected it to say
What version of Remix are you using?
2.5.0