Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Husky problems on pre-commit after install #1418

Open
SoyDiego opened this issue Apr 9, 2024 · 0 comments
Open

Husky problems on pre-commit after install #1418

SoyDiego opened this issue Apr 9, 2024 · 0 comments

Comments

@SoyDiego
Copy link

SoyDiego commented Apr 9, 2024

Hi people, I have some problems tring to use Husky.

My project is like the documentation:

image

  • I installed husky
  • I did npx husky init
  • Last command, edited my package.json and I replaced the line prepare for "prepare": "cd .. && husky 'My Project/.husky'"

When I do this, only is creating a file pre-commit but I cannot see the folder _

image

I'm doing manually npm run prepare and now I can see the folder _

image

Finally I'm trying to do a commit but always I have the same error:

image

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.

image

Any help? @typicode

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant