-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Problems running ember-try on v2 addon blueprint #20777
Comments
I noticed my ember-release ERR_PNPM_NO_MATCHING_VERSION No matching version found for ember-source@6.0.0-release ember-beta ERR_PNPM_NO_MATCHING_VERSION No matching version found for ember-source@6.1.0-beta.1.beta ember-canary ERR_PNPM_NO_MATCHING_VERSION No matching version found for ember-source@6.2.0-alpha.1.canary I was also able to reproduce using @jrjohnson's steps above. |
I believe this is due to us changing the tag naming and our build outputs. Looking into it. |
Fwiw the extra |
@jrjohnson or @fdeters Do either of you have a failing build you can link to for debugging? |
@kategengler my original is not public, but here's a repro that's failing in the same way (using a fresh v2 addon from the blueprint and installing You can see the previous job completed successfully before I added |
Thanks for the reproduction -- that helps a lot. I confirmed that there is no problem with ember-try with v1 addons using either npm or pnpm, with or without ember-concurrency added. I went to see if this were a problem with the v2 addon blueprint with just Running
ember-try modified the package.json as follows:
The |
🐞 Describe the Bug
I think there might be an issue with publication for 6.0.0-beta.1. Running
pnpx ember-source-channel-url canary
gives https://s3.amazonaws.com/builds.emberjs.com/beta/shas/fab7a68bd6b491e803e46a6d1190948cf6e1986b.tgz downloading that file theversion
inpackage.json
is6.0.0-beta.1.beta+fab7a68b
which has an extra.beta
on the end compared to what is in npmThe error that I'm seeing in my addon ember-try build is
No matching version found for ember-source@6.0.0-beta.1.beta
.🔬 Minimal Reproduction
Can be duplicated with
I used
ember-concurrency
here, but installing any addon with peerDep on ember-source will fail in the same way.😕 Actual Behavior
Try build fails with a dependency error.
🤔 Expected Behavior
Try build should succeed (or at least run)
🌍 Environment
The text was updated successfully, but these errors were encountered: