React-Native app installation error -


this question exact duplicate of:

i want install simple react native app

i have write following commands

npm -g create-react-native-app  npm create-react-native-app my-project 

but showing following errorenter image description here

what should do?

it looks need install git.

see instructions installing git on windows here: https://git-scm.com/book/en/v2/getting-started-installing-git


Comments

Popular posts from this blog

python - Operations inside variables -

Generic Map Parameter java -

arrays - What causes a java.lang.ArrayIndexOutOfBoundsException and how do I prevent it? -