cz-customizable icon indicating copy to clipboard operation
cz-customizable copied to clipboard

Unresolved module when cz-customizable is located under git base directory

Open GradedJestRisk opened this issue 4 years ago • 0 comments

In this sandbox, nested 2 levels under repository root, npx git-cz triggers this message

$ pwd
<BASE_DIR>/git-training/config/cz_customizable/sandbox
$ npx git-cz
Could not resolve <BASE_DIR>/git-training/node_modules/cz-customizable. 

However, when moved to the repository's root, everything is fine. The fix is easy, copied from commitizen README

GradedJestRisk avatar Apr 13 '20 08:04 GradedJestRisk