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
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.
The text was updated successfully, but these errors were encountered:
madhaven
changed the title
Investigate the build flow on new systems
Investigate the build errors
Sep 5, 2023
madhaven
changed the title
Investigate the build errors
Investigate and fix the build errors
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.@electron-forge/cli
library or theelectron
,npm
versionsThe 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.
The text was updated successfully, but these errors were encountered: