New comment by ju-ef on void-packages repository https://github.com/void-linux/void-packages/pull/47975#issuecomment-1872544035 Comment: Couldn't build i686 version (locally built `electron24` for i686 arch as there is [no such version](https://github.com/void-linux/void-packages/actions/runs/7357321097/job/20031535972?pr=47975#step:7:50)), even with removed [`do_configure()`](https://github.com/void-linux/void-packages/pull/47975/files#diff-658ecfaac699c5a51b33119d7128a237a5d02753d1bd77e314e52c0d47899311L18-L31) block; also tried to set env variable [`ELECTRON_SKIP_BINARY_DOWNLOAD=1`](https://releases.electronjs.org/release/v6.0.12) - no changes. ``` [!] Error: Electron failed to install correctly, please delete node_modules/electron and try installing again ``` Don't know how to fix it. But maybe because there is yarn set to 3.2.2 version: https://github.com/RocketChat/Rocket.Chat.Electron/blob/3.9.11/package.json#L161 https://github.com/RocketChat/Rocket.Chat.Electron/blob/3.9.11/.yarnrc.yml#L13