问题
I am cloning this project to run locally.
These are the steps i have done in my Terminal
git clone https://github.com/lrdiv/ember-soundcloud.git
cd ember soundcloud
ember install
ember server
I got this errors in my Terminal:


And this is what i see in my http://localhost:4200/

Server is runnings, so this is good sign! but how can i fix it?
回答1:
Try using ember-cli-sass
instead of broccoli-ruby-sass
in your package.json. Especially if you've updated the version of ember-cli from 0.0.39
Edit: It also appears that bootstrap-sass is in a different directory than the one specified in app/styles/app.sass
来源:https://stackoverflow.com/questions/28754626/ember-cli-error-spawn-enoent