Skip to content
Discussion options

You must be logged in to vote
  1. Update Your System: Always run sudo pacman -Syu base-devel first to ensure all build tools are current.
  2. Node.js Version Check:
    • Find your node -v.
    • Check the PKGBUILD for github-desktop on the AUR for any specific nodejs version requirements (e.g., nodejs-lts-gallium).
    • If there's a mismatch, you might need to temporarily switch to an LTS (Long Term Support) Node.js version (e.g., nodejs-lts-hydrogen or nodejs-lts-gallium) to compile, then switch back if needed for other development.
  3. Clean Caches: Clear yarn cache clean and npm cache clean --force.
  4. Use a Clean Chroot (Best Solution): For persistent errors, building in a clean chroot using devtools (sudo pacman -S devtools then makechroot…

Replies: 1 comment

Comment options

You must be logged in to vote
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
Labels
None yet
2 participants