I've created a new MeanJS project using Yeoman. It installs just fine. When I want to add a new module using yo meanjs:angular-module mymodule
, it tries to create a new project ("Which mean.js version would you like to generate")
instead of just adding the new module.
Where should I look for errors?
I'm using node v0.12.7
and npm v2.11.3
.