You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to build frontend, but npm i failed with electron-prebuilt that search too old electron binary zip and not found for darwin-arm64.
and I removed it from devDependencies and build again, then it got success to build.
electron-prebuilt was marked deprecate long long year ago.
can we remove this (or replace similar one if needed)?