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

Investigate and fix the build errors #54

Open
madhaven opened this issue Sep 5, 2023 · 2 comments
Open

Investigate and fix the build errors #54

madhaven opened this issue Sep 5, 2023 · 2 comments
Labels
bug Something isn't working

Comments

@madhaven
Copy link
Owner

madhaven commented Sep 5, 2023

A number of issues have come up on building the project on other systems.
The npm run make command has failed multiple times.

  • One issue lingers around the sqlite library where the db file is not properly accessed on load, leading to improper DB configurations, non-existing tables and blank data throughout the app.
  • Another I believe exists around the @electron-forge/cli library or the electron, npm versions

The logging feature #50 was set up to try and track where things were going wrong.
Using the log file generated / having more intricate logs implemented can help narrow down the problem.

@madhaven madhaven changed the title Investigate the build flow on new systems Investigate the build errors Sep 5, 2023
@madhaven madhaven changed the title Investigate the build errors Investigate and fix the build errors Sep 5, 2023
@madhaven madhaven added the bug Something isn't working label Sep 6, 2023
@madhaven
Copy link
Owner Author

another issue come to notice after the Angular update is the issue of loading angular and db files after app make.

@madhaven
Copy link
Owner Author

madhaven commented Jul 1, 2024

another issue come to notice after the Angular update is the issue of loading angular and db files after app make.

fixed in #132

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

1 participant