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 hookSolution
rm -rf .git/hooks/
npm i -D huskyLast 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 hookSolution
rm -rf .git/hooks/
npm i -D huskyLast updated