无法 git 提交
Unable to git commit
提交时,出现以下沙哑错误。
我运行npx --version
查看是否安装了npx。
它显示 8.0.0
.
在运行rm -rf .husky
之后,我又做了一次git提交,但是并没有解决问题。
错误
.husky/pre-commit: line 4: npx: command not found
husky - pre-commit hook exited with code 127 (error)
npx 沙哑初始化
npm 安装
enter image description here
npm 运行 准备
提交时,出现以下沙哑错误。
我运行npx --version
查看是否安装了npx。
它显示 8.0.0
.
在运行rm -rf .husky
之后,我又做了一次git提交,但是并没有解决问题。
错误
.husky/pre-commit: line 4: npx: command not found
husky - pre-commit hook exited with code 127 (error)
npx 沙哑初始化 npm 安装
enter image description here
npm 运行 准备