vaadin / designer

Public repository for Vaadin Designer
https://vaadin.com/designer
15 stars 3 forks source link

When trying to create a new design, a "No Polymer found in the project" error #2445

Open jonathanjt opened 1 year ago

jonathanjt commented 1 year ago

Steps to reproduce

structure no_polymer

TatuLund commented 1 month ago

The workaround to this issue should be to launch the application once. This will run "npm install" and load the dependencies like Polymer. The error message is misleading nowadays as with Vaadin 23 and 24 WebJAR's and Bower are not being used anymore. Also Vaadin 14 uses Node and npm (pnpm) by default.