-
-
Notifications
You must be signed in to change notification settings - Fork 207
Description
Is there an existing issue for this?
- I have searched the opened issues
Problem description
Hello,
I tried to clone and build this project on my Ubuntu 22.04 development machine with no success. In summary, I encountered errors at every stage. The first set of errors had to do with dependency resolution. I was only able to fix those by npm removing all of the dependencies that reported errors and re-installing them one by one. However this left me with versions that differed from the original package.json, which likely caused subsequent errors. When trying to run the electron app, I again encountered numerous code errors. I fixed one or two but they kept coming, so I gave up.
Has anyone successfully built this project on Ubuntu or any other Linux distro? If so, could the contributors please find a way to update the app so it will successfully build and run on all three platforms: Windows, Mac OS, and Linux?
Thanks in advance for any help anyone can provide.
-Phil
Steps to reproduce
- Clone and build the project on Ubuntu 22.04.
Environment
- OS: Ubuntu 22.04
- App version: Latest clone