Meteor 流星中带有nitrous.io的空白屏幕

Meteor 流星中带有nitrous.io的空白屏幕,meteor,nitrousio,Meteor,Nitrousio,我一直在开发meteor中的一个应用程序,它只是给了我一个空白屏幕,但页面标题仍然有效 我不得不再次检查它是我的应用程序还是盒子,所以我备份了我的东西,启动了一个全新的节点盒,自己安装了meteor,它给了我同样的问题,还有其他人遇到过吗 此外,我在chrome的控制台上发现了以下错误: Uncaught SyntaxError: Unexpected end of input jquery.js:5903 Uncaught TypeError: Cannot read property '$'

我一直在开发meteor中的一个应用程序,它只是给了我一个空白屏幕,但页面标题仍然有效

我不得不再次检查它是我的应用程序还是盒子,所以我备份了我的东西,启动了一个全新的节点盒,自己安装了meteor,它给了我同样的问题,还有其他人遇到过吗

此外,我在chrome的控制台上发现了以下错误:

Uncaught SyntaxError: Unexpected end of input jquery.js:5903
Uncaught TypeError: Cannot read property '$' of undefined domutils.js:22
Uncaught TypeError: Cannot read property 'DomUtils' of undefined universal-events.js:23
Uncaught TypeError: Cannot read property 'DomUtils' of undefined spark.js:24
Uncaught TypeError: Cannot read property 'Spark' of undefined preserve-inputs.js:23
Uncaught TypeError: Cannot read property 'Spark' of undefined handlebars.js:23
Uncaught TypeError: Cannot read property 'Spark' of undefined templating.js:23
Uncaught TypeError: Cannot read property 'Template' of undefined global-imports.js:8
Uncaught ReferenceError: Template is not defined template.xy.js:1
Uncaught ReferenceError: Template is not defined xy.js:2
Uncaught ReferenceError: Spark is not defined 

尝试重新下载jquery?看起来问题就出在这上面。谢谢你的回答,试过了,但仍然不起作用,只是试过让meteor在cloud9上运行,但是meteor版本已经过时,并且没有更新:s