New comment by ProjectMoon on void-packages repository https://github.com/void-linux/void-packages/pull/25210#issuecomment-705472318 Comment: Ok, found the issue after checking against Arch PKGBUILD. It seems like by default, element-desktop executes against electron9, and when compiled with 10, you get a node module mismatch. I will update the PR with a script similar to this: https://aur.archlinux.org/cgit/aur.git/tree/element-desktop.sh?h=element-desktop-git ``` #!/bin/bash exec electron10 /usr/lib/element-desktop/resources/app.asar "$@" ```