-
The determination of whether Node.js is present or not is made here (line 54, pptxgen.js)
`var NODEJS = ( typeof module !== 'undefined' && module.exports );`
However, it is not foolproof, and ca…
-
Since around the time of #246, `ember-electron` works great together with TypeScript, using the [`ember-cli-typescript`](https://github.com/typed-ember/ember-cli-typescript) addon. No problems.
_Ho…
-
Hello, love the extension, but I have noticed that it would constantly hold my CPU at ~ 50%-60%, regardless of editor activity. `ps aux | grep [pid]` shows this:
```
muxcmux 9966 45.6 0.…
-
`Error parsing code while looking for "npm:" imports: SyntaxError: Unexpected token (5:40)`
Error log:
```
ERROR Summary:
- broccoliBuilderErrorStack: Error: Error parsing code while looking…
-
Electron v2.x emits a security warning in the console if the page does not define a `Content-Security-Policy`. Would it be possible to add something like the code below to `app/index.html` (e.g. above…
-
`ember install ember-electron` on a new project currently fails with:
```
Project needs forge config
Cannot read property 'replace' of undefined
TypeError: Cannot read property 'replace' of unde…
-
* [x] I have read the [contribution documentation](https://github.com/electron-userland/electron-packager/blob/master/CONTRIBUTING.md) for this project.
* [x] I agree to follow the [code of conduct](…
-
The Cake.AddinDiscoverer tool has discovered discrepencies between the YAML files currently on Cake's web site and the packages discovered on Nuget.org:
YAML files to be deleted:
YAML files to…
-
I'm not sure why this is happening, but I spent the better part of today tracing the problem to `ember-cli-typescript`, so hopefully others who encounter this problem can find these notes.
**Sympto…
-
I noticed some things that seem wrong/weird to me:
* When I tried to edit my `package.json` to use `"electron-prebuilt-compile": "1.7.10"` then `npm install` I get `npm ERR! notarget No matching vers…