Open praveen69sk opened 2 years ago
Hi, without a reproducible project it is hard to help.
But I think @theia/electron@1.20.0
depends on electron ^9.0.2
while your electron-app package.json has "electron": "15.3.5"
as a dependency. This could be a mismatch.
So maybe you could try using 9.4.4
in the electron-app package.json and in the electron-builder.yml
I'm trying to build a simple Hello-World electron application,
Environment:
package structure- Hello-World-App |-browser-app |-electron-app |-package.json
Steps to reproduce: using yo theia-extension create Hello-World App and change the package.json content respectively as i mentioned for theia 1.20.0 version and try to create the exe or debian package out of it.
For me
Note: I am referring theia-blueprint as an example Plz have a look at the screenshot: Error
root package.json content
electron-app package.json content
I would be grateful for any help.