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
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