0

I want to install simple react native app

I have write following commands

npm i -g create-react-native-app

npm create-react-native-app my-project

but it showing following errorenter image description here

what should i do?

Faisal Amdani
  • 109
  • 14

1 Answers1

0

It looks like you need to install git.

See instructions for installing git on Windows from here: https://git-scm.com/book/en/v2/Getting-Started-Installing-Git

Teedub
  • 372
  • 1
  • 7