environment:window 7
when I input ‘bower install’, it returns
‘bower ENOGIT git is not installed or not in the PATH’
I got the solution the url :https://github.com/bower/bower/issues/972
I run ‘ set PATH=%PATH%;C:\Program Files\Git\bin; ‘, it doesn’t work.
Follow that, someone answer that use git bash to run command.
Yeah, it works.
I run ‘bower install’ in git bash, it’s working!