gpt4 book ai didi

node.js - 类型错误 : Cannot read property 'showMessageBox' of undefined electron in node js

转载 作者:行者123 更新时间:2023-12-03 12:24:27 24 4
gpt4 key购买 nike

下面的代码只是使用 Electron Node 模块显示对话框。

app.js

    const { dialog } = require('electron')
const response = dialog.showMessageBox(null);
console.log(response);

需要帮助以了解为什么我收到以下错误消息:
    const response = dialog.showMessageBox(null);
^
TypeError: Cannot read property 'showMessageBox' of undefined
at Object.<anonymous> (C:\Users\1217688\Desktop\WebApp\node-elect-test\app.js:2:25)
at Module._compile (module.js:660:30)
at Object.Module._extensions..js (module.js:671:10)
at Module.load (module.js:573:32)
at tryModuleLoad (module.js:513:12)
at Function.Module._load (module.js:505:3)
at Function.Module.runMain (module.js:701:10)
at startup (bootstrap_node.js:190:16)
at bootstrap_node.js:662:3

最佳答案

在渲染器进程中,添加 .remote

const { dialog } = require('electron').remote

关于node.js - 类型错误 : Cannot read property 'showMessageBox' of undefined electron in node js,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/55761223/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com