Beaker: .appimage works but npm start doesn't

Created on 23 Sep 2018  路  4Comments  路  Source: beakerbrowser/beaker

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();
    });
bug

Most helpful comment

Apologies, I messed up some dependency version pinning. I'll try to get this fixed today.

All 4 comments

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:

  • In app/package.json, change beaker-core version from ^2.10.5 to 2.10.5
  • Run npm run burnthemall
  • Run npm start

@hossameldeen Just pushed that fix. Thanks.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

NicholasGWK picture NicholasGWK  路  4Comments

johanbove picture johanbove  路  3Comments

aaronshaf picture aaronshaf  路  3Comments

LWFlouisa picture LWFlouisa  路  4Comments

monteslu picture monteslu  路  3Comments