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
1.0.25
Darwin 22.6.0 arm64 arm
Install node-canvas in a typescript project. Try to build and run, or run project using Bun
No response
Getting error dyld[50957]: missing symbol called
dyld[50957]: missing symbol called
The text was updated successfully, but these errors were encountered:
I have the same issue, it's still there in v1.1.0 ([email protected]).
The minimum code that causes the error:
import { createCanvas } from 'canvas'; createCanvas(100, 100);
And the error itself looks like this on my machine:
dyld[34691]: missing symbol called
Sorry, something went wrong.
@Lukasz-pluszczewski please see #5835
We are tracking this in #4290.
@190n is actively working on supporting V8 C++ APIs in Bun.
Please follow along in #4290
No branches or pull requests
What version of Bun is running?
1.0.25
What platform is your computer?
Darwin 22.6.0 arm64 arm
What steps can reproduce the bug?
Install node-canvas in a typescript project. Try to build and run, or run project using Bun
What is the expected behavior?
No response
What do you see instead?
Getting error
dyld[50957]: missing symbol called
Additional information
No response
The text was updated successfully, but these errors were encountered: