-
-
Notifications
You must be signed in to change notification settings - Fork 259
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
peerDeps don't support Ember beta with npm #1236
Comments
Seeing this as well with my addon CIs. Seems to be introduced in #1211. Using 2.7.0 version of this project fixes things for me. |
Watching this Issue. I'm working in a new addon, and the following scenarios are broken due to this issue:
|
@simonihmig @mikkopaderes @rogeraraujo90 I just noticed this doing a bit of issue triage. I think the changes we're landing as part of 3.0.0 should fix it, but we can also do a back port fix as 2.9.2; I think it just needs the ember-test-helpers/package.json Lines 42 to 44 in da1d078
If one of you opens a PR targeting the |
When I do
ember new
with the master branch of ember-cli (which refers to a beta version of ember-source) and npm 8.5, I am getting this:Seems npm is not considering the beta version a match for
>=3.8.0
!? 🤔It's not a problem with
--yarn
.The text was updated successfully, but these errors were encountered: