googlearchive / generator-angularfire

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

Generation errors #20

Closed tejasmanohar closed 9 years ago

tejasmanohar commented 9 years ago

http://pastebin.com/uJBH9UeV

This is currently unusable for me. The errors in generation process are above.

katowulf commented 9 years ago

The errors are related to npm installation. This is going to be specific to your system--probably some global versions of the packages trying to install here--and doesn't have much to do with the generator, in all likelihood.

You should start by deleting the node_modules/ and bower_components/ directories and trying a fresh npm install and bower install. If the issues persist, you may need a sudo or to work on purging out some of your global dependencies and upgrading node/npm to a stable version.