Closed RexHung0302 closed 1 year ago
I install cz-custom and cz-customizable
my package.json setting is
"config": { "commitizen": { "path": "./node_modules/cz-customizable" }, "cz-custom": { "config": "./.cz-config.js" } }
Error: Cannot find module "conventional-changelog-lint-config-cz"
how can I resolve it?
I remove extends: ['cz'] setting from commitlint.config.cjs can work. Thx
extends: ['cz']
commitlint.config.cjs
I install cz-custom and cz-customizable
my package.json setting is
Error: Cannot find module "conventional-changelog-lint-config-cz"
how can I resolve it?