Manual Export after 2/12 Update

I’m liking the most recent GDevelop updates’ performance but the push to a new version of electron seems to have outdated manual exporting – redownloading the most recent version of Yarn appears to not help. Anybody have pointers on getting manual exporting back to a functioning state? This is the side of development I’m sorely inexperienced in.

The exact errors from command prompt is:
[2/4] Fetching packages…
error @electron/rebuild@4.0.1: The engine “node” is incompatible with this module. Expected version “>=22.12.0”. Got “20.15.1”
error Found incompatible module.

Hmmm… that seems like you are on an old version of nodeJS. Can you update that and see what it gives?

1 Like

AH! Node is Node.JS! I really should’ve connected the dots, bahaha. Installed it and it appears to work albeit slightly slower than normal. Much better than the built-in limited exporting, though. Thank you!

1 Like