Hey together,
yesterday we updated our Kendo UI Builder to the new version. Today I tried to migrate our actually App. That works. But when I'm clicking on Generate I'll get the following error in the output window at the bottom.
[16:16:26] INFO
I'm all done. Running npm install for you to install the required dependencies. If this fails, try running the command yourself.
[16:16:26] INFO uiShell: App window created
[16:16:28] INFO [16:16:28] ERROR generatorService: ReferenceError: C:\Progress\KendoUIBuilder\resources\app.asar\generator-starnova\resources\views\blank\template.html.ejs:38
36| <% children.forEach(function (child) { -%>
37| <% if (child.containerUid === col.uniqueID) { -%>
>> 38| <%- getComponentDirective(child) -%>
39| <% } -%>
40| <% }); -%>
41| <% } -%>
ejs:28
26| <% item.children.forEach(function (child) { -%>
27| <% if (child.containerUid === col.uniqueID) { -%>
>> 28| <%- getComponentDirective(child) -%>
29| <% } -%>
30| <% });-%>
31| <% } -%>
ejs:6
4| data-options="vm.$components.<%- id %>.options"
5| data-events="vm.$components.<%- id %>.events"
>> 6| data-icon="<%- icon %>"
7| data-content="'<%- contentKey %>' | translate">
8| </kb-button>
icon is not defined
[16:16:28] ERROR Generator exited with status code:1
I got the problem. If you have a blank view with a tabStrip in it and inside the tabStrip is a button you'll see a html template error in the UI Builder.
After deleting and readding the button everythink is working fine.
I got the problem. If you have a blank view with a tabStrip in it and inside the tabStrip is a button you'll see a html template error in the UI Builder.
After deleting and readding the button everythink is working fine.