Saturday, 7 September 2013

Can't generate scaffolding with Yeoman

Can't generate scaffolding with Yeoman

I'm following this tutorial to scaffold an application with generators
(webapp and angular). I can install all dependencies and generators but
when I run the commands yo webapp or yo angular I don't get any output
feedback and when I run ls nothing was generated. When I diplay the npm
installed packages with npm -g list I can see yo, bower and grunt packages
are installed.
I'm using Ubuntu 13.04 64 bits and npm, yo, bower and grunt are installed
in the usr/lib/node_module directory. I've checked some posts and
questions about possible installation/directory problems but I can really
get what's the real problem. Did I miss something during the instalation?

No comments:

Post a Comment