Vaadin 14.1.3 Project is not fully built

Hello,

im using Vaadin 14.1.3. I shard my Project (this Project builts well) via Version control. if I now want to build the project on the other computer the node_modules (@Vaadin) are created incompletely. In addition, the project is not fully scanned for imports (@JsModule("") e.g.). For this reason, most imports are missing in the generated-flow-imports.js and package.json.

if i run the project with jetty:run it is builded correct and all classes are visited…but it should run on a tomcat. If i start with the tomcat npm install is build incompletely and only a few classes are visited.

Did someone have a tip for me or know why the project is not being fully build?

Jan Reinartz