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

What replacement husky install and husky uninstall ? #1415

Open
1 task done
dimaslanjaka opened this issue Apr 4, 2024 · 1 comment
Open
1 task done

What replacement husky install and husky uninstall ? #1415

dimaslanjaka opened this issue Apr 4, 2024 · 1 comment

Comments

@dimaslanjaka
Copy link

dimaslanjaka commented Apr 4, 2024

Troubleshoot

If you're migrating from husky 4, see:
https://typicode.github.io/husky/migrate-from-v4.html

Context

after updating husky to latest today, my postinstall script showing deprecated

image

because of no site search on https://typicode.github.io/husky/ and no document for replacement of this issue in https://typicode.github.io/husky/migrate-from-v4.html i write this.

SOLVED:

i just solved husky install replaced with husky init. But how uninstall replacement?

@Alec-Gillis
Copy link

I agree that the documentation is not clear on the uninstall replacement. For now I am using git config --unset core.hooksPath inside my project directory, which is exactly what the v8 uninstall method was doing.

export function uninstall(): void {

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

2 participants