Yeoman 1.0 not webapp generator not found?

generator, yeoman

Solution

Ok, apparently there was a bug in the package I downloaded a few days ago... running

npm install --force -g generator-webapp

fixed it. (view solution on github)

Problem

I am a newbee in the world of yeoman, grunt etc.. I played with Yeoman pre 1.0 and it worked very well. I upgraded to 1.0 and I am having trouble at the most basic level. Tried to run 'yo webapp' and getting 'You don't seem to have a generator with the name webapp installed.' What am I doing wrong? thanks for your help...

Original source