debugtron icon indicating copy to clipboard operation
debugtron copied to clipboard

something errors with npm run make

Open nszy007 opened this issue 1 year ago • 0 comments

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)

nszy007 avatar Feb 23 '24 06:02 nszy007