Giter VIP home page Giter VIP logo

Comments (2)

Julusian avatar Julusian commented on June 18, 2024

It might work to use @electron/rebuild to rebuild your library to the correct version of electron, I am unsure if that tool handles cmake-js correctly (I have never used it myself)

If it is a build issue, then my recommendation is to port the library to be node-api based instead of nan. That will mean it wouldn't need to be compiled for any specific version of node or electron, node-api is designed to be api compatible across versions (except for when electron broke one method a few releases back). Of course this may not be possible for technical or time reasons.

If it is crashing when first using your library, then it should either be doing so with the standard module incompatibility message, or it sounds like a bug in the c++ code, causing a segfault or something. It is hard to suggest anything more seeing as it didn't really log anything useful.
Perhaps you could try using it with electron running in nodejs mode https://www.electronjs.org/docs/latest/api/environment-variables#electron_run_as_node, maybe this will cause the crash or log output to be more useful? It will probably require writing a test script to get the library to do things without using anything electron.

from cmake-js.

Bilb avatar Bilb commented on June 18, 2024

can confirm it was fixed after moving to node-api

from cmake-js.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.