[pi-dcp] npm install fails: @stacksjs dependencies run bunx git-hooks in postinstall
Hi, I'm having trouble installing this on my machine. I know I can install it manually but I'd like to have it handled by settings.json in pi.
Pi debug information:
Installing @edmundmiller/pi-dcp via npm install -g fails because @stacksjs/clapp and @stacksjs/clarity have postinstall scripts that run bunx git-hooks, which fails with:
```
error: could not determine executable to run for package git-hooks
```
This is a development-time step (setting up git hooks) that shouldn't run when the package is installed as a dependency.
0 条评论