简体   繁体   English

为什么此Meteor示例应用程序仅显示空白页面?

[英]Why is this Meteor example app only showing a blank page?

I am trying to get this Meteor app to work: https://github.com/jpsarda/meteor-pen 我正在尝试使此Meteor应用程序正常工作: https : //github.com/jpsarda/meteor-pen

I followed the instructions exactly, installed meteor, cloned the git repository, cd into the cloned directory and then typed meteor. 我完全按照说明进行操作,安装了流星,克隆了git存储库,将cd克隆到克隆目录中,然后键入了流星。 It says 它说

'Meteor server running on: http://localhost:3000/' 

but when I go to the webpage is just shows a completely blank page. 但是当我转到网页时,只会显示一个完全空白的页面。

I also deployed it to Meteors servers to test and it still just shows a blank page. 我也将其部署到Meteors服务器进行测试,它仍然只显示一个空白页。 Why? 为什么?

http://another-out-of-control-leaderboard-adventure.meteor.com <-- Just shows blank page?? http://another-out-of-control-leaderboard-adventure.meteor.com <-仅显示空白页??

you need to have meteorite installed on your machine because it uses the router package 您需要在计算机上安装陨石,因为它使用路由器软件包

install meteorite ( http://oortcloud.github.io/meteorite/ ) and then run mrt update inside your app folder and then run meteor and it will work 安装陨石( http://oortcloud.github.io/meteorite/ ),然后在您的应用文件夹中运行mrt update,然后运行流星,它将起作用

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

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