-
Notifications
You must be signed in to change notification settings - Fork 24.4k
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
No matching version found for @react-native/[email protected] #42713
Comments
|
0.73.3 just came out, give it some time until all CI are finished and it will be released. |
Sure! I just wanted to "heads up" others. I was in the middle of creating a new RN project and had to sort out a bunch of Ruby problems. After sorting out the Ruby problems I got this error instead. I didn't realize that I installed new RN version compared to the exact same init-command 20 minutes earlier. The DX is sometimes not optimal when it comes to installing and upgrading RN. In this case this could have been prevented by releasing a new CLI at the same time. Not a biggie, but maybe unneccesary badwill for the RN installer.. edit: oh, you wrote CI. I thought you meant CLI. |
it's released, enjoy 😄 https://www.npmjs.com/package/@react-native/community-cli-plugin?activeTab=versions edit: still catching up, [email protected] is missing |
I'm sorry. Don't want to be a PITA. |
@msageryd yes, the CI's are generating all the packages required by react-native to be installed, it takes some time for tests to run for each package, when they finish the packages are published on npm registry. |
it's fine now, here's the list of the CIs running if anyone wonders: https://app.circleci.com/pipelines/github/facebook/react-native |
Btw, I appreciate the back and forth, it's helpful to have both an issue to track and some explanation even if it's just a matter of waiting. Thanks! |
Thank you @efstathiosntonas |
Description
npx react-native init myAwesomeProject
no longer works as of 0.73.3.It works fine in 0.73.2.
Getting:
No matching version found for @react-native/[email protected]
Steps to reproduce
npx react-native init myAwesomeProject
React Native Version
0.73.3
Affected Platforms
Other (please specify)
Output of
npx react-native info
Stacktrace or Logs
Reproducer
nope
Screenshots and Videos
No response
The text was updated successfully, but these errors were encountered: