Closed sarenji closed 8 years ago
I'm seeing this error on Ember 2.12 when using ember-screen
inside and an engine app
@MartinMalinda Thanks for reporting this. I have not used Ember Engines so I'm not sure how the npm module importing works differently in this case. Is it possible to create a minimal Github repo to reproduce?
Also are you seeing any warning messages like those mentioned here: https://github.com/ember-engines/ember-engines/pull/317
Hey there! New-ish to Ember, so I hope I'm clear enough.
I'm using Ember
v2.3.0
. I installedember-screen
today viaember install ember-screen
. I built my Ember app, which succeeded. Then I navigated to the page in the browser, but got this error in the console:I noticed that
v0.1.0
introduces a dependency oncss-mediaquery
, but I'm too new to Ember and addons to figure out why it's erroring, since you seem to shim and import the library. If it's helpful, the error pops up when I usescreen: Ember.inject.service()
, but disappears when I comment that out. Any ideas?Let me know if I can include anything else or be more helpful. Thanks for your time!