【发布时间】:2014-05-31 04:34:38
【问题描述】:
我是 Meteor 的新手,我正在尝试让 Telescope 运行。我采取了以下步骤;
- 安装 Meteor
- 安装陨石
- 将 Telescope 下载或克隆到 /some/path
- cd /some/path
- 运行mrt
但是当我运行 localhost 时,我不断收到以下错误;
Your app is crashing. Here's the latest log. /Users/Thomas/.meteor/tools/5bf1690853/lib/node_modules/fibers/future.js:173
throw(ex);
^
ReferenceError: i18n is not defined
at app/Telescope/lib/locales/es.js:1:36
at app/Telescope/lib/locales/es.js:192:3
at /Users/Thomas/pcks_app/.meteor/local/build/programs/server/boot.js:155:10
at Array.forEach (native)
at Function._.each._.forEach (/Users/Thomas/.meteor/tools/5bf1690853/lib/node_modules/underscore/underscore.js:79:11)
at /Users/Thomas/pcks_app/.meteor/local/build/programs/server/boot.js:82:5
=> Exited with code: 8
=> Your application is crashing. Waiting for file change.
有没有人可以指出我正确的方向?
非常感谢, 托马斯
【问题讨论】:
-
在启动应用之前尝试运行
mrt update -
谢谢,不幸的是这并没有解决它。
标签: javascript meteor meteorite