-
Notifications
You must be signed in to change notification settings - Fork 912
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: use ESM for cli #3642
Comments
How to repoduce this? You got a repo? |
It seems a package manager issue which resolves |
Hey @JounQin, |
The following did the trick.
|
Sorry, I'm late. I was using |
Could this be solved by commitlint with a resolution? |
Maybe as I said, migrate cli to ESM. |
Currently no time or motivation. Happy for any help. |
Happy for a PR here |
OK, I'll raise a PR then. |
@escapedcat Please help to review #3850, I've fixed almost all test cases except a few ones which seems to be related to Terminal colors and locale. |
Also linking #3251 here |
Expected Behavior
wrap-ansi
required bycliui
byyargs
is ESM only nowCurrent Behavior
Affected packages
Possible Solution
Use ESM for cli
related yargs/cliui#139
Steps to Reproduce
Context
No response
commitlint --version
@commitlint/[email protected]
git --version
2.41.0
node --version
v18.17.1
The text was updated successfully, but these errors were encountered: