We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
canvas
1.0.0
Darwin 22.5.0 arm64 arm
bun install canvas
The necessary build step to compile the native addon modules should be executed during installation, and the canvas module should work as expected.
The build step is not executed, leading to missing native dependencies and the canvas module not working as expected.
i.g bun probably ignoring prebenchmark script in package.json file
prebenchmark
package.json
The text was updated successfully, but these errors were encountered:
Duplicate of #4959 Related to #5835
Sorry, something went wrong.
Fixed by @dylan-conway and @paperdave in #7132
This will be part of the Bun v1.0.17 release, which ships in a few hours from the time of writing.
In the meantime, you can run bun upgrade --canary
bun upgrade --canary
No branches or pull requests
What version of Bun is running?
1.0.0
What platform is your computer?
Darwin 22.5.0 arm64 arm
What steps can reproduce the bug?
bun install canvas
What is the expected behavior?
The necessary build step to compile the native addon modules should be executed during installation, and the canvas module should work as expected.
What do you see instead?
The build step is not executed, leading to missing native dependencies and the canvas module not working as expected.
Additional information
i.g bun probably ignoring
prebenchmark
script inpackage.json
fileThe text was updated successfully, but these errors were encountered: