Electron Uncaught Error: A dynamic link library (DLL) initialization routine failed

后端 未结 2 1957
终归单人心
终归单人心 2020-12-29 06:58

I\'ve successfully built node.js addon, which works well with Node on Windows. Now, I want to create a Windows app using Electron. When loading the module in HTML file, I g

2条回答
  •  夕颜
    夕颜 (楼主)
    2020-12-29 07:42

    You need to rebuild your native Node addon for Electron, the steps are outlined in the docs.

提交回复
热议问题