Meteor软件包几乎总是无法安装

时间:2014-04-16 17:32:00

标签: meteor

我对meteor的体验总是一样的:一些软件包与mrt add一起安装,但大多数软件包退出时出现了一些错误。

错误,例如

  1. Template names shouldn't contain '.' or '/'

  2. Parse error: ... {{> yield region='menu'}}

  3. There was a problem checking out tag: v0.6.1

  4. error: File not found: lib/moment/moment.js

  5. Parse error: ... afFieldMessage name=field autoform=../.

  6. 这些是我刚刚尝试使用mrt addhoustonogno-adminautoform进行tabs时出现的一些错误, issueswizard

    我意识到这是一个模糊的问题,但我做错了什么?

    其他人对流星有这种体验吗?如果只有它可以工作,这将是一个非常简单的方法来构建许多不同的应用程序!

1 个答案:

答案 0 :(得分:0)

陨石有时候很不稳定。如果您看到这样的随机错误,您可能需要遵循Meteorite的清理说明,并确保您使用的是最新版本。您上面看到的moment错误就会发生,例如,当Meteorite未能查看git submodule in meteor-moment时。

确保你是最新的。

sudo -H npm update -g meteorite

然后,引自Meteorite troubleshooting

  mrt uninstall
  mrt uninstall --system
  mrt install .

评论中提到的另一件事是,使用UI的非维护包很可能在Meteor 0.8中被破坏。所以不要将其与陨石错误混淆。