I am trying this component and getting following error:
...caused by: org.apache.maven.plugin.PluginExecutionException: Execution default of goal com.vaadin:vaadin-maven-plugin:14.1.2:build-frontend failed:
Failed to find the following css files in the `node_modules` or `/Users/thomas/TEST/GIT/my-server/src/BUSINESS_APP/frontend` directory tree:
- orgchart/dist/css/jquery.orgchart.css
Check that they exist or are installed. If you use a custom directory for your resource files instead of the default `frontend` folder then make sure it's correctly configured (e.g. set 'vaadin.frontend.frontend.folder' property)
at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:148)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:210)
... 20 more
Caused by: java.lang.IllegalStateException:
Hi! I created an [issue]
(https://github.com/FlowingCode/OrgChartAddon/issues/14) in GitHub for tracking progress on this. There were some changes in Vaadin 14.1 regarding the bundle process, and builds that succeeded with Vaadin 14.0.15 are failing with Vaadin 14.1. Can you confirm whether your build succeeds with the former?