webcord-git Bug with dependencies
See original GitHub issueAknowledgements
-
I have checked that there’s no other issue describing the same or similar problem that I currently have, regardless if it has been closed or open.
-
I can confirm that this is not an issue with the Discord website, but it is a problem specific to the WebCord itself. I have tested if this bug occurs on Chromium/Chrome or any other Chromium-based browser that uses unpatched/upstream Chromium engine.
-
I have tried running the build from the
master
branch and it does not have any fixes implemented according to my issue. -
My issue describes one of the unstable and/or not fully implemented features.
-
I have found a workaround to mitigate or temporarily fix this issue in affected releases (please write it in Additional context section below).
Operating System / Platform
🐧️ Linux
Operating system architecture
x64 (64-bit Intel/AMD)
Electron version
20.0.3
Application version
git
Bug description
wrong electron dependencies on AUR build script: string of dependencies in package.json: line 44 - electron>=13.0.0 <21.0.0 not recognizes as one string, as result we have wrong dependency and error on launch:
/usr/bin/webcord: line 2: 21.0.0: no such file or catalogue
as possibly fix, we can try change to something like “electron”: “<21.0.0”
Issue Analytics
- State:
- Created a year ago
- Comments:5 (4 by maintainers)
Top GitHub Comments
@IDeathByte Also this issue ticket was of wrong category, there’s a separate issue template for issues with building my software.
Fixed in
aur/webcord-git@12516c4
.