Open BartusZak opened 3 years ago
I had a similar problem when updating an old package and in my case the problem was that in my
package.json
I had the following config:"config": { "commitizen": { "path": "./node_modules/cz-conventional-changelog" } }
I was getting the issue even when I'd updated to
^3.0.2
, and found I had to update the config to:"config": { "commitizen": { "path": "cz-conventional-changelog" } }
Ref: https://github.com/commitizen/cz-conventional-changelog/issues/89
Hey,
I can not run
commitizen
.Error:
"commitizen": "4.2.1",
OS:
Thanks for any hints.