yeoman / generator-webapp

A gulp.js generator for modern webapps
3.77k stars 708 forks source link

jhipster 5.28.0 add Bootswatch Themes tell "You don't seem to have a generator with the name “jhipster:modules” installed" #757

Closed sinrt closed 5 years ago

sinrt commented 5 years ago

cant add Bootswatch Themes to my project from this "https://www.npmjs.com/package/generator-jhipster-bootswatch" guid. its tell "You don't seem to have a generator with the name “jhipster:modules” installed"

silvenon commented 5 years ago

You should run yo jhipster-modules, not jhipster:modules (so it should be "-" instead of ":"). And make sure you have it installed globally, npm install --global generator-jhipster-modules.