SyntaxFix
Write A Post
Hire A Developer
Questions
I confirm. We must add:
webPreferences: { nodeIntegration: true }
For example:
mainWindow = new BrowserWindow({webPreferences: { nodeIntegration: true }});
For me, the problem has been resolved with that.