惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

F
Fortinet All Blogs
罗磊的独立博客
IT之家
IT之家
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
月光博客
月光博客
博客园 - Franky
博客园 - 聂微东
博客园_首页
爱范儿
爱范儿
量子位
博客园 - 三生石上(FineUI控件)
G
Google Developers Blog
Martin Fowler
Martin Fowler
小众软件
小众软件
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
Y
Y Combinator Blog
Vercel News
Vercel News
腾讯CDC
Microsoft Azure Blog
Microsoft Azure Blog
Hugging Face - Blog
Hugging Face - Blog
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
The Cloudflare Blog
Engineering at Meta
Engineering at Meta

AUR Newest Packages

AUR (en) - linuxqq-clipsync-git AUR (en) - libtslitex-git AUR (en) - libtslitex-git AUR (en) - carton-appimage AUR (en) - veila-git AUR (en) - veila-bin AUR (en) - vigil-baseline AUR (en) - byedroid AUR (en) - neovim-base16-git AUR (en) - pirata AUR (en) - rpi-imager-git-non-root AUR (en) - python-fastapi-sso AUR (en) - tmux-ai-titles AUR (en) - zeed-bin AUR (en) - bclone-bin AUR (en) - dwl-git-azerty AUR (en) - auggie-bin AUR (en) - libspatialaudio-git AUR (en) - libspatialaudio AUR (en) - miniupnpd-iptables-legacy AUR (en) - miniupnpd-nft AUR (en) - jeeves-bin AUR (en) - opennow AUR (en) - rotki AUR (en) - kapi-bin AUR (en) - classfi-bin AUR (en) - classfi-git AUR (en) - classfi AUR (en) - giff-git AUR (en) - budget-tracker-bin
AUR (en) - beekeeper-studio-git
2026-06-03 · via AUR Newest Packages

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)