使用
创建新应用使用新的app-name
版本:1.13.13
节点:5.5.0
npm:2.14.10
os:linux x64
运行后
" ember s"
应用程序在浏览器中正常工作
按照https://github.com/dgeb/ember-engines指南运行的ember引擎运行命令
ember install ember-engines
rm -rf bower_components
bower install --save ember#canary #Choosed ember#canary from prompt
bower install
现在当我做" ember s"应用程序在CLI中正确编译,但应用程序在浏览器中崩溃,我在浏览器中看不到任何内容
在控制台中我看到以下错误消息
未捕获错误:无法找到模块ember-views / views / select
尝试调试它,找不到解决方案。我在这里缺少基本的somthig吗?
注意::我是ember的新手。我认为这个很小,但也无法在网络上找到解决方案。
答案 0 :(得分:2)
对不起!还有一些尚未发布的master上的一些提交/修复。
我刚刚发布了v0.2.1,应该为你解决这个问题。