Ember - Cli Error: spawn ENOENT

旧街凉风 提交于 2019-12-13 03:42:19

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!