Model generation not working

Welcome @the_lar! You are doing the right thing; there was just a bug that was recently fixed in ember-data. See Uable to generate adapter application for related discussion.

If you would like to be unblocked, try updating your project’s package.json ember-data entry to 3.10 instead of 3.11:

    "ember-data": "^3.10.0",
2 Likes