I have a meanjs app working and npm install
ed. I want to add a controller so I do yo meanjs:crud-module reports
. Instead of getting the questions one should get when creating a controller, it puts me through creating a new meanjs app.
How can I send it to the scaffolding and not the new app?