We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
pnpx ember-source-channel-url canary
version
package.json
6.0.0-beta.1.beta+fab7a68b
.beta
The error that I'm seeing in my addon ember-try build is No matching version found for [email protected].
No matching version found for [email protected]
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.
ember-concurrency
Try build fails with a dependency error.
Try build should succeed (or at least run)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
🐞 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 [email protected]
.🔬 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: