将Meteor从0.9.0.1升级到0.9.1后,我在控制台中遇到以下错误:
Uncaught TypeError: Cannot read property 'registerHelper' of undefined
Uncaught TypeError: Cannot read property 'T9n' of undefined
Uncaught TypeError: Cannot read property 'AccountsEntry' of undefined
Uncaught ReferenceError: Template is not defined
Uncaught ReferenceError: Meteor is not define
Exception in defer callback: ReferenceError: Spacebars is not defined
似乎这些更改不向后兼容。
答案 0 :(得分:1)
听起来你的包装不兼容。要检查服务器控制台的外观。
如果你想强行让它发挥作用,git clone
将有问题的软件包放到/packages
中,它应该让它工作(同时将其添加到meteor add xx
其中{ {1}}是xx
此外,重命名以下内容(即使您还没有),以使其更新:
/packages