Meteor JS和IE8的问题

时间:2015-09-15 18:08:48

标签: javascript meteor internet-explorer-8

我在IE8控制台中一直收到以下错误,导致页面无法渲染:

User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0)
Timestamp: Tue, 15 Sep 2015 17:58:51 UTC


Message: Object doesn't support this property or method
Line: 66
Char: 1093
Code: 0


Message: 'Package.service-configuration.ServiceConfiguration' is null or not an object
Line: 84
Char: 1628
Code: 0

以下是我的项目正在使用的软件包列表:

accounts-base 1.2.0

accounts-password 1.1.1

aldeed:auto form 5.3.0* 

aldeed:collection2 2.3.3*

fabienb4:autoform-semantic-ui 0.4.0*

forwarder:autoform-wizard 0.7.0

forwarder:autoform-wizard-iron-router 0.1.1* 

http 1.1.0

iron:router 1.0.9

jeremy:autoform-selectize 0.1.1

kenken:meteor-counters 1.2.0*

meteor-platform 1.2.2

meteorhacks:npm 1.3.0*

momentjs:moment 2.10.3*

multiply:iron-router-progress 1.0.1

npm-container 1.0.0+

semantic:ui-css 1.12.3*

yasinuslu:blaze-meta 0.3.1*

在配置方面,我没有做任何花哨的事......只是在Phusion Passenger / NGINX上运行的MongoDB后端。

1 个答案:

答案 0 :(得分:0)

解决了它,按照这个帖子:

https://github.com/meteor/meteor/issues/3506

添加以下包:

meteor add service-configuration

这会导致(至少部分)页面呈现。我收到了其他JavaScript错误,但它们与我正在使用的软件包有关。