Hacker News new | ask | show | jobs
by thegoleffect 974 days ago
As in the dependencies you add don't run their postinstall scripts or your app's package defines a postinstall and that script doesn't run?

The latter should work but the former requires an extra step for now iirc: https://bun.sh/docs/cli/install#lifecycle-scripts

1 comments

The former, specifically Electron. Adding it to "trustedDependencies" didn't seem to help.

https://github.com/oven-sh/bun/issues/1588