6 ms·
Just use bun
by kreutz 3y ago
Just use bun
- fastball 3y agoI wanted to use Bun for our app but couldn't due to a lack of support for `postinstall` scripts at the moment.
- thegoleffect 3y agoAs 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 https://bun.sh/docs/cli/install#lifecycle-scripts
- fastball 3y agoThe former, specifically Electron. Adding it to "trustedDependencies" didn't seem to help. https://github.com/oven-sh/bun/issues/1588 https://github.com/oven-sh/bun/issues/1588
- deleted 3y ago[deleted]