Closed joedaniels29 closed 8 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?
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 :-)
interesting error:
Ember is intact at
/usr/local/bin
so I wonder if anyone knows whats up.