Can't add electron

I’m trying to add electron to my ionic react project.

ionic cap open electron           
> npm i -E @capacitor/electron@latest

up to date, audited 2045 packages in 5s

18 vulnerabilities (5 low, 12 moderate, 1 high)

To address issues that do not require attention, run:
  npm audit fix

To address all issues possible (including breaking changes), run:
  npm audit fix --force

Some issues need review, and may require choosing
a different dependency.

Run `npm audit` for details.
> capacitor add electron
> capacitor open electron
> 

I had no issues to add android, but after trying everything i still don’t have a electron folder in my project

Any idea ?

@capacitor/electron is not maintained anymore, use @capacitor-community/electron instead.