Categories
Tools

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 git path in my environment as:
set PATH=%PATH%;C:\Program Files\Git\bin;

Or via screen: (System environment variable)

bower-git-enogit-issue

By osify

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.