Last updated 1 year ago
Issue while running git operation
Solution
Can't find Husky, skipping pre-commit hook You can reinstall it using 'npm install husky --save-dev' or delete this hook
rm -rf .git/hooks/ npm i -D husky