commitizen / commitizen/cz-cli
Global commitizen init has issues in 3.0.0
Open
- Dominant language
- JavaScript
- Stars
- 17.5k
- Forks
- 566
- Avg merge
- 8h 16m
- Merged PRs (30d)
- 1
Description
Commitizen installed globally seems to have issues in 3.0.0. It claims that an existing adapter is installed even if it is not.
Steps to reproduce:
```
mkdir my-dir
cd my-dir
git init
npm init --yes
npx commitizen init cz-conventional-changelog --save-exact --save-dev
```
Contributor guide
Assessment
This issue has not been assessed yet.