Hey there,
i am upgrading an application from 3.28 to 4.0 (but the issue is also when going directly to 4.3): When starting the application itself or the qunit tests I get the errors:
Uncaught ReferenceError: Ember is not defined at http://localhost:7357/assets/vendor.js, line 72977
(the referenced line in vendor.js is actually
generateModule('ember', { default: Ember });
)
In the tests I also get
Could not find module `@ember/test-waiters` imported from `@ember/test-helpers/settled`
I am banging my head against this for hours now, but cannot find an approach how to continue. May be someone can point me on how to continue analyzing this.
Thanks in advance.
2 posts - 2 participants