googlearchive / generator-angularfire

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

Installing AngularFire 0.8.2 #2

Closed albab closed 9 years ago

albab commented 9 years ago

I'm trying to create a new project using this and it seems like when I do:

npm install -g generator-angularfire

The latest version of angularfire that's installed in my project is still 0.6; is there something I can do to upgrade it?

katowulf commented 9 years ago

Not until we finish the release.

katowulf commented 9 years ago

Err, had a little finger rebellion there.

Not until we finish the release. We'll be pushing 0.8.2 (the versions will now sync with AngularFire releases) up to npm shortly, probably by EOD.

tejasmanohar commented 9 years ago

@katowulf Is it ready now?

tejasmanohar commented 9 years ago

^^ bump

katowulf commented 9 years ago

Look solid.

imapc:~ katowulf$ npm info generator-angularfire

{ name: 'generator-angularfire',
  description: 'Yeoman generator for Angular+Firebase',
  'dist-tags': { latest: '0.8.2-7' },
  version: '0.8.2-7',
tejasmanohar commented 9 years ago

When I tried to use this generator, I had issues about a bower.json not existing in the app directory.

katowulf commented 9 years ago

@tejas-manohar please open a separate issue for your question and include sufficient details to reproduce the problem. Be sure to start from a fresh install (a clean folder).

tejasmanohar commented 9 years ago

Sure