error: unknown option `hook'
See original GitHub issueHello, I am trying to use ‘git commit’ using a husky hook as mentioned in the docs but I get error: unknown option `hook'
when husky is trying to run exec < /dev/tty && git cz --hook
Issue Analytics
- State:
- Created 4 years ago
- Reactions:9
- Comments:5
Top Results From Across the Web
Why does git commit fail with a sed error? - Stack Overflow
One way you can verify this is to run git commit with -n so that the hooks are bypassed. If it works, then...
Read more >Commitizen - GitHub Pages
This example shows how to incorporate Commitizen into the existing git commit workflow by using git hooks and the --hook command-line option. This...
Read more >Set up ESLint, Prettier, Commitizen, Husky and friends in 2022
Step by step setup guide to help you to set up commitizen, ESLint, Prettier and Husky in your front end javascript project in...
Read more >filehook error with memoir after update texlive 2019 in Oct 15
I got this error: Package filehook Warning: Detected 'scrlfile' package with unknown definition of \InputIfFileExists. The 'force' option of ' ...
Read more >commander - npm
node split.js -s / --fits a/b/c error: unknown option '--fits' (Did you ... You can add callback hooks to a command for life...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I had to rerun the commands
./node_modules/.bin/commitizen
and./node_modules/.bin/commitizen init cz-conventional-changelog --save-dev --save-exact
@Indimeco Are you sure? I am already using this version.