-
Notifications
You must be signed in to change notification settings - Fork 341
Bumped up the 'electron-builder' version #320
Conversation
Hi @kittaakos , I built on Ubuntu 18.04 and got the following error when I tried to start the AppImage package:
|
Thanks for trying it out, I have cheated a bit and opened the app from |
Also pinned 'fs-extra' version. Closes #319 Signed-off-by: Akos Kitta <[email protected]>
Please try again. Now I installed the app and it works here. |
"bufferutil": "4", | ||
"utf-8-validate": "5" | ||
}, | ||
"// Notes:": [ | ||
"The resolution for `fs-extra` was required due to this: https://spectrum.chat/theia/general/our-theia-electron-builder-app-no-longer-starts~f5cf09a0-6d88-448b-8818-24ad0ec2ee7c" | ||
], | ||
"resolutions": { | ||
"vscode-languageserver-protocol": "3.15.0-next.9", |
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.
I have an application for JAVA and the section "resolutions" is not needed anymore with the latest Theia. In here we still need the fs-extra only
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.
I think we added the resolutions to all apps in this repo - maybe better to remove them all in one shot as well vs piecemeal?
Works now 👍 |
cc: @marechal-p : FYI, I think the problem with
In the current iteration (with fs-extra pinned in resolutions block), we get:
|
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 @kittaakos
Indeed, the output from |
Closes #319
I have verified it locally, it builds and runs.
Upstream ref: electron-userland/electron-builder#3990 (comment)
Signed-off-by: Akos Kitta [email protected]