-
Notifications
You must be signed in to change notification settings - Fork 555
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Error in Readme: npx git-cz installs wrong package #564
Comments
Yeah, you are correct. Looks like we will need to figure out how to work with npx since our repo, package and binary names are all different 🤕 |
I've found a workaround to this issue. I don't like installing global packages, so in my package.json I've got everything set up like this.
Running My suggestion would be to let people know in the README.md that there is confusion between two versions of git-cz. This left me stumped for the most part of the day, and knowing that commitizen has it's own internal git-cz script separate streamich's one, would've saved me a shit-ton of headscratching |
This just cost me two hours of bewilderment. Please fix your docs. |
@fdlk Please put in a PR if it is this frustrating to help anyone else going forward. You can literally do this in the github interface by editing Readme.md. |
…dly repository Fixes commitizen#564
In the Readme it says
This will install this package though (streamich/git-cz).
Is this intended? The package doesn't seem related to the official commitizen team.
Note: Commitizen will still work, but it will use the streamich/git-cz emoji adapter.
The text was updated successfully, but these errors were encountered: