Suddenly I am getting the "husky > pre-commit hook failed (add --no-verify to bypass)" error message when I give the git commit
.
(C:\Windows\System32\cmd.exe)
> git commit
husky > npm run -s precommit (node v12.18.3)
'pretty-quick' is not recognized as an internal or external command,
operable program or batch file.
husky > pre-commit hook failed (add --no-verify to bypass)
I tried git clean
command too. Anyone faced similar issue?