Open kuldipopenxcell opened 6 months ago
:warning: | Missing Reproducible Example |
---|---|
:information_source: | We could not detect a reproducible example in your issue report. Please provide either:
|
Pleasae provide a valid repro @kuldipopenxcell
I ran into the same issue. Here's what happened on my end and how I fixed it locally.
npx react-native@latest init MyProject
npx react-native@latest init MyProject
and it completed successfully@francisace works fine for me. Thanks
nano ~/.yarnrc
to open the file."ces"
using the arrow keys.Ctrl+X
to exit, then press Y
to confirm the changes and hit Enter.I confirm I had this issue ... why everytime I create a new project I have a new error. react-native is so surprising.
- Open your terminal and enter
nano ~/.yarnrc
to open the file.- Remove
"ces"
using the arrow keys.- Press
Ctrl+X
to exit, then pressY
to confirm the changes and hit Enter.
Thank you, this method works for me
- Open your terminal and enter
nano ~/.yarnrc
to open the file.- Remove
"ces"
using the arrow keys.- Press
Ctrl+X
to exit, then pressY
to confirm the changes and hit Enter.
Thanks @virenradadiya It works for me
- Open your terminal and enter
nano ~/.yarnrc
to open the file.- Remove
"ces"
using the arrow keys.- Press
Ctrl+X
to exit, then pressY
to confirm the changes and hit Enter.
Thank you @virenradadiya
- Open your terminal and enter nano ~/.yarnrc to open the file.
- Remove "ces" using the arrow keys.
- Press Ctrl+X to exit, then press Y to confirm the changes and hit Enter.
Thank you @virenradadiya
Description
Got TypeError while creating app with latest version.
Steps to reproduce
React Native Version
0.74.0
Affected Platforms
Runtime - Android, Runtime - iOS
Output of
npx react-native info
Stacktrace or Logs
Reproducer
https://github.com/facebook/react-native
Screenshots and Videos
No response