bun
bun copied to clipboard
Add support for packages that need building
What is the problem this feature will solve?
Lot of packages have a post/pre install hook which builds the package for example: husky, @sentry/cli, react-native-purchases
What is the feature you are proposing to solve the problem?
building fresh packages like Yarn
What alternatives have you considered?
No response
$ time bun install
bun install v0.1.10
+ [email protected]
+ [email protected]
+ [email protected]
+ [email protected]
+ [email protected]
+ [email protected]
+ [email protected]
+ [email protected]
+ [email protected]
+ [email protected]
+ [email protected]
+ [email protected]
/bin/bash: husky: command not found
979 packages installed [10.99s]
Script error "prepare" exited with 127 status
Yes, we will support this when we add npm lifecycle hooks: #606