So, I am writing an application with the node/express + jade combo.
I have client.js, which is loaded on the client. In that file I have code that calls
client.js
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