Package Details: beekeeper-studio-git 5.7.0.beta.1.r21.gfe09946-1

Git Clone URL: https://aur.archlinux.org/beekeeper-studio-git.git (read-only, click to copy)
Package Base: beekeeper-studio-git
Description: Modern and easy to use SQL client for MySQL, Postgres, SQLite, SQL Server, and more.(Use system-wide electron)
Upstream URL: https://www.beekeeperstudio.io/
Keywords: database electron mysql postgresql sql sql-server sqlite
Licenses: GPL-3.0-only
Submitter: zxp19821005
Maintainer: zxp19821005
Last Packager: zxp19821005
Votes: 1
Popularity: 0.080322
First Submitted: 2024-03-26 05:41 (UTC)
Last Updated: 2026-03-11 20:37 (UTC)

Dependencies (9)

Required by (0)

Sources (2)

Latest Comments

stercoraro commented on 2026-02-17 08:43 (UTC)

@zxp19821005 sorry but I didn't realize I was on Manjaro. The package builds successfully on a clean Arch install.

zxp19821005 commented on 2026-02-12 05:45 (UTC)

@stercoraro I hasn't met the problem you said. Can you try again?

stercoraro commented on 2026-02-11 07:46 (UTC) (edited on 2026-02-11 08:03 (UTC) by stercoraro)

Hi, I'm having an issue building the package. It seems that electron-builder is unable to find the installed electron version, even though it's being passed explicitly with a cli flag (-c.electronDist).

Command: $HOME/.cache/yay/beekeeper-studio-git/src/beekeeper-studio.git/node_modules/.bin/electron-builder --linux dir -c.electronDist=/usr/lib/electron39 --config electron-builder-config.js

Error: Cannot compute electron version from installed node modules - none of the possible electron modules are installed and version ("") is not fixed in project. See https://github.com/electron-userland/electron-builder/issues/3984#issuecomment-504968246

@zxp19821005 what do you think? Should I post this on GitHub? I'm not sure if this is the right place, hope it's fine to put it here :D

EDIT

I'm using yay as you can see in the command path. I successfully built and installed the AUR package by manually downloading it and running makepkg -i, maybe the problem lies with the helper, not the package itself? Apologies if that's the case.

zxp19821005 commented on 2026-01-13 02:09 (UTC)

@IuseAURBTW Thanks for your feedback, added it.

IuseAURBTW commented on 2026-01-12 15:46 (UTC) (edited on 2026-01-12 15:46 (UTC) by IuseAURBTW)

thx. node-gyp seems to require python to build some c++ stuff. the error of python not found (when building in clean chroot) is solved by adding python as make dep (tho still cannot build. still trying)

zxp19821005 commented on 2026-01-12 03:48 (UTC)

@IuseAURBTW Thanks for your feedback, I'd updated the electron version to electron39, followed the upstream: https://github.com/beekeeper-studio/beekeeper-studio/blob/a821600fe6534f4316345eea32327580a31aa9ce/apps/studio/package.json#L194

IuseAURBTW commented on 2026-01-11 12:00 (UTC)

Please use an updated electron version. Electron 32 is too old. Upstream uses electron 39 (https://github.com/beekeeper-studio/beekeeper-studio/blob/master/apps/studio/package.json).