electron-prebuilt-compile icon indicating copy to clipboard operation
electron-prebuilt-compile copied to clipboard

electron-prebuilt with Babel and React built-in

Results 37 electron-prebuilt-compile issues
Sort by recently updated
recently updated
newest added

Command "electron" in the app folder popups an electron window with the statement: Drag your app here to run it.

I cloned the electron/electron-quick-start project, followed the instructions to add this to the project, ran it and got Cannot find module 'debug/browser' in the dev tools.

I'm new to electron, but would like to use this prebuilt one to run 'React components out-of-the-box'. It would be good if here is a concrete example included like react-todo...

Sample does not work with runtimeExecutable in Visual Studio Code, shortcut launch with launch.json. Error: main.js is not available.

npm start with: "scripts": { "start": "electron ." }, ...hangs, does nothing. Got the tip from a presentation video on Youtube. I currently see no documentation how to use electron-prebuild-compile....

command: "electron myApp" throws: Error: ENOENT: no such file or directory, open 'C:\0000_TRANSFER\HTML5\vuedevtools\manifest.json' Even if I comment the inclusion: //BrowserWindow.addDevToolsExtension("./vuedevtools/");

This seems related to https://github.com/paulcbetts/electron-prebuilt-compile/issues/7 in that `npm start` throws an error, but `electron .` does not. ``` $ npm ls electron-prebuilt-compile /Users/zeke/zeke/ummoji └── [email protected] ``` ``` $ cat main.js...