-
Notifications
You must be signed in to change notification settings - Fork 13
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
Failed to load plugin commitlint-plugin-jira-rules #6
Comments
Hi @reginilee, nice to meet you. I have cloned the repository and upgraded the commitlint/cli package to 16.2.3 but could not replicate the error you are facing. Have you tried to remove node_module and yarn install again? |
Hi @ChenRen93, yes, I have tried removing node_module and yarn install again. Since I have an ongoing final year project, I do not want to risk changing my local environment. Thus, I have created a virtual machine to work on this. After setting up the environment, cloning my private repository, running
For testing purposes, I have tried adding May I know if the |
Hi @reginilee, I checked the repository and noted that there is an error in the current |
For the commit lint format, we are using Reference: |
Understood. I am able to |
@ChenRen93 do you know what happened to this package/repo? It's completely disappeared from everywhere, including the GitHub repo. |
Thank you @gabor-at-reed for reaching out to us. We noticed that the package github repository has been deleted, and npm has listed it as depreciated. We will made the respective changes after further inspection, Could you please let us know the reason for these inquiries? Reference: https://www.npmjs.com/package/commitlint-plugin-jira-rules |
Following are the steps I have done when I ran into this error.
yarn install
.yarn serve
.git add
command, followed bygit commit
, with the intention of wanting to push my commits.I found a similar issue faced in conventional-changelog/commitlint#2481, however there were no solutions found. The author mentioned a difference in versions of the
@commitlint/cli
and that may be the root cause. I ran@commitlint/cli -v
on Command Prompt and found that my version is16.2.3
, while the version stated for@commitlint/cli
underdevDependencies
in the repo'spackage.json
is^13.2.0
, but I am not sure if this is truly the root cause.As I am unable to
git commit
, I could notgit push
my changes, which makes it difficult for me to continue coding as I do not want to push a big number of changes at once.I have been trying to look for answers and will continue looking, however I would like to raise this issue here hoping to get some assistance as this has been hindering my development process. Appreciate any assistance. Thank you!
The text was updated successfully, but these errors were encountered: