husky
husky copied to clipboard
Husky problems on pre-commit after install
Hi people, I have some problems tring to use Husky.
My project is like the documentation:
- I installed
husky - I did
npx husky init - Last command, edited my
package.jsonand I replaced the linepreparefor"prepare": "cd .. && husky 'My Project/.husky'"
When I do this, only is creating a file pre-commit but I cannot see the folder _
I'm doing manually npm run prepare and now I can see the folder _
Finally I'm trying to do a commit but always I have the same error:
What I'm doing wrong. I'm trying in Linux, Mac and Windows and always I have the same problem or sometimes I'm receiving the message .git can't be found.
Windows
In Windows is not generating the folder _ and I received the error .git can't be found. but I don't know how can I do to search the .git in the root folder.
Any help? @typicode
Thanks!