Ember Cli 未使用 broccoli-emblem-compiler 进行编译

Ember Cli not compiling with broccoli-emblem-compiler

我正在尝试在本地设置此存储库 https://github.com/lrdiv/ember-soundcloud and i have come across to this issue with broccoli-emblem-compiler. See the image in attached

根据我的理解,broccoli-emblem-compiler 无法编译我的徽章模板,我不知道该如何解决。

这些是我使用 Ember-Cli

安装和设置项目的所有步骤
ember new soundcloud

ember install:addon ember-cli-coffeescript

ember install:npm broccoli-emblem-compiler

我删除了应用程序文件夹并替换为我克隆的项目https://github.com/lrdiv/ember-soundcloud

然后我已经安装了所需的其他节点模块

ember install:npm broccoli-static-compiler

ember install:npm broccoli-merge-trees  

ember install:npm install body-parser

最后我运行

ember server ,在我的终端中我收到了我附加的错误。

我现在该怎么做才能解决这个问题?真正的问题是什么?

我做了很多事情来尝试解决这个问题。一个是用项目设置中的这一行替换项目 broccoli-emblem-compiler:

"broccoli-emblem-compiler": "git+https://github.com/cascalheira/broccoli-emblem-compiler.git"

有时错误消失了,我想是在我使用这个存储库的时候。其他issues中都有提到。

我能够通过在我的 package.json 文件中指定 emblem.js 的版本来解决这个问题。

具体来说,我添加了以下行:

"emblem": "0.3.14"

我 运行 遇到 broccoli-emblem-compiler 的问题,但 ember-cli-emblem-hbs-printer -

刚刚成功

https://github.com/201-created/ember-cli-emblem-hbs-printer