【发布时间】:2015-03-25 22:59:37
【问题描述】:
我是 Meteor 的新手,我正在尝试让 Telescope 运行。我采取了以下步骤;
安装 Meteor 安装陨石 将 Telescope 下载或克隆到 /some/path cd /一些/路径 运行捷运 该应用程序运行良好,但现在当我运行它时,我收到以下错误,请有人指出我正确的方向:
W20150325-18:30:52.597(-4)? (STDERR)
W20150325-18:30:52.599(-4)? (STDERR) /Users/DAndre/.meteor/packages/meteor-tool/.1.0.41.1c3hdcd++os.osx.x86_64+web.browser+web.cordova/meteor-tool-os.osx.x86_64/dev_bundle/server-lib/node_modules/fibers/future.js:173
W20150325-18:30:52.600(-4)? (STDERR) throw(ex);
W20150325-18:30:52.600(-4)? (STDERR) ^
W20150325-18:30:52.602(-4)? (STDERR) ReferenceError: PostsDailyController is not defined
W20150325-18:30:52.602(-4)? (STDERR) at eval (eval at <anonymous> (app/lib/router/posts.js:81:34), <anonymous>:1:1)
W20150325-18:30:52.602(-4)? (STDERR) at getDefaultViewController (app/lib/router/posts.js:81:10)
W20150325-18:30:52.602(-4)? (STDERR) at PostsListController.extend.view (app/lib/router/posts.js:87:28)
W20150325-18:30:52.602(-4)? (STDERR) at /Users/DAndre/Desktop/discoverList/.meteor/local/build/programs/server/boot.js:212:5
=> Exited with code: 8
【问题讨论】:
-
我能够修复它!
-
Swifter,你做了什么来解决这个问题?其他人可能有兴趣遵循您的故障排除技术。
-
我删除了一个文件,我需要该文件才能加载应用程序。这是一个用户错误!
标签: telescope