You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
yarn cannot find a package with semvar ^7.0.0-0. Further, the 7.0.0-beta# builds do not work. The accurate package version is ^7.0.0-bridge.0.
(The quotation marks around the package in the documentation also cause an error.)
To Reproduce
yarn add --dev babel-core@^7.0.0-0
Expected behavior
The package babel-core@^7.0.0-bridge.0 should be added.
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
Please note this issue tracker is not a help forum. We recommend using StackOverflow or our discord channel for questions.
🐛 Bug Report
yarn cannot find a package with semvar
^7.0.0-0
. Further, the7.0.0-beta#
builds do not work. The accurate package version is^7.0.0-bridge.0
.(The quotation marks around the package in the documentation also cause an error.)
To Reproduce
yarn add --dev babel-core@^7.0.0-0
Expected behavior
The package
babel-core@^7.0.0-bridge.0
should be added.Issue in @babel/babel-bridge
PR incoming.
The text was updated successfully, but these errors were encountered: