Skip to content

[BUG] Dependencies are outdated. #30

@m-GDEV

Description

@m-GDEV

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions