Git 未生成挂钩

Git hooks not generated

我正在开发一个项目,该项目使用 husky 设置了一些 git 挂钩。我 运行 npm install 可以看到安装了 husky 但没有生成钩子。

我怎样才能生成相同的文件?

PS 我没有任何预先存在的挂钩。

如有任何帮助,我们将不胜感激。

您可以使用 node node_modules/husky/husky.js install 要么 node node_modules/husky/bin/install.js 对于一些旧版本。 参考:https://github.com/typicode/husky/issues/81