Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Dependencies are outdated. #30

Open
m-GDEV opened this issue Mar 14, 2022 · 0 comments
Open

[BUG] Dependencies are outdated. #30

m-GDEV opened this issue Mar 14, 2022 · 0 comments
Labels
bug Something isn't working
Milestone

Comments

@m-GDEV
Copy link

m-GDEV commented Mar 14, 2022

When trying to run/build the project myself I encountered a lot of errors with outdated dependencies that needed older versions of node etc. Especially with node-saas (which is apparently not even in use).

To Reproduce
Steps to reproduce the behavior:

  1. Clone the repo
  2. Install dependencies with yarn
  3. Run ``yarn run electron:serveornpm run electron:serve```

Expected behavior
I wanted to be able to locally run and build the projects as there is not linux release.

Desktop (please complete the following information):

  • OS: Linux x86

Additional context
I tried fixing this myself. Here's what I did (to no avail):

  • Tried to install a run did not work because of old node-saas error not running linux systems
  • Upgraded node-saas to be able to run on Linux
  • node-saas gives error similar to Node Sass version 5.0.0 is incompatible with ^4.0.0
  • try to use node 7 does not work

I realize I probably did not approach the issue the right way to solve it but I don't much experience with outdated dependencies.

It would be really helpful if you could update them. Thanks.

@m-GDEV m-GDEV added the bug Something isn't working label Mar 14, 2022
@martynaskre martynaskre added this to the 1.1 release milestone Jul 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants