ignite-typescript-boilerplate icon indicating copy to clipboard operation
ignite-typescript-boilerplate copied to clipboard

Missing listview-style.ejs

Open asutula opened this issue 6 years ago • 0 comments

Using ignite-typescript-boilerplate@^0.1.5 I run the following and get an error:

ignite generate list MyList

? What kind of List would you like to generate? Row
? How will your data be presented on this list? Single
✔︎ App/Containers/MyList/MyList.tsx
vvv -----[ DEBUG ]----- vvv
Error: template not found /Users/aaron/Documents/Code/Set/IgniteTypescript/node_modules/ignite-typescript-boilerplate/templates/listview-style.ejs
    at Object.generate (/usr/local/lib/node_modules/ignite-cli/node_modules/gluegun/src/core-extensions/template-extension.js:51:13)
    at Object.copyBatch (/usr/local/lib/node_modules/ignite-cli/src/extensions/ignite/copyBatch.js:53:24)
    at <anonymous>
    at process._tickCallback (internal/process/next_tick.js:160:7)

Looking at the files in templates, it's not clear to me what files I should expect to see there for list view related things.

asutula avatar Mar 01 '18 04:03 asutula