-
Notifications
You must be signed in to change notification settings - Fork 24.3k
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
npx react-native@latest init fails asof 0.72.5 (bigdecimal cannot be installed) #40799
Comments
|
Actually, I think this issue may just be related to macOS Sonoma, because not just rn 0.72.5 is affect but also lower versions... In the meantime I realised I didn't launched, and agreed to the latest Xcode Terms, so I had to do that. Still crashing though with other problems now:
|
@exotexot the same condition happened in my mac m1, trying to find the solution |
I'm having the exact same issue. Apparently it's fixed by ce39931 by @cipolleschi but is not in a patch? |
Duplicated of #39832 As Kelset said, it is fixed in main, we are doing releases to make React Native working again. |
Description
When I try to initialise a new project, it fails, because installation of bigdecimal fails.
React Native Version
0.72.5
Output of
npx react-native info
info Fetching system and libraries information...
System:
OS: macOS 14.0
CPU: (16) x64 Intel(R) Core(TM) i9-9980HK CPU @ 2.40GHz
Memory: 2.57 GB / 32.00 GB
Shell:
version: 3.6.1
path: /usr/local/bin/fish
Binaries:
Node:
version: 18.1.0
path: ~/.nvm/versions/node/v18.1.0/bin/node
Yarn:
version: 1.22.10
path: /usr/local/bin/yarn
npm:
version: 8.8.0
path: ~/.nvm/versions/node/v18.1.0/bin/npm
Watchman:
version: 2023.07.10.00
path: /usr/local/bin/watchman
Managers:
CocoaPods: Not Found
SDKs:
iOS SDK: Not Found
Android SDK:
Android NDK: 22.1.7171670
IDEs:
Android Studio: 2022.3 AI-223.8836.35.2231.10811636
Xcode:
version: 15.0/15A240d
path: /usr/bin/xcodebuild
Languages:
Java:
version: 11.0.17
path: /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home/bin/javac
Ruby:
version: 2.7.6
path: /Users/vinzenz/.rbenv/shims/ruby
npmPackages:
"@react-native-community/cli": Not Found
react:
installed: 18.2.0
wanted: 18.2.0
react-native:
installed: 0.72.5
wanted: 0.72.5
react-native-macos: Not Found
npmGlobalPackages:
"react-native": Not Found
Android:
hermesEnabled: true
newArchEnabled: false
iOS:
hermesEnabled: Not found
newArchEnabled: Not found
Steps to reproduce
npx react-native@latest init myApp
Snack, screenshot, or link to a repository
Can't.
The text was updated successfully, but these errors were encountered: