我刚刚将我的meteor应用程序升级到0.9版,一切都在localhost上运行良好。但是当我部署到流星服务器时,它部署得很好,但是当我试图访问网站时它没有加载,并在控制台上抛出以下错误:
Uncaught ReferenceError: process is not defined
Uncaught ReferenceError: Spacebars is not defined
该网站显示空白。
答案 0 :(得分:1)
执行meteor update
并在运行应用时查看日志服务器端。你很可能会使用与meteor 0.9不兼容的软件包
最有可能是mrt:bootstrap-3
,但可能是另一个。
要修复bootstrap,如果bootstrap是问题,你可以这样做:
meteor remove mrt:bootstrap-3
meteor add mizzao:bootstrap-3