Skip to content
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

Closed
msageryd opened this issue Jan 29, 2024 · 9 comments
Closed

No matching version found for @react-native/[email protected] #42713

msageryd opened this issue Jan 29, 2024 · 9 comments
Labels
Resolution: Answered When the issue is resolved with a simple answer

Comments

@msageryd
Copy link

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

No output

Stacktrace or Logs

No logs

Reproducer

nope

Screenshots and Videos

No response

@github-actions github-actions bot added Needs: Author Feedback Needs: Repro This issue could be improved with a clear list of steps to reproduce the issue. labels Jan 29, 2024
Copy link

⚠️ Missing Reproducible Example
ℹ️ We could not detect a reproducible example in your issue report. Please provide either:
  • If your bug is UI related: a Snack
  • If your bug is build/update related: use our Reproducer Template. A reproducer needs to be in a GitHub repository under your username.

@efstathiosntonas
Copy link

0.73.3 just came out, give it some time until all CI are finished and it will be released.

@msageryd
Copy link
Author

msageryd commented Jan 29, 2024

Sure!
Thank you for a speedy reply.

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.
If there is an easy way to block a new version from being picked up by npx react-native init, this should probably be done until all CI are finished.

@github-actions github-actions bot added Needs: Attention Issues where the author has responded to feedback. and removed Needs: Author Feedback labels Jan 29, 2024
@efstathiosntonas
Copy link

efstathiosntonas commented Jan 29, 2024

it's released, enjoy 😄

https://www.npmjs.com/package/@react-native/community-cli-plugin?activeTab=versions

edit: still catching up, [email protected] is missing

@msageryd
Copy link
Author

I'm sorry. Don't want to be a PITA.
Just curious, what is "catching up". Do you mean that the CI is generating files and it's not yet done? How long do this normally take?

@efstathiosntonas
Copy link

efstathiosntonas commented Jan 29, 2024

@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.

@efstathiosntonas
Copy link

efstathiosntonas commented Jan 29, 2024

it's fine now, here's the list of the CIs running if anyone wonders: https://app.circleci.com/pipelines/github/facebook/react-native

@samtsai
Copy link

samtsai commented Jan 29, 2024

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!

@msageryd
Copy link
Author

Thank you @efstathiosntonas
This was great information and also a very speedy reply.

@cortinico cortinico added Resolution: Answered When the issue is resolved with a simple answer and removed Needs: Triage 🔍 Needs: Repro This issue could be improved with a clear list of steps to reproduce the issue. Needs: Attention Issues where the author has responded to feedback. labels Jan 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Resolution: Answered When the issue is resolved with a simple answer
Projects
None yet
Development

No branches or pull requests

4 participants