Open lougreenwood opened 5 years ago
@lougreenwood can you verify exactly which version you have installed? Is it 1.1.1 or 1.1.2?
I'm using 1.1.2 just fine via an addon. Are you sure podModulePrefix
is defined?
Yep, I'm on 1.1.2 - although I'm not actually using Pods in the addon and only added the podModulePrefix: "pods",
to the addon environment.js (although now I think of it, that config may be for the addon dummy).
Sounds like this is a side effect of me using this in a classic addon... but in any case 1.1.0 works fine in an addon :)
@lougreenwood could you test with v1.3.0?
The new
podModulePrefix
assertion added 1.1.1 seems to be too strict and breaks use of this addon in an addon.Now any attempt to use ember-cli in an addon which depends on ^1.1.1 of the addon fails and throws the assertion:
My current solution is to downgrade to v1.1.0