2

While I'm creating react native app I am facing some problem:

enter image description here

I try to create a react-native project but it failed.

Elikill58
  • 4,050
  • 24
  • 23
  • 45

2 Answers2

1
  1. Check the node version with node --v
  2. Try to init with that version npx react-native init <ProjectName> --version 0.68.5
  3. Check the documentation to make sure the version is stable
  4. Update the package if needed
user16217248
  • 3,119
  • 19
  • 19
  • 37
1

Remove '@latest' from command. npx react-native init AwesomeProject