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

推荐订阅源

有赞技术团队
有赞技术团队
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
IT之家
IT之家
博客园 - 【当耐特】
罗磊的独立博客
Stack Overflow Blog
Stack Overflow Blog
MyScale Blog
MyScale Blog
WordPress大学
WordPress大学
The GitHub Blog
The GitHub Blog
H
Hackread – Cybersecurity News, Data Breaches, AI and More
Hugging Face - Blog
Hugging Face - Blog
I
InfoQ
B
Blog RSS Feed
腾讯CDC
云风的 BLOG
云风的 BLOG
N
Netflix TechBlog - Medium
Apple Machine Learning Research
Apple Machine Learning Research
GbyAI
GbyAI
雷峰网
雷峰网
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
D
DataBreaches.Net
The Cloudflare Blog
V
V2EX
S
SegmentFault 最新的问题

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)