question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Can not use it in Electron

See original GitHub issue

First 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:closed
  • Created 5 years ago
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
kristwcommented, Nov 7, 2018

Not sure if this will be useful, but vega-desktop is an Electron app for vega. You might find example usage there.

0reactions
Jocscommented, Nov 7, 2018

@domoritz Sorry for I paste the wrong error message, I have updated it in the issue description.

Read more comments on GitHub >

github_iconTop 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 >
Security | Electron
A set of guidelines for building secure Electron apps.
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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found