baker
baker copied to clipboard
Windows compatibility problem
This may be worth noting in the README ... ?
npm install in a regular Windows command prompt will fail, as git-hooks is trying to build a symlink. Running npm install in an administrator command prompt, however, will work.
For a mention of this known limitation see https://github.com/vercel/git-hooks/issues/10
Good point. I'd welcome a PR to the docs that explains this.