#AskMe

ENOGIT git is not installed or not in the PATH

You are running bower install and face this error, either on Windows or Unix like…

The issue because you need to have git installed and run the project on the command prompt with git command support, without that you will face error on screen:

ENOGIT git is not installed or not in the PATH

Solution so far on my Windows:

set PATH=%PATH%;C:\Program Files\Git\bin;

Or via screen: (System environment variable)