I am starting out angular app with angular-fullstack in my Windows 7 box. I installed bunch of npm packages with -g options, including grunt-bower-install. I created the app
I had the same issue, here's what worked in my case:
After that, grunt serve command worked perfectly. Note: maybe installing Git and running bower install would suffice in your case.