-
Notifications
You must be signed in to change notification settings - Fork 907
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
Getting Error While initialization react native app in ubuntu #2378
Comments
@Harsh3341 what's the output of |
1.22.19 |
Have you solved your problem @Harsh3341 |
not yet |
@Harsh3341 If you solve this just mention here how you solve that okay Brother! |
@szymonrybczak is there any solution? |
@Harsh3341 I have solved my problem by downgrading the version of React-native. Try to use the command below npx react-native@0.70 init AwesomeProject --version 0.70 |
Thnx @km-saifullah it works, but it need to know why the latest version is causing such issue |
@Harsh3341 Welcome. Yes, I also search about this issue. But still did not get anything valuable from the internet. |
hey, you shouldn't use |
@szymonrybczak using
rest everything is working correctly, I have also run the code and the template app is working fine. but running the command |
hey @Harsh3341!
If issue is still presented could you please try logging error under this statement? cli/packages/cli/src/tools/yarn.ts Line 36 in 4d65f1d
Error thrown during project creation were catched by one |
Ask your Question
While I'm initializing the react native app I'm receiving the following error:
![image](https://private-user-images.githubusercontent.com/101264150/328287236-a2fc0c8e-629f-4426-b12a-288569999529.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk0MDg3MzksIm5iZiI6MTczOTQwODQzOSwicGF0aCI6Ii8xMDEyNjQxNTAvMzI4Mjg3MjM2LWEyZmMwYzhlLTYyOWYtNDQyNi1iMTJhLTI4ODU2OTk5OTUyOS5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjEzJTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIxM1QwMTAwMzlaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT05MjRlYmZhZTMwYjkyZGY5OThlMzVkZjg3Y2RmYzhiYWY5Yjg5NmU0OWVhNjhiMjA0NjdjOWEzMTE4ZTVkNmMzJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.fP2-iNVcr2QjCZHptDPSgHhvT9S8wDVklNO65DzJfDQ)
I have checked I have yarn version 1.22.19 on my machine
What could be a possible solution for it?
The text was updated successfully, but these errors were encountered: