Closed ParzivalVulpine closed 1 month ago
I want to note, that I accidentally discovered that apparently if I install @commitlint/config-conventional through npm, it seems to work (with commitlint installed from bun)
I assume this is not intended behavior and it would be best for commitlint and config-conventional to work from just installing them through bun like I detailed above in my issue.
This might be related to or duplicates #613 ?
This is not macos-specific (encountering this on Arch Linux). I'm running into the same issue with no obvious fix; I want to install commitlint globally; I've tried many invocations of commitlint, combined with all kinds of commitlintrc[ts/mjs/js/etc] but I CAN'T get it to work at all. Why is this so hard?
Steps to Reproduce
Current Behavior
Expected Behavior
Should output the linters analysis on my message
Affected packages
Possible Solution
No response
Context
I was interested in using bun for JS development and tried to install the cli utility to run globally through bun.
commitlint --version
@commitlint/cli@19.7.1
git --version
git version 2.39.5 (Apple Git-154)
node --version
v23.7.0