Can not use it in Electron
See original GitHub issueFirst of all, thank you very much for providing such an excellent library.
When I was using it in Electron, I started the Electron app and the console reported the following error:
S_9SignatureEEEiNS_19ConstructorBehaviorENS_14SideEffectTypeE
Referenced from: /Users/ransixi/Documents/marktext/node_modules/canvas-prebuilt/canvas/build/Release/canvas.node
Expected in: flat namespace
dyld: Symbol not found: __ZN2v816FunctionTemplate3NewEPNS_7IsolateEPFvRKNS_20FunctionCallbackInfoINS_5ValueEEEENS_5LocalIS4_EENSA_INS_9SignatureEEEiNS_19ConstructorBehaviorENS_14SideEffectTypeE
Referenced from: /Users/ransixi/Documents/marktext/node_modules/canvas-prebuilt/canvas/build/Release/canvas.node
Expected in: flat namespace
I can be sure that the error is caused by vega-embed
, but I don’t know how to fix it? Do you know?
Issue Analytics
- State:
- Created 5 years ago
- Comments:5 (2 by maintainers)
Top Results From Across the Web
Don't Use Electron Until You've Read This Article - Medium
As with anything else in technology, there are drawbacks to Electron. There are concerns about the size and performance of apps made with ......
Read more >Cannot use exports and imports in Electron.js - Stack Overflow
Now, I cannot use import/exports. Whenever I am adding an export statement below the above code, it gives an error saying Uncaught TypeError: ......
Read more >Why you should use an Electron alternative - LogRocket Blog
In this article, I will be discussing two alternatives to Electron: Tauri and Neutralino.js. I will also show you how to install and...
Read more >Win7 can't open electron app after upgrade to v19.x.x #35219
It copies over the function, but then doesn't use it within the patch? 1
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Not sure if this will be useful, but vega-desktop is an Electron app for vega. You might find example usage there.
@domoritz Sorry for I paste the wrong error message, I have updated it in the issue description.