lamabiker / atom-ember-cli-helper

Ember CLI integration for the Atom editor
https://atom.io/packages/ember-cli-helper
MIT License
26 stars 13 forks source link

Windows Support #17

Closed danshapir closed 8 years ago

danshapir commented 9 years ago

Hey,

Unless I'm missing something, no matter what I've tried, I keep getting "is not recognized as an internal or external command" error when I try to run the "Server" or "Test" or any other function. I tried any path I could think of and none worked.

Can you please describe the default configuration for Windows?

Thanks, Dan

alexlafroscia commented 9 years ago

Honestly, I've got not idea. I did the development on OSX, and it tries to find the ember executable in the default OSX location for them. If I were you, I'd try overriding the path to the ember executable in the addon's settings.

danshapir commented 9 years ago

Hey,

That's what I did, but nothing worked. It never found the executable.

zaccharles commented 8 years ago

@danshapir Open up a new command prompt and run where ember and where node. Copy those two values into Path to Ember Executable and Path to Node Executable in the Ember Cli Helper settings.

Also make you should make sure you have ember installed globally using npm install -g ember.

After doing the above, I could use Server and Test on Windows from Atom, but not Generate.

zaccharles commented 8 years ago

Just an update, I just updated Atom and now everything (including Generate) is working.

zaccharles commented 8 years ago

Here are my settings in case it helps:

image