Closed jrjohnson closed 7 years ago
Just ran into this as well.
This is apparently the semver lib working as designed.
I worked around the issue with:
// config/dependency-lint.js
module.exports = {
allowedVersions: {
'ember-cli-babel': '* || >=6.0.0-beta.1'
}
};
Ran into this about an hour ago as well. @kturney's suggestion will work as a workaround for the moment, but I'm leaning toward special-casing a version constraint of '*'
within this addon to bypass semver.satisfies
completely and just truly accept anything.
Seem reasonable?
@dfreeman seems reasonable to me
Yes. I think should mean . Sounds good.
Fixed in v1.0.2 — thanks for reporting!
I'm seeing:
As https://github.com/machty/ember-maybe-import-regenerator is now requiring the beta bower version.