-
Notifications
You must be signed in to change notification settings - Fork 2k
Yeomon CRUD Module Sub-Generator breaks project #347
Comments
In which version are you experiencing this issue? |
I assume "latest stable", because that's what the docs say.
|
Also
|
This is probably obvious, but I should also mention that the |
I will check this for 0.3.x. I'm working on the generator right now for 0.4.x. |
You can verify the version of the generator with Edit: updated the command, oops! |
Yup, mine is |
Works for me w/ |
the crud-module generator works for me. can you check your javascript browser console for any errors? |
Here is the error in the javascript browser console:
|
This is right after running this command:
|
No errors from grunt:
|
Seems like you set an invalid menu (if you haven't modified anything); |
Note that the menu ids are in no way related to you app names. |
@coryfklein, @nanuuki is correct. The app is boilerplated with only one pre-existing menu. Use "topbar" |
That resolved the problem. I read |
No problem. Glad it's resolved. |
I just made the exact same mistake. Maybe the wording in the generator prompt should be changed in the future? |
made the exact same mistake |
@GPnow Maybe submit a pull request? |
using "yo meanjs" version 1.4.7, creating crud module still doesn't show up on topbar - would appreciate any suggestion? - thanks i tried "topbar" as suggested by earlier comments, regenerated all files, restarted grunt but new module doesn't show up on the browser bash-3.2# yo meanjs:crud-module superheroes create app/controllers/superheroes.server.controller.js |
… mobile/develop # By Rykov Serge # Via Rykov Serge * 'mobile/develop' of bitbucket.org:outset_inc/outset: profile display name changed add activity issues done meanjs#345, meanjs#346, meanjs#347, 363 meanjs#347, added new field distance driven, saving it to props. fixed isue when we add custom truck and there is no logo for it, displaying text, if there is a logo - displaying only logo
yo meanjs
grunt
yo meanjs:crud-module myModule
The text was updated successfully, but these errors were encountered: