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

sql - Time in datatime field -

javascript - How to split the success output from an Ajax post? -

java - sharing object across different classes -