




























@stercoraro I hasn't met the problem you said. Can you try again?
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.
@IuseAURBTW Thanks for your feedback, added it.
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)
@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
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。
@zxp19821005 sorry but I didn't realize I was on Manjaro. The package builds successfully on a clean Arch install.