Explained pnpm vs npm install behavior discrepancy
Explained pnpm vs npm install behavior discrepancy
The user observed a discrepancy between `pnpm` and `npm` when installing the package `@earendil-works/pi-coding-agent`. The assistant explained that `pnpm` blocks dependency lifecycle scripts by default from version 10 onward for security, causing an interactive picker to appear due to multiple packages with install scripts, whereas `npm` runs these scripts automatically and does not show the picker.