繁体   English   中英

流星-错误:无法读取未定义的属性'helpers'

[英]Meteor - Error: Cannot read property 'helpers' of undefined

当我尝试加载我的网站时 ,我总是收到错误消息,但是当我单击(或刷新)它时,它将加载。 我安装了Kadira,我的直觉是它与我不断收到的错误有关。 我是Meteor的新手,因此非常感谢您提供有关解决此问题或指向正确方向的帮助。

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 ),然后在浏览器控制台中查看meteor run错误。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM