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 I download the source code and makeit, I encounter the following error. How to deal with it? An unhandled rejection has occurred inside Forge: Error: The main entry point to your app was not found. Make sure "D:\code\electron\debugtron\.vite\build\main.js" exists and does not get ignored by your ignore option at validateElectronApp (D:\code\electron\debugtron\node_modules\@electron\packager\dist\common.js:104:15) at async WindowsApp.buildApp (D:\code\electron\debugtron\node_modules\@electron\packager\dist\platform.js:123:9) at async WindowsApp.initialize (D:\code\electron\debugtron\node_modules\@electron\packager\dist\platform.js:117:13) at async WindowsApp.create (D:\code\electron\debugtron\node_modules\@electron\packager\dist\win32.js:110:9) at async Promise.all (index 0) at async packager (D:\code\electron\debugtron\node_modules\@electron\packager\dist\packager.js:237:22)
The text was updated successfully, but these errors were encountered:
When I download the source code and makeit, I encounter the following error. How to deal with it?
An unhandled rejection has occurred inside Forge: Error: The main entry point to your app was not found. Make sure "D:\code\electron\debugtron\.vite\build\main.js" exists and does not get ignored by your ignore option at validateElectronApp (D:\code\electron\debugtron\node_modules\@electron\packager\dist\common.js:104:15) at async WindowsApp.buildApp (D:\code\electron\debugtron\node_modules\@electron\packager\dist\platform.js:123:9) at async WindowsApp.initialize (D:\code\electron\debugtron\node_modules\@electron\packager\dist\platform.js:117:13) at async WindowsApp.create (D:\code\electron\debugtron\node_modules\@electron\packager\dist\win32.js:110:9) at async Promise.all (index 0) at async packager (D:\code\electron\debugtron\node_modules\@electron\packager\dist\packager.js:237:22)
The text was updated successfully, but these errors were encountered: