baker icon indicating copy to clipboard operation
baker copied to clipboard

Windows compatibility problem

Open stucka opened this issue 2 years ago • 1 comments

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

stucka avatar Jan 18 '23 14:01 stucka

Good point. I'd welcome a PR to the docs that explains this.

palewire avatar Jan 24 '23 19:01 palewire