Operation System: ubuntu 18.04
Beaker version: prerelease.9
I used node 8.12 LTS and 10.11 to build ... same problem
Beaker "window frame" starts, but initializing the menus seems to fail in main.js line 137:
error: beaker.browser.getInfo().then .. is not a function
beaker.browser.getInfo().then(info => {
this.browserInfo = info;
this.updateActives();
});
I did download the appimage file and installed it. .. The packaged version seems to work as intended.
Apologies, I messed up some dependency version pinning. I'll try to get this fixed today.
To anyone who needs a _temporary_ quick fix urgently:
app/package.json, change beaker-core version from ^2.10.5 to 2.10.5npm run burnthemallnpm start@hossameldeen Just pushed that fix. Thanks.
Most helpful comment
Apologies, I messed up some dependency version pinning. I'll try to get this fixed today.