Issue while install github-desktop in arch linux #166634
Answered
by
iamawanishmaurya
astralinux-ops
asked this question in
New to GitHub
-
|
I'm trying to install github-desktop-bin from the AUR on my Arch Linux system, and I'm consistently getting gyp ERR! or node-gyp related build errors, often mentioning "configure error," "undefined reference to openssl_fips," or similar cryptic messages during the makepkg process. What's going on, and how can I fix it? |
Beta Was this translation helpful? Give feedback.
Answered by
iamawanishmaurya
Jul 18, 2025
Replies: 1 comment
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
astralinux-ops
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
sudo pacman -Syu base-develfirst to ensure all build tools are current.node -v.PKGBUILDforgithub-desktopon the AUR for any specificnodejsversion requirements (e.g.,nodejs-lts-gallium).nodejs-lts-hydrogenornodejs-lts-gallium) to compile, then switch back if needed for other development.yarn cache cleanandnpm cache clean --force.devtools(sudo pacman -S devtoolsthenmakechroot…