Closed pascalw closed 8 years ago
Hm ok I now realise that regardless of the issue I was having above my actual problem was that that the docs are a little confusing/lacking.
I was just trying to launch a dev environment which apparently is done by running ember electron
. Now I'm still not sure how exactly this is supposed to work? I had the impression that an Ember server would also be started since the electron.js
references http://localhost:5000
however this does not seem to be the case? Would love to get some pointers on how to actually use this :blush:
@pascalw Have you made any progress on this?
@hglattergotz I have not. Haven't messed around with it anymore either, I was just playing around.
I'm currently in the process of writing up some docs, I'll post them later today :+1:
Hey, just a quick update: I had a small bug in the project due to Ember Cli updates - if you run ember install ember-electron
again, it'll pull down the new version and run the blueprint generation correctly. In detail, the issue you had was that the tests
folder was missing the required package.json
and electron.js
files.
I also updated the docs and update dependencies, so everything should be better now :rocket:
I have a new Ember CLI project where I added ember-electron to. Now when I run
ember electron:test
orember electron:test --server
I get the following error:I'm using Ember CLI 1.13.13 with Ember 2.2.0. Any idea what could be the issue?