freddy38510 / vue3-lazy-hydration

Lazy Hydration for Vue 3 SSR
MIT License
145 stars 5 forks source link

[BUG] cannot install v1.2.0 in pnpm monorepo #42

Closed dsvgl closed 2 years ago

dsvgl commented 2 years ago

Updating to latest 1.2.0 in my pnpm monorepo results in the following error after installing deps with pnpm i:

postinstall: sh: simple-git-hooks: command not found
Bildschirmfoto 2022-09-23 um 20 31 02
dsvgl commented 2 years ago

works, thx!

freddy38510 commented 2 years ago

Sorry, I thought these scripts would only run when installing dependencies from the library project itself. I guess I was wrong.

I'm glad it works now !