Cannot read properties of undefined (reading 'app')
HI. I have problem with 'electron' module. error 'Cannot read properties of undefined (reading 'app')'.

@ifargan873
in package.json update "electron": ">=11.5.0" to "electron": "12"
then update dependencies
npm update
Using "electron": "^6.1.12" in devDependencies worked for me
Both answers not working for me Has anyone find a solution?
Same error here:
Uncaught TypeError: Cannot read properties of undefined (reading 'app')
simply update your Electron package/module to the latest version
How can i solve this?
My npm global electron version is v27.0.3