Erick Zhao

Results 246 comments of Erick Zhao

Added to the docs :) https://github.com/electron-forge/electron-forge-docs/commit/283158fddd682f60ba8d77f63cc42a6aa10e1ca2

I think this one has a fix: https://github.com/electron/forge/pull/3713

Hey @aadcg, are you able to run https://github.com/electron/electron-quick-start outside of the context of Fiddle? That's the sample code that we load by default into the program.

Hey @hab25, thanks for the report. As you mentioned in the issue, this is currently blocked on us upgrading our build system to `type: module` and upgrading to Vite 6....

> Solution: update listr2 to version "^8.1.0" Hey @hab25, thanks for the report. We're currently blocked on this until the next major version of Electron Forge because we currently support...

Someone asked me about this on Discord last week and I agree with the above. As you stated in the downsides section in the description, I think this too likely...

This is documented here: https://www.electronforge.io/config/typescript-configuration

I think I'm going to close this since the solution just seems to be keeping all package versions up to date with each other. There's potentially a follow-up to be...

Reading through the source code (thanks for linking the previous PR), it seems like the requirement on `rpmbuild` is only present when using `maker-rpm`. https://github.com/electron/forge/blob/cb656908606bf803866738e9b970303bd9fe206b/packages/maker/rpm/src/MakerRpm.ts#L22 It seems like `maker-rpm` and...

Hi @reitowo, If you would like to backport the PR to previous branches, a releaser can assist by running Trop automation. Backporting a feature PR will automatically put it up...