Open chrisvdp opened 3 years ago
Hi @chrisvdp we use ember-intl plus the latest version of ember-engines at work without any issues (that I'm aware of). Maybe a reproduction could help?
@chrisvdp Is this still an issue? Would be nice to close this if otherwise.
I've since left this job. Maybe @k-dauda.
Issue is no longer observed in v0.8.18
While upgrading from
ember-engines
0.8.8 -> 0.8.12 we experience the following issue in our CI test suite;Cannot read property 'paths' of undefined
. It seems that https://github.com/ember-intl/ember-intl/blob/40aafd72b27344b109b9faba3097552b92f5d42f/index.js#L47 no longer finds the engine. Looking at the code it is checking that the keywords in package.json includeember-engine
. The failing package does includein its package.json.