escapedcat
escapedcat
> Would you be able to create a PR?
Wanna create a PR?
This is the error you get when you install it with a wrong version: ```sh user@machine ~/test npm install --save-dev @commitlint/{cli,config-conventional} npm WARN EBADENGINE Unsupported engine { npm WARN EBADENGINE...
Yeah, that could be the case: ```sh user@machine ~/test npx @commitlint/cli @commitlint/[email protected] - Lint your commit messages [input] reads from stdin if --edit, --env, --from and --to are omitted Options:...
Ah no, same. Forgot to delete the `node_modules` in my `test` folder... ```sh user@machine ~/test npx @commitlint/cli Need to install the following packages: @commitlint/cli Ok to proceed? (y) y npm...
Hm, can't decide. On the one hand the warning seems to be the default in the ecosystem and people should be used to that? On the other hand it might...
Found something here: https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/parse/README.md#api Hope this helps
Happy for a PR to tackle and improve this
Which node version are you using? Can't reproduce this with v18/20
Closing because of missing feedback. Please re-open if wanted.