electron-prebuilt-compile
electron-prebuilt-compile copied to clipboard
electron-prebuilt with Babel and React built-in
Hey there, thanks for your great work! If run into a strange issue: Electron starts up, also the browser window opens up (menu bar is visible), but nothing gets rendered...
I'm trying to add electron to my React app, and have followed I get the error below when running ```electron .``` ``` Uncaught Exception: TypeError: Cannot use 'in' operator to...
I just installed via yarn and i'm getting this warning in my console: ``` Warning, the following targets are using a decimal version: electron: 1.6 We recommend using a string...
I've prepare this repo to show my problem https://github.com/pioz/electron-prebuilt-compile-issue You can install and run with $ git clone https://github.com/pioz/electron-prebuilt-compile-issue.git $ cd electron-prebuilt-compile-issue $ npm install $ npm start First time...
This PR is following changes of https://github.com/electron-userland/electron-prebuilt-compile/pull/42, apply paramter filter correctly to exclude `--debug-brk` as well.
This is in reference to Issue #39 - Don't check for a node_modules parent if init script has an absolute path.
As of version `1.6.10` electron includes a typings file for use by developers. It would be nice if this repository also included it, seeing that it tries to stay up...
I am trying to use different version of **electron-prebuilt-compile** which has chrome version 51. So I am doing **npm uninstall** first version of **electron-prebuilt-compile** (1.6.11) and **npm install** second version...
I had my `main` entry in `package.json` pointing at a file in the same folder as `package.json`, which was preventing any transpilation from going on. Running `electron .` would work...
When I run electron app with `cachedir` argument `electron . -c ./.cache/` to specify the cache directory of `electron-compile`, it runs correctly if `./.cache/` directory does not exist, but when...