-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Scaffolding start error #170
Comments
@gouych thank you for the discussion, I transferred the issue to the appropriate repository. Can you try with the latest version of the generator ( "main": "lib/backend/electron-main.js", |
@vince-fugnitto The issue seems to be about the latest community release (1.34.4), using the main entry you point out won't work. @gouych Can you try the latest Theia release (1.39.0) as well? Just to narrow down whether it's an issue related to the community release or a general one. |
Everything works fine with the latest version. |
I am seeing issues with 1.39 in the electron-app as well, using the hello world template and the 0.1.35 generator. Otherwise starting the electron app fails with Steps to reproduce:
|
* rebuild needs to be run performed before build
* rebuild needs to be run performed before build
Fixed by #173. |
Bug Description:
I use the widget option of scaffolding to create a project, but it fails to run on the desktop
Steps to Reproduce:
1.yo theia-extension -t 1.34.4
2.I also added "main": "src-gen/frontend/electron-main.js" to electron-app/package.json
3.yarn watch && yarn start:electron
Additional Information
The text was updated successfully, but these errors were encountered: