2014-06-25 250 views
-3

今天,我正在运行我的应用程序,并更改我的一些JS文件中的一些内容,当我的所有应用程序开始崩溃。
流星jQuery错误

Uncaught SyntaxError: Unexpected end of input jquery.js:5896 
Uncaught TypeError: Cannot read property '$' of undefined ui.js?9419ac08328918a04e7a49464a988d45f851e1b0:22 
Uncaught TypeError: Cannot read property 'UI' of undefined templating.js?b36d51fd34724d5d501d8557cd9f846874d95aef:22 
Uncaught TypeError: Cannot read property 'Template' of undefined accounts-ui-unstyled.js?4567e3da09d5e81789340f9ce7ba9dfd4ca855bc:26 
Uncaught TypeError: Cannot read property '$' of undefined iron-router.js?e9fac8016598ea034d4f30de5f0d356a9a24b6c5:26 
Uncaught TypeError: Cannot read property 'UI' of undefined spacebars.js?8988006be5c29dbe17997e9691a21dce4e537665:24 
Uncaught TypeError: Cannot read property 'RouteController' of undefined global-imports.js?79bee564663b0a7d926070d647eb2976c3c4ac58:4 
Uncaught ReferenceError: Template is not defined template.sales-course-landing.js?0a2386fe2d3b6fe1d89e61c5b5e4c116a486a633:2 
Uncaught ReferenceError: Template is not defined template.sales-course-qa001.js?23a3355cccc743773f1a8daf300a90359b14d462:2 

...和错误继续下去...

奇怪的是...在行号“输入的jquery.js的意外结束:5896”错误不断变化(5896,4685等)。有时它也引用jquery-ui。 有时我的应用程序正常加载,只是通过(F5)刷新浏览器。

我听说jQuery的问题可能不是最初的错误,即使它是控制台顺序中的第一个错误。

我已经重新安装了所有软件包和流星更新,似乎没有任何工作。
在部署到Modulus.IO中没有问题或错误。
在我的Nitrous控制台中没有显示错误。

有人可以帮助我。

回答

-1

好吧,这里是惊人的Nitrous.IO人员回答我:
(和我的意思是,因为这是很难,因为它得到缩小和解决)
格雷格McKeever
下午9时22分 - 因此,我们更新了我们的流星包,并在您的包装箱上从头开始安装。仍然收到错误:/ 删除旧配置后,安装最新版本的meteor,然后重新启动该框,看起来就像是需要的。

感谢所有关注这里和Nitrous.IO的人!

+0

那么你是否得到修复?我现在面临同样的问题。 –

+0

是的,Nitrous员工照顾我。 这是他们的关系错误。 –