shabnam singh
shabnam singh

Reputation: 107

Npm not installing

enter image description herei'm new to react native. I'm working on Weather App. I'm trying to run the app .But the npm is not installing. I'm getting this error. npm ERR! code ENOGIT npm ERR! Error while executing: npm ERR! undefined ls-remote -h -t https://github.com/react-community/react-navigation.git npm ERR! npm ERR! undefined npm ERR! No git binary found in $PATH npm ERR! npm ERR! Failed using git. npm ERR! Please check if you have git installed and in your PATH.

The url of the code is https://github.com/nazmulidris/react-native-weather

Any help will be appriciated

Upvotes: 0

Views: 1027

Answers (1)

saman.shahmohamadi
saman.shahmohamadi

Reputation: 485

It seems that git client is not installed on your system. See the installation instruction here. I think after doing that, the npm problem will be resolved.

Upvotes: 1

Related Questions