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
broccoli-typescript-compiler semver is set to next, but that package currently has no next tag so if you're using npm to install, it will error saying "No compatible version found". It does have a beta though, should it be changed to that?
next
beta
'dist-tags': { latest: '2.1.0', beta: '2.0.0-beta.2' }
It's unclear how this worked when the yarn lockfile was updated? My best guess is that project had a next tag but it was later deleted/renamed.
Cc/ @piotrpalek in case you care
The text was updated successfully, but these errors were encountered:
confirm, the tag was removed
Sorry, something went wrong.
The fix is to either add the tag back, or update to the specific version in our package.json and update the lock file.
change broccoli-typescript-compiler dep version from next to actual…
1b44fd5
… beta version, because `next` no longer exists fixes glimmerjs#47
Successfully merging a pull request may close this issue.
broccoli-typescript-compiler semver is set to
next
, but that package currently has nonext
tag so if you're using npm to install, it will error saying "No compatible version found". It does have abeta
though, should it be changed to that?It's unclear how this worked when the yarn lockfile was updated? My best guess is that project had a
next
tag but it was later deleted/renamed.Cc/ @piotrpalek in case you care
The text was updated successfully, but these errors were encountered: