-
-
Notifications
You must be signed in to change notification settings - Fork 12
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
babel-core@^7.0.0-0 should be babel-core@^7.0.0-bridge.0 #5
Comments
What name, and which documentation?
|
Hmm, that seems like a Yarn bug. That's frustrating. |
Actually I guess bug isn't the right descriptor. Just an unfortunate side-effect of their behavior of displaying options. |
Is this PR not an accurate fix? As mentioned, the |
+1 for accepting the update. The team I'm working on is a stickler for having exact versions in |
This has been open for a while, with a PR as well. Any news on it being merged? @loganfsmyth @hulkish |
This seems to be
This warning is weird, though:
|
The Jest devs believe it to be a Windows issue. Not sure the cause, but it's an issue nonetheless. I don't see a benefit of leaving it as-is. |
I'm on Mac. I have no problem installing package, but I can't get rid of warning. I'm just reporting how it works for me. I never use prereleases with semver so I don't know how the version range works in this case. |
The package name is incorrect in this documentation, as well as in the
jest
documentation.There is no package tagged 7.0.0-0, and the 7.0.0-beta packages are incompatible. Installing 7.0.0-0 will simply prompt the user for which package they want (at least in yarn), and
bridge.0
is the only valid package for this use case.The text was updated successfully, but these errors were encountered: