我正在尝试使用Meteor 0.8及其新Blaze引擎升级铁路由器进度,但我遇到了一些问题。铁路由器进度没有出现:
mrt remove iron-router-progress
然后,在我的smart.json中,我添加了以下行并运行mrt update。
{
"packages": {
"iron-router-progress": {
"git": "https://github.com/Multiply/iron-router-progress.git",
"branch": "blaze-integration"
}
}
}
一切都按预期工作:
✓ iron-router-progress
branch: https://github.com/Multiply/iron-router-progress.git#blaze-integration
但是当我运行流星时,我看不到#iron-router-progress div。我做错了吗?
答案 0 :(得分:1)
Iron-router-progress现在完全适用于火焰。
答案 1 :(得分:0)
不,不是。
quackadmin@quack:~/quack$ sudo meteor
[[[[[ ~/quack ]]]]]
=> Started proxy.
=> Meteor 0.8.3 is available. Update this project with 'meteor update'.
=> Started MongoDB.
=> Errors prevented startup:
While building package `iron-dynamic-template`:
error: no such package: 'blaze'
=> Your application has errors. Waiting for file change.