-
Notifications
You must be signed in to change notification settings - Fork 934
Cannot find module 'conventional-commits-parser' #3049
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
Comments
Can you reproduce this locally? I can't. You can also try to use one of the GH actions commitlint actions available. Try googling those. |
@escapedcat I reproduce locally, yes. As you can see from my report, the issue happens right during loading of the cli. I am not even linting any commit, simply trying to get You got it right, I'm looking into a GH action, therefore I'll go after an existing package for now. |
Hm, would you mind creating a repo with steps to reproduce this? As I said, I can't reproduce this locally. |
@escapedcat Clearing my repo and installing again, I no longer have the issue. I suppose I had some setup clashing. Closing as I can't reproduce previous issue with a clean repo + am going to use an existing GH action. Thanks for your time, sorry for bothering there 😅 |
Expected Behavior
Classic output. Your README doesn't mention the package is needed to run the tool.
Current Behavior
Affected packages
Possible Solution
Steps to Reproduce (for bugs)
npm install --save-dev @commitlint/config-conventional @commitlint/cli
commitlint --version
Context
Running commitlint
Configuration
package.json
Your Environment
commitlint --version
@commitlint/cli
@commitlint/config-conventional
git --version
node --version
The text was updated successfully, but these errors were encountered: