2023-07-13 robotJs嵌入electron报错的方
2023-07-12 本文已影响0人
罗不错
- 升级elelctron到最新版本,如25.3.0, 千万不要用18.0.3版本
- electron里面只带了node版本,区别于本地安装的版本
如25.3.0对应node18.15.0
18.0.3对应node16.13.2
3.如下文章,进行一次编译
npm install --save-dev electron-rebuild
npm uninstall deasync
npm install deasync
./node_modules/.bin/electron-rebuild