We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Troubleshoot
If you're migrating from husky 4, see: https://typicode.github.io/husky/migrate-from-v4.html
Context Please describe your issue and provide some context:
Console Log:
'"node"' is not recognized as an internal or external command, operable program or batch file. husky - pre-commit script failed (code 1)
Screenshot
Note: Same issue in different language (#1276)
The text was updated successfully, but these errors were encountered:
Most probably node was not found in PATH. You can add echo $PATH at the top of pre-commit to check the value.
echo $PATH
pre-commit
Sorry, something went wrong.
Maybe it's configured!
No branches or pull requests
Troubleshoot
https://typicode.github.io/husky/troubleshoot.html
If you're migrating from husky 4, see:
https://typicode.github.io/husky/migrate-from-v4.html
Context
Please describe your issue and provide some context:
Console Log:
'"node"' is not recognized as an internal or external command,
operable program or batch file.
husky - pre-commit script failed (code 1)
Screenshot
Note: Same issue in different language (#1276)
The text was updated successfully, but these errors were encountered: