The "postinstall": "husky install", hook is not only run when running npm i in this repo but also when installing this repo as a dependency. I don't have husky installed globally which causes this install to fail, but otoh husky shouldn't be installing when grabbing this as a dependency to start with
The
"postinstall": "husky install",
hook is not only run when runningnpm i
in this repo but also when installing this repo as a dependency. I don't have husky installed globally which causes this install to fail, but otoh husky shouldn't be installing when grabbing this as a dependency to start with