一、问题
使用husky运行npm run commit
时报错:fatal: cannot run .husky/pre-commit: No such file or directory
二、解决
将pre-commit页面换行符由CRLF换成LF即可!!
原来都正常,还以为是换了mac的问题,很无奈。
三、参考
https://github.com/conventional-changelog/standard-version/issues/254#issuecomment-424669323