Bower: ENOGIT Git is not installed or not in the PATH

后端 未结 16 1530
时光说笑
时光说笑 2020-11-29 14:52

Git is installed and is in the path.

Platform: Red Hat Enterprise Linux 5.8.

>which git
/usr/local/bin/git

Yet bower can\'t find

16条回答
  •  孤城傲影
    2020-11-29 15:25

    Just use the Git Bash instead of node.js or command prompt

    As an Example for installing ReactJS, after opening Git Bash, execute the following command to install react:

    bower install --react
    

提交回复
热议问题