Skip to content
Discussion options

You must be logged in to vote
  1. Run czg. It is a standalone CLI and does not require any other dependencies (like cz-git).
  2. When you use a global setup and cannot find the cz-git module, it is because it cannot locate the cz-git module in your {current_dir}/node_modules.

The reason for issue is that you are using a module (cz-git) exported type-help function in your configuration. You just need to remove it (type-helper function is provide to project configure):


BTW, in my opinion, global configuration doesn’t require highly dynamic customization (JavaScript-based configuration). Generally, using a JSON configuration in .czrc is sufficient.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by vhuk2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants