meanjs / generator-meanjs

MEAN.JS Official Yeoman Generator
http://meanjs.org/
473 stars 178 forks source link

yo meanjs:crud-module is not working for generator-meanjs@0.4.1', '0.4.2', '0.4.3' #195

Closed eaktadiur closed 8 years ago

eaktadiur commented 8 years ago

You don't seem to have a generator with the name meanjs:crud-module installed. You can see available generators with npm search yeoman-generator and then install them with npm install [name]. To see the 14 registered generators run yo with the --help option.

old version are working fine

ilanbiala commented 8 years ago

Are you using 0.4.3?

eaktadiur commented 8 years ago

yes,

/usr/local/lib ├── bower@1.7.6 ├── forever@0.15.1 ├── generator-keystone@0.3.13 ├── generator-meanjs@0.4.3 ├── grunt@0.4.5 ├── grunt-cli@0.1.13 ├── npm@3.5.3 └── yo@1.6.0

ilanbiala commented 8 years ago

try "mean-module"

eaktadiur commented 8 years ago

yes, yo meanjs:mean-module customer is working for me. thanks