acdc-digital / solomon-electron

Solomon-Electron is a developing full-service Workstation for proactively managing projects at scale. Project content is vectorized and can be utilized by the in-app assistant for quick contextual retrieval combining the developing technologies of AI and intuitive Dashboard Management.
GNU General Public License v3.0
1 stars 0 forks source link

Failed Start (package.json) #1

Closed acdc-digital closed 3 months ago

acdc-digital commented 3 months ago

Run start error: "Unable to find Electron app at /Users/matthewsimon/Documents/GitHub/acdc.electron/solomon-electron

Cannot find module '/Users/matthewsimon/Documents/GitHub/acdc.electron/solomon-electron/index.js'. Please verify that the package.json has a valid "main" entry"

We've changed the "main" description in our Root package.json to the following:
"main": "electron/main.js"

This solved our issue on the first correction attempt. No errors on loading the new desktop application within electron from the desktop sidebar on MacOS.