meanjs / generator-meanjs

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

Generator is always overwriting #139

Closed Steven-N-Hart closed 8 years ago

Steven-N-Hart commented 8 years ago

I can not use the yeoman generator at all. It always just wants to create a new repo. What am I doing wrong?

git clone https://github.com/meanjs/mean.git meanjs
cd meanjs
git checkout v0.3.3
npm install

#Just to make sure I have the correct meanjs generator
npm install -g generator-meanjs 

yo meanjs:crud-module example
undefined
You're using the official MEAN.JS generator.
? What mean.js version would you like to generate? (Use arrow keys)
  master 
❯ 0.4.0 
  0.4.1 
node -v
v0.12.7

npm -v
2.14.4

yo --version
1.4.8
codydaig commented 8 years ago

@Steven-N-Hart Duplicate of #119