0
I am developing my first application in which I intend to use the Angularjs framework. To download the front-end dependencies I am using Bower, however when I write the command on CMD for me to do the installation:
bower install angularjs --save
Is returning me this following message:
bower ENOGIT git is not installed or not in the PATH
Can someone explain why? Remembering that I installed GIT on my machine, you need to do some sort of configuration? I’d be grateful if you could help me!