I downloaded MeanJs project from Github and used Yo generator to create new CRUD module by using next command:
yo meanjs:crud-module xxxx
But it looks like the module been created in different location, not the same location where other modules are located... and the module menu wasn't visible at top menu, however I been asked to give a location...
How to create a new module if I'm not using YO MeanJs generator? Please take a look on screenshot.
Folder /MODULE created by default from GIT repository, but after running g YO generator creates new folder /APP and new module content was added to that folder.