那里。我正在尝试使用 yarn 2 在我的项目中设置 CommitLint 和 husky,但是当我提交时,我遇到了这个问题。有没有什么办法解决这一问题?我尝试使用以下 3 个命令:
npx --no-install commitlint --edit "$1"
yarn --no-install commitlint --edit "$1"
yarn run --no-install commitlint --edit "$1"
我正在使用带有 Node 14 LTS 的 Mac OS X 10.11.6。我的仓库在GitLab上(必须绕过 commitlint 检查)