标签: javascript electron
我从here开始使用样板。 首次启动,我得到了Electron: Cannot read property 'on' of undefined。
Electron: Cannot read property 'on' of undefined
什么可能导致这样的问题?
编辑
尝试执行此操作时:
import { app, BrowserWindow } from 'electron'; console.log(app);
我的终端返回应用程序对象,但是我的Chrome控制台返回undefined
undefined