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

error finding ember executable #21

Closed joedaniels29 closed 8 years ago

joedaniels29 commented 9 years ago

interesting error:

Failed to spawn command /usr/local/bin/ember. Make sure /usr/local/bin/ember is installed and on your PATH

Ember is intact at /usr/local/bin so I wonder if anyone knows whats up.

joedaniels29 commented 9 years ago

Since its asking whether Ember is in my path, well, I use zsh, and zsh has usr/local/bin in it's path. Am i missing something for atom to pick it up?

etuchscherer commented 8 years ago

Same problem here, I've got zsh && I had the same error. An easy workaround was to symlink ember to /usr/local/bin.

ln -s $(which ember) /usr/local/bin/ember

EDIT -

lol or I can check the readme - and update it via atom's settings :-)

This issue could probably be closed :-)