git Yarn v2中的CommitLint

rekjcdws  于 2023-09-29  发布在  Git
关注(0)|答案(1)|浏览(91)

我试图在我的项目中使用yarn 2设置CommitLint和husky,但是当我提交时,我遇到了这个问题。有什么办法可以解决这个问题吗?我尝试使用以下3个命令:

  • npx --no-install commitlint --edit "$1"
  • yarn --no-install commitlint --edit "$1"
  • yarn run --no-install commitlint --edit "$1"

我使用的是Mac OS X 10.11.6和Node 14 LTS。我的repo在GitLab上(必须绕过commitlint检查)
Using npx
Using yarn
Using yarn run

3z6pesqy

3z6pesqy1#

我已经和CommitLint Devs核对过了。他说目前还不支持。你可以看看here。网站上也有一个说明

相关问题