美文网首页
2023-07-13 robotJs嵌入electron报错的方

2023-07-13 robotJs嵌入electron报错的方

作者: 罗不错 | 来源:发表于2023-07-12 16:32 被阅读0次
    1. 升级elelctron到最新版本,如25.3.0, 千万不要用18.0.3版本
    2. 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
    

    https://blog.csdn.net/hcjlwn/article/details/130636872

    相关文章

      网友评论

          本文标题:2023-07-13 robotJs嵌入electron报错的方

          本文链接:https://www.haomeiwen.com/subject/gnjpudtx.html