-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
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
使用 electron13 + electron-react-boilerplate 一些包报错+native包问题 #61
Comments
如果装native包,务必在 app/release/下安装,并且要使用 npm 而不是yarn. electron-react-boilerplate 使用的rebuild版本有问题,直接升级到最新版本。 |
未解决问题。 基于ffi-napi 多次调用win32的方法,QueryDisplayConfig,node进程会直接中断退出。
|
mac需要动态不引入win32的native包(会报错) |
需要安装node-gyp构建环境(开发机 & 打包机)
|
参考资料文档: 如何实现外界屏幕模式切换 在 Electron 下调用 Win32 API 的经历 node 如何执行 windows API 外部函数接口 FFI —— 虚拟机中重要但不起眼的组件 问题:
https://juejin.cn/post/6854573212341108749#heading-9 |
锁版本, 统一 编译需要的C++版本,python版本 |
能run起来的最粗暴的方式就是
把nodeIntegration打开,把contextIsolation关掉。
The text was updated successfully, but these errors were encountered: