-
Notifications
You must be signed in to change notification settings - Fork 30
Open
Labels
bugSomething isn't workingSomething isn't working
Milestone
Description
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:
- Clone the repo
- Install dependencies with
yarn
- Run ``yarn run electron:serve
or
npm 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
Labels
bugSomething isn't workingSomething isn't working