meanjs / generator-meanjs

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

Genreator yo meanjs not working #264

Open Rebaiahmed opened 7 years ago

Rebaiahmed commented 7 years ago

hello , after installing the generator-meanjs with npm install -g generator-meanjs in ther terminal when i enter yo meanjs i get this yomean

arashthk commented 7 years ago

For me the source of problem was I had installed yo globally and then after that I'd used nvm and had changed the node version. So yo couldn't find the packages I had installed globally later.

Check where meanjs generator is installed with npm list -g generator-meanjs and then check where's yo npm list -g yo.