-
I'm trying to get 0.5.0 working. After I install 0.5.0, when I do an ember init, I get the following:
Error: ENOENT: no such file or directory, open '/[stuff deleted]/node_modules/ember-electron/nod…
-
Hi! I am working on a little app w/ ember-electron, so I setup a new Ember app with:
```
npm install -g ember-cli
ember new foo
```
I then installed ember-electron with:
```
ember install ember-ele…
-
From what I understand it should be possible to integrate Ember Inspector with this addon, to make it possible to debug the application more easily.
Related: https://github.com/atom/electron/blob/mas…
locks updated
8 years ago
-
_some thoughts, leaving them here for future travelers_
---
There is a constant request to expand the number of environment one can use. Although this is perfectly reasonable and internals should (a…
-
I cerated a new ember project, I basically copied the ember tuto from https://guides.emberjs.com/v2.3.0/
The site is working correctly in the browser, but the electron just load a blank page. I creat…
-
Hi,
when generating a new ember-app the cli will create a reasonable starting-structure and default .gitignore.
There are pre-populated and empty folders in that structure, depending on how much sen…
Suven updated
8 years ago
-
Here the details of my environment:
ubuntu 12.04 (64-bit)
Node version v4.2.4
ember 2.2.2
"ember-electron": "0.3.4",
while creating package using ember electron:package
Packaging app for platform wi…
-
Not sure what happening but when I take our app that runs and compiles fine on OS X over to Windows 10 we see the following error when trying to run build or server:
```
version: 2.4.1
Livereload ser…
-
FYI this may be of interest: https://github.com/ember-cli/ember-cli/pull/4576
-
I have a new Ember CLI project where I added ember-electron to.
Now when I run `ember electron:test` or `ember electron:test --server` I get the following error:
```
Building.ENOENT: no such file or …