k88hudson / generator-appmaker

Yeoman generator for appmaker components
2 stars 1 forks source link

Error: You don't seem to have a generator with the name appmaker installed. #1

Open flukeout opened 10 years ago

flukeout commented 10 years ago

Getting this error when running "yo appmaker". Ran the npm install -g generator-appmaker command in both the parent folder and the component folder - does it matter where that command is run?

image

k88hudson commented 10 years ago

@flukeout try npm install -g yo generator-appmaker -- you can run this anywhere, since it globally installs the generator

k88hudson commented 10 years ago

I think you actually need the yo part (which i forgot to add to docs)