Search Criteria
Package Details: beekeeper-studio-git 5.7.0.beta.1.r21.gfe09946-1
Package Actions
| 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)
- electron39 (electron39-v3-binAUR, electron39-binAUR)
- gendesk (make)
- git (git-gitAUR, git-glAUR, git-wd40AUR) (make)
- jq (jq-gitAUR, jq-staticAUR, jaq-binAUR, jaq-gitAUR) (make)
- npm (python-nodejs-wheelAUR, npm-corepackAUR) (make)
- nvm (nvm-gitAUR) (make)
- python (make)
- ruby (make)
- yarn (yarn-berryAUR, yarn-corepackAUR) (make)
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-builderis 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.jsError:
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
yayas you can see in the command path. I successfully built and installed the AUR package by manually downloading it and runningmakepkg -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#L194IuseAURBTW 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).