You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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: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.
The text was updated successfully, but these errors were encountered:
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:
yarn
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):
Additional context
I tried fixing this myself. Here's what I did (to no avail):
Node Sass version 5.0.0 is incompatible with ^4.0.0
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.
The text was updated successfully, but these errors were encountered: