For the complete documentation index, see llms.txt. This page is also available as Markdown.

Husky

Issue while running git operation

Can't find Husky, skipping pre-commit hook
You can reinstall it using 'npm install husky --save-dev' or delete this hook

Solution

rm -rf .git/hooks/
npm i -D husky

Last updated