-
Notifications
You must be signed in to change notification settings - Fork 130
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
Error module did not self-register ( drivelist.node ) while starting electron app #349
Comments
Also bumping into the same build issue with Theia-bluprint tagged at Theia 1.44.0 ( 81553f9 ), so perhaps it's something more to do with my environment. |
I was still experiencing this issue months later with the latest theia-blueprint, where doing a what should be an updated checkout (with Somehow what seemed to work (and I'm still confused as to why) was trying All this said, is there perhaps some guidance that could be added into the Readme to help those encountering this issue? Particularly for those just getting started and not doing automated builds? I've been bumping into it intermittently for a couple years. |
…y changes/pulling to a new commit Proposing a note in the readme for those doing manual builds to run `git clean -xfd` when updating to a newer commit of the repo, particularly when updating dependencies. The jenkinsfile already does this, see eclipse-theia#349 (comment) for more info. As a casual hobbyist developer who comes back to working on Theia intermittently this issue has come back to frustrate me for a while and seems to have come up in other conversations. There may be some better ways to handle this but the `git clean -xfd` approach has seemingly been more reliable.
Bug Description:
Repeating the issue I've also left a comment on in eclipse-theia/theia#13126 , where I'm noticing I can't seem to build theia-blueprint (commit 4682fb9 ) in my current environment and end up with this error:
Steps to Reproduce:
theia-blueprint
foldergit reset --hard master
andyarn clean
yarn && yarn build && yarn download:plugins
yarn electron package:preview
./applications/electron/dist/linux-unpacked/theia-ide-electron-app
end up with the following error:
#Environment:
The text was updated successfully, but these errors were encountered: