skip to Main Content

I tried to create a react native app but I’m getting error when I run "npx react-native init newProject" this command. Can someone help how can I create a react native app and why I’m getting this error everytime

strong textenter image description here

2

Answers


  1. I just ran into the same issue too. Looking for a solution too.

    Login or Signup to reply.
  2. Fix it by specifying a lower version

    npx [email protected] init AwesomeProject --version 0.70

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search