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
{{ message }}
This repository has been archived by the owner on Dec 27, 2022. It is now read-only.
@substack - Beaker broke for me a month or two back on Debian Sid (Unstable) and the default node package. I switched to downloading the release stable binaries from nodejs.org and everything worked fine.
I get this same thing on Debian Stable; even though the versions are different, the issue might be electron/electron#12850 . I could get Beaker to start only by running
npm start > /dev/null
Based on very little evidence, I think this may be an Electron problem instead of a Beaker problem. HTH
I'm on debian 9. After
npm run burnthemall
beaker hangs atnpm start
:I ran into this behavior recently with another electron app and downgrading to version 2 fixes the issue.
The text was updated successfully, but these errors were encountered: