cannot initialize new project
Description
simply npx react-native init command doens't work.
I am using a Macbook pro 16 inch 2019 intel, with Monterey 12.6 macOS version.
I installed ruby 3.1.2 which is latest via asdf and setted it as global ruby version.
but still same issue.
UPDATE: just tried now, i can initialize in Webstorm's terminal but still doens't work on normal terminal or Iterm2
Version
0.70.3
Output of npx react-native info
Steps to reproduce
none
Snack, code example, screenshot, or link to a repository
none
I installed ruby 3.1.2 which is latest via asdf and setted it as global ruby version.
As the terminal says, you need to be on Ruby 2.7.5. You should look into setting up Rbenv to control the ruby version
I installed ruby 3.1.2 which is latest via asdf and setted it as global ruby version.
As the terminal says, you need to be on Ruby 2.7.5. You should look into setting up Rbenv to control the ruby version
As you can see on the console i am using 3.1.2 as local ruby
Had the same issue. Installing ruby 2.7.5, while still using a more recent global ruby version, resolved the error.
It turns out that the same issue exists. https://github.com/facebook/react-native/issues/35053
This issue is stale because it has been open 180 days with no activity. Remove stale label or comment or this will be closed in 7 days.
This issue was closed because it has been stalled for 7 days with no activity.