我正在尝试将ember-rails应用程序从ember v1.13升级到v2.0。应用程序加载和模板在ember 1.13中呈现,并且没有任何弃用进入控制台。当我将版本提升到2.0.0(通过ember-source gem)时,应用程序似乎没有加载,也没有渲染模板。相反,此错误发生在JS控制台中:
Uncaught Error: ExecJS::RuntimeError: SyntaxError: Unexpected strict mode reserved word
如果我刷新页面,突然我遇到了一个把手预编译错误:
Uncaught Error: Barber::PrecompilerError: Pre compilation failed for:
(prints out file contents)
Compiler said: ReferenceError: Handlebars is not defined
有关这可能是什么原因的任何想法?任何意见都会非常感激,因为我已经坚持了好几个小时!!!