Javascript Meteor-错误:无法读取属性';助手';未定义的

Javascript Meteor-错误:无法读取属性';助手';未定义的,javascript,meteor,Javascript,Meteor,当我尝试加载时,我不断收到一个错误,但当我点击周围(或刷新),它将加载。我安装了Kadira,我的直觉是这与我不断遇到的错误有关。我是全新的流星,所以任何帮助如何解决这个问题或指向正确的方向将不胜感激 Error: Cannot read property 'helpers' of undefined TypeError: Cannot read property 'helpers' of undefined at http://telescope69-31112.onmodulus.n

当我尝试加载时,我不断收到一个错误,但当我点击周围(或刷新),它将加载。我安装了Kadira,我的直觉是这与我不断遇到的错误有关。我是全新的流星,所以任何帮助如何解决这个问题或指向正确的方向将不胜感激

Error: Cannot read property 'helpers' of undefined
TypeError: Cannot read property 'helpers' of undefined
    at http://telescope69-31112.onmodulus.net/098c59227b0946cb6e4d16eb639bd6614d1f3aa0.js:178:2385
    at HTMLDocument.o (http://telescope69-31112.onmodulus.net/098c59227b0946cb6e4d16eb639bd6614d1f3aa0.js:3:4858)
控制台有时也会显示这一点。当我点击周围的时候,它最终会被加载,这就消失了

You called Router.path for a route named posts_top but that route doesn't seem to exist. Are you sure you created it? e33d8ba9590e57dfcfd2efb1dbbbfae4459966a7.js:109
You called Router.path for a route named posts_new but that route doesn't seem to exist. Are you sure you created it? e33d8ba9590e57dfcfd2efb1dbbbfae4459966a7.js:109
You called Router.path for a route named posts_best but that route doesn't seem to exist. Are you sure you created it? e33d8ba9590e57dfcfd2efb1dbbbfae4459966a7.js:109
You called Router.path for a route named posts_digest but that route doesn't seem to exist. Are you sure you created it? e33d8ba9590e57dfcfd2efb1dbbbfae4459966a7.js:109
You called Router.path for a route named postsDaily but that route doesn't seem to exist. Are you sure you created it? e33d8ba9590e57dfcfd2efb1dbbbfae4459966a7.js:109
You called Router.path for a route named posts_top but that route doesn't seem to exist. Are you sure you created it? e33d8ba9590e57dfcfd2efb1dbbbfae4459966a7.js:109
You called Router.path for a route named posts_new but that route doesn't seem to exist. Are you sure you created it? e33d8ba9590e57dfcfd2efb1dbbbfae4459966a7.js:109
You called Router.path for a route named posts_best but that route doesn't seem to exist. Are you sure you created it? e33d8ba9590e57dfcfd2efb1dbbbfae4459966a7.js:109
You called Router.path for a route named posts_digest but that route doesn't seem to exist. Are you sure you created it? e33d8ba9590e57dfcfd2efb1dbbbfae4459966a7.js:109
You called Router.path for a route named postsDaily but that route doesn't seem to exist. Are you sure you created it? e33d8ba9590e57dfcfd2efb1dbbbfae4459966a7.js:109
从“HTMLDocument.o”判断,您的应用程序似乎正在生产中运行


尝试在调试模式下本地运行它(
meteor run
),然后查看浏览器控制台中出现的错误。

可以显示代码吗?助手部分和模板部分都是一行,很难阅读。有没有更好的方法来分享它?你应该在这里分享它,并链接到pastebin。但是,共享与问题相关的所有信息的主要位置是在此处的问题正文中,因此,请尝试通过
meteor-debug yoursite.meteor.com
进行部署。那我们就更容易帮助你了