-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
electron: fix rebuild:electron command #8454
Conversation
the following commit fixes the `rebuild:electron` command to include `drivelist` as part of the list of native modules to rebuild for the `electron` target. Signed-off-by: vince-fugnitto <vincent.fugnitto@ericsson.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks Vince!
Tested on Gitpod.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Works for me too.
Do you have a link to the error or the bug report? I wonder why it became suddenly mandatory and why wasn't is a problem in the last 2-3 years? Or was it related to dependency updates? Thanks! |
Yes, it was related to the prior commit for the |
No worries, and thank you! |
@vince-fugnitto Why i still have error |
You have to run |
Hmm, interesting; I never run a Theia build after the electron rebuild but the other way around. Did this work for you earlier? Do you have a public repo I can try? |
I used https://github.com/eclipse-theia/theia-example , changed all dependencies version to 'next' , then run yarn, then yarn start |
I did not know this repo exists. Do not use it. Use these steps instead: https://github.com/eclipse-theia/theia/blob/master/doc/Developing.md#quick-start |
ok, ill try it , thx. |
👍 Let us know if you're still having issues. |
no error now, but I want to know why theia-example has issue. I want to build my own IDE , could you tell me how to start ? is there any useable & complete example? |
The goal is to eventually generate a desktop version IDE |
You should open an issue there and not comment on a closed PR.
|
ok thx |
@christlee1989 I think Please follow the advise above and inspire yourself from a more generic example. |
What it does
The following commit fixes the
rebuild:electron
command to includedrivelist
as part of the list of native modules to rebuild for theelectron
target. The pull-request fixes an issue where the electron app fails to start.How to test
yarn start:electron
.Review checklist
Reminder for reviewers
Signed-off-by: vince-fugnitto vincent.fugnitto@ericsson.com