Skip to content
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

Issue with publication for 6.0.0-beta.1 #20777

Open
jrjohnson opened this issue Oct 14, 2024 · 0 comments
Open

Issue with publication for 6.0.0-beta.1 #20777

jrjohnson opened this issue Oct 14, 2024 · 0 comments

Comments

@jrjohnson
Copy link

🐞 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 the version in package.json is 6.0.0-beta.1.beta+fab7a68b which has an extra .beta on the end compared to what is in npm

The error that I'm seeing in my addon ember-try build is No matching version found for [email protected].

🔬 Minimal Reproduction

Can be duplicated with

ember addon my-addon -b @embroider/addon-blueprint --pnpm
cd my-addon
pnpm --filter my-addon add ember-concurrency
cd test-app
./node_modules/.bin/ember try:one ember-beta

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

  • Ember-CLI: 5.12.0
  • Node.js/npm: v20.18.0 / pnpm: 9.12.1
  • OS: OSX
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant