googlearchive / generator-angularfire

Yeoman generator for AngularFire: Angular + Firebase apps
191 stars 52 forks source link

generator-angularfire doesn't list bower & grunt-cli as a dependency #26

Closed markshust closed 9 years ago

markshust commented 9 years ago

on a fresh system install, the most recent generator-angularfire code bombs out because it doesn't install bower.

running: npm install -g bower grunt-cli before running yo fixes the issue.

this is on mac OS X 10.10 yosemite

katowulf commented 9 years ago

Bower and grunt should be installed with yo: http://yeoman.io/learning/index.html

Adding it to the dependencies would not force them to install globally, in any event.

markshust commented 9 years ago

ok thx, will file bug with yo.