Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Hot reload issues with Vaadin 14.7.0 #11888

Closed
DykiSA opened this issue Sep 19, 2021 · 7 comments · Fixed by #11894
Closed

[BUG] Hot reload issues with Vaadin 14.7.0 #11888

DykiSA opened this issue Sep 19, 2021 · 7 comments · Fixed by #11894

Comments

@DykiSA
Copy link

DykiSA commented Sep 19, 2021

Describe the bug
Hot reload with spring-boot-devtools result in failed to import frontend dependencies

To Reproduce
Steps to reproduce the behavior:

  1. Using IDE: IntelIJ IDEA
  2. Download starter project https://start.vaadin.com/app
    • Vaadin: Vaadin 14 (LTS)
    • Java: 8
    • UI: Flow (Java + HTML)
    • npm/pnpm: npm
  3. Start with mvn spring-boot:run or Run Application.java
  4. Make any change in the HelloWorldView.java (e.g. 'Hello' to 'Hi')
  5. Rebuild the project
  6. Error printed to the console:
2021-09-19 20:55:49.029  INFO 3156 --- [  restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer  : Tomcat started on port(s): 8080 (http) with context path ''
2021-09-19 20:55:49.032  INFO 3156 --- [  restartedMain] com.dykisa.vaadin14lts.Application       : Started Application in 17.629 seconds (JVM running for 187.991)
2021-09-19 20:55:49.034  INFO 3156 --- [  restartedMain] .ConditionEvaluationDeltaLoggingListener : Condition evaluation unchanged
2021-09-19 20:55:49.186 ERROR 3156 --- [        webpack] dev-webpack                              : ERROR in ../node_modules/@vaadin/flow-frontend/VaadinDevmodeGizmo.js
2021-09-19 20:55:49.186 ERROR 3156 --- [        webpack] dev-webpack                              : Module build failed: Error: ENOENT: no such file or directory, open 'C:\Projects\learn-vaadin\vaadin-14-lts\node_modules\@vaadin\flow-frontend\VaadinDevmodeGizmo.js'
2021-09-19 20:55:49.186 ERROR 3156 --- [        webpack] dev-webpack                              : ERROR in ../node_modules/@vaadin/flow-frontend/comboBoxConnector-es6.js
2021-09-19 20:55:49.186 ERROR 3156 --- [        webpack] dev-webpack                              : Module build failed: Error: ENOENT: no such file or directory, open 'C:\Projects\learn-vaadin\vaadin-14-lts\node_modules\@vaadin\flow-frontend\comboBoxConnector-es6.js'
2021-09-19 20:55:49.186 ERROR 3156 --- [        webpack] dev-webpack                              :  @ ../target/frontend/generated-flow-imports.js 6:0-56
2021-09-19 20:55:49.186 ERROR 3156 --- [        webpack] dev-webpack                              : ERROR in ../node_modules/@vaadin/flow-frontend/comboBoxConnector.js
2021-09-19 20:55:49.186 ERROR 3156 --- [        webpack] dev-webpack                              : Module build failed: Error: ENOENT: no such file or directory, open 'C:\Projects\learn-vaadin\vaadin-14-lts\node_modules\@vaadin\flow-frontend\comboBoxConnector.js'
2021-09-19 20:55:49.186 ERROR 3156 --- [        webpack] dev-webpack                              :  @ ../target/frontend/generated-flow-imports.js 86:0-52
2021-09-19 20:55:49.186 ERROR 3156 --- [        webpack] dev-webpack                              : ERROR in ../node_modules/@vaadin/flow-frontend/contextMenuConnector-es6.js
2021-09-19 20:55:49.186 ERROR 3156 --- [        webpack] dev-webpack                              : Module build failed: Error: ENOENT: no such file or directory, open 'C:\Projects\learn-vaadin\vaadin-14-lts\node_modules\@vaadin\flow-frontend\contextMenuConnector-es6.js'
2021-09-19 20:55:49.186 ERROR 3156 --- [        webpack] dev-webpack                              :  @ ../target/frontend/generated-flow-imports.js 7:0-59
2021-09-19 20:55:49.187 ERROR 3156 --- [        webpack] dev-webpack                              : ERROR in ../node_modules/@vaadin/flow-frontend/contextMenuConnector.js
2021-09-19 20:55:49.187 ERROR 3156 --- [        webpack] dev-webpack                              : Module build failed: Error: ENOENT: no such file or directory, open 'C:\Projects\learn-vaadin\vaadin-14-lts\node_modules\@vaadin\flow-frontend\contextMenuConnector.js'
2021-09-19 20:55:49.187 ERROR 3156 --- [        webpack] dev-webpack                              :  @ ../target/frontend/generated-flow-imports.js 87:0-55
2021-09-19 20:55:49.187 ERROR 3156 --- [        webpack] dev-webpack                              : ERROR in ../node_modules/@vaadin/flow-frontend/datepickerConnector.js
2021-09-19 20:55:49.187 ERROR 3156 --- [        webpack] dev-webpack                              : Module build failed: Error: ENOENT: no such file or directory, open 'C:\Projects\learn-vaadin\vaadin-14-lts\node_modules\@vaadin\flow-frontend\datepickerConnector.js'
2021-09-19 20:55:49.187 ERROR 3156 --- [        webpack] dev-webpack                              :  @ ../target/frontend/generated-flow-imports.js 8:0-54
2021-09-19 20:55:49.187 ERROR 3156 --- [        webpack] dev-webpack                              : ERROR in ../node_modules/@vaadin/flow-frontend/dndConnector-es6.js
2021-09-19 20:55:49.187 ERROR 3156 --- [        webpack] dev-webpack                              : Module build failed: Error: ENOENT: no such file or directory, open 'C:\Projects\learn-vaadin\vaadin-14-lts\node_modules\@vaadin\flow-frontend\dndConnector-es6.js'
2021-09-19 20:55:49.187 ERROR 3156 --- [        webpack] dev-webpack                              :  @ ../target/frontend/generated-flow-imports.js 9:0-51
2021-09-19 20:55:49.187 ERROR 3156 --- [        webpack] dev-webpack                              : ERROR in ../node_modules/@vaadin/flow-frontend/dndConnector.js
2021-09-19 20:55:49.187 ERROR 3156 --- [        webpack] dev-webpack                              : Module build failed: Error: ENOENT: no such file or directory, open 'C:\Projects\learn-vaadin\vaadin-14-lts\node_modules\@vaadin\flow-frontend\dndConnector.js'
2021-09-19 20:55:49.187 ERROR 3156 --- [        webpack] dev-webpack                              :  @ ../target/frontend/generated-flow-imports.js 88:0-47
2021-09-19 20:55:49.187 ERROR 3156 --- [        webpack] dev-webpack                              : ERROR in ../node_modules/@vaadin/flow-frontend/flow-component-renderer.js
2021-09-19 20:55:49.187 ERROR 3156 --- [        webpack] dev-webpack                              : Module build failed: Error: ENOENT: no such file or directory, open 'C:\Projects\learn-vaadin\vaadin-14-lts\node_modules\@vaadin\flow-frontend\flow-component-renderer.js'
2021-09-19 20:55:49.187 ERROR 3156 --- [        webpack] dev-webpack                              :  @ ../target/frontend/generated-flow-imports.js 10:0-58
2021-09-19 20:55:49.187 ERROR 3156 --- [        webpack] dev-webpack                              : ERROR in ../node_modules/@vaadin/flow-frontend/gridConnector-es6.js
2021-09-19 20:55:49.187 ERROR 3156 --- [        webpack] dev-webpack                              : Module build failed: Error: ENOENT: no such file or directory, open 'C:\Projects\learn-vaadin\vaadin-14-lts\node_modules\@vaadin\flow-frontend\gridConnector-es6.js'
2021-09-19 20:55:49.187 ERROR 3156 --- [        webpack] dev-webpack                              :  @ ../target/frontend/generated-flow-imports.js 11:0-52
2021-09-19 20:55:49.187 ERROR 3156 --- [        webpack] dev-webpack                              : ERROR in ../node_modules/@vaadin/flow-frontend/gridConnector.js
2021-09-19 20:55:49.187 ERROR 3156 --- [        webpack] dev-webpack                              : Module build failed: Error: ENOENT: no such file or directory, open 'C:\Projects\learn-vaadin\vaadin-14-lts\node_modules\@vaadin\flow-frontend\gridConnector.js'
2021-09-19 20:55:49.187 ERROR 3156 --- [        webpack] dev-webpack                              :  @ ../target/frontend/generated-flow-imports.js 89:0-48
2021-09-19 20:55:49.187 ERROR 3156 --- [        webpack] dev-webpack                              : ERROR in ../node_modules/@vaadin/flow-frontend/gridProConnector.js
2021-09-19 20:55:49.187 ERROR 3156 --- [        webpack] dev-webpack                              : Module build failed: Error: ENOENT: no such file or directory, open 'C:\Projects\learn-vaadin\vaadin-14-lts\node_modules\@vaadin\flow-frontend\gridProConnector.js'
2021-09-19 20:55:49.188 ERROR 3156 --- [        webpack] dev-webpack                              :  @ ../target/frontend/generated-flow-imports.js 12:0-51
2021-09-19 20:55:49.188 ERROR 3156 --- [        webpack] dev-webpack                              : ERROR in ../node_modules/@vaadin/flow-frontend/ironListConnector-es6.js
2021-09-19 20:55:49.188 ERROR 3156 --- [        webpack] dev-webpack                              : Module build failed: Error: ENOENT: no such file or directory, open 'C:\Projects\learn-vaadin\vaadin-14-lts\node_modules\@vaadin\flow-frontend\ironListConnector-es6.js'
2021-09-19 20:55:49.188 ERROR 3156 --- [        webpack] dev-webpack                              :  @ ../target/frontend/generated-flow-imports.js 13:0-56
2021-09-19 20:55:49.188 ERROR 3156 --- [        webpack] dev-webpack                              : ERROR in ../node_modules/@vaadin/flow-frontend/ironListConnector.js
2021-09-19 20:55:49.188 ERROR 3156 --- [        webpack] dev-webpack                              : Module build failed: Error: ENOENT: no such file or directory, open 'C:\Projects\learn-vaadin\vaadin-14-lts\node_modules\@vaadin\flow-frontend\ironListConnector.js'
2021-09-19 20:55:49.188 ERROR 3156 --- [        webpack] dev-webpack                              :  @ ../target/frontend/generated-flow-imports.js 90:0-52
2021-09-19 20:55:49.188 ERROR 3156 --- [        webpack] dev-webpack                              : ERROR in ../node_modules/@vaadin/flow-frontend/ironListStyles.js
2021-09-19 20:55:49.188 ERROR 3156 --- [        webpack] dev-webpack                              : Module build failed: Error: ENOENT: no such file or directory, open 'C:\Projects\learn-vaadin\vaadin-14-lts\node_modules\@vaadin\flow-frontend\ironListStyles.js'
2021-09-19 20:55:49.188 ERROR 3156 --- [        webpack] dev-webpack                              :  @ ../target/frontend/generated-flow-imports.js 14:0-49
2021-09-19 20:55:49.188 ERROR 3156 --- [        webpack] dev-webpack                              : ERROR in ../node_modules/@vaadin/flow-frontend/menubarConnector.js
2021-09-19 20:55:49.188 ERROR 3156 --- [        webpack] dev-webpack                              : Module build failed: Error: ENOENT: no such file or directory, open 'C:\Projects\learn-vaadin\vaadin-14-lts\node_modules\@vaadin\flow-frontend\menubarConnector.js'
2021-09-19 20:55:49.188 ERROR 3156 --- [        webpack] dev-webpack                              :  @ ../target/frontend/generated-flow-imports.js 15:0-51
2021-09-19 20:55:49.188 ERROR 3156 --- [        webpack] dev-webpack                              : ERROR in ../node_modules/@vaadin/flow-frontend/messageListConnector.js
2021-09-19 20:55:49.188 ERROR 3156 --- [        webpack] dev-webpack                              : Module build failed: Error: ENOENT: no such file or directory, open 'C:\Projects\learn-vaadin\vaadin-14-lts\node_modules\@vaadin\flow-frontend\messageListConnector.js'
2021-09-19 20:55:49.188 ERROR 3156 --- [        webpack] dev-webpack                              :  @ ../target/frontend/generated-flow-imports.js 16:0-55
2021-09-19 20:55:49.188 ERROR 3156 --- [        webpack] dev-webpack                              : ERROR in ../node_modules/@vaadin/flow-frontend/selectConnector.js
2021-09-19 20:55:49.188 ERROR 3156 --- [        webpack] dev-webpack                              : Module build failed: Error: ENOENT: no such file or directory, open 'C:\Projects\learn-vaadin\vaadin-14-lts\node_modules\@vaadin\flow-frontend\selectConnector.js'
2021-09-19 20:55:49.188 ERROR 3156 --- [        webpack] dev-webpack                              :  @ ../target/frontend/generated-flow-imports.js 91:0-50
2021-09-19 20:55:49.188 ERROR 3156 --- [        webpack] dev-webpack                              : ERROR in ../node_modules/@vaadin/flow-frontend/timepickerConnector.js
2021-09-19 20:55:49.188 ERROR 3156 --- [        webpack] dev-webpack                              : Module build failed: Error: ENOENT: no such file or directory, open 'C:\Projects\learn-vaadin\vaadin-14-lts\node_modules\@vaadin\flow-frontend\timepickerConnector.js'
2021-09-19 20:55:49.189 ERROR 3156 --- [        webpack] dev-webpack                              :  @ ../target/frontend/generated-flow-imports.js 17:0-54
2021-09-19 20:55:49.189 ERROR 3156 --- [        webpack] dev-webpack                              : ERROR in ../node_modules/@vaadin/flow-frontend/vaadin-big-decimal-field.js
2021-09-19 20:55:49.189 ERROR 3156 --- [        webpack] dev-webpack                              : Module build failed: Error: ENOENT: no such file or directory, open 'C:\Projects\learn-vaadin\vaadin-14-lts\node_modules\@vaadin\flow-frontend\vaadin-big-decimal-field.js'
2021-09-19 20:55:49.189 ERROR 3156 --- [        webpack] dev-webpack                              :  @ ../target/frontend/generated-flow-imports.js 18:0-59
2021-09-19 20:55:49.189 ERROR 3156 --- [        webpack] dev-webpack                              : ERROR in ../node_modules/@vaadin/flow-frontend/vaadin-grid-flow-selection-column.js
2021-09-19 20:55:49.189 ERROR 3156 --- [        webpack] dev-webpack                              : Module build failed: Error: ENOENT: no such file or directory, open 'C:\Projects\learn-vaadin\vaadin-14-lts\node_modules\@vaadin\flow-frontend\vaadin-grid-flow-selection-column.js'
2021-09-19 20:55:49.189 ERROR 3156 --- [        webpack] dev-webpack                              :  @ ../target/frontend/generated-flow-imports.js 19:0-68
2021-09-19 20:55:49.603 ERROR 3156 --- [        webpack] dev-webpack                              : ERROR in ../node_modules/@vaadin/flow-frontend/VaadinDevmodeGizmo.js
2021-09-19 20:55:49.603 ERROR 3156 --- [        webpack] dev-webpack                              : Module build failed: Error: ENOENT: no such file or directory, open 'C:\Projects\learn-vaadin\vaadin-14-lts\node_modules\@vaadin\flow-frontend\VaadinDevmodeGizmo.js'
2021-09-19 20:55:49.603 ERROR 3156 --- [        webpack] dev-webpack                              : ERROR in ../node_modules/@vaadin/flow-frontend/comboBoxConnector-es6.js
2021-09-19 20:55:49.603 ERROR 3156 --- [        webpack] dev-webpack                              : Module build failed: Error: ENOENT: no such file or directory, open 'C:\Projects\learn-vaadin\vaadin-14-lts\node_modules\@vaadin\flow-frontend\comboBoxConnector-es6.js'
2021-09-19 20:55:49.603 ERROR 3156 --- [        webpack] dev-webpack                              :  @ ../target/frontend/generated-flow-imports.js 6:0-56
2021-09-19 20:55:49.603 ERROR 3156 --- [        webpack] dev-webpack                              : ERROR in ../node_modules/@vaadin/flow-frontend/comboBoxConnector.js
2021-09-19 20:55:49.603 ERROR 3156 --- [        webpack] dev-webpack                              : Module build failed: Error: ENOENT: no such file or directory, open 'C:\Projects\learn-vaadin\vaadin-14-lts\node_modules\@vaadin\flow-frontend\comboBoxConnector.js'
2021-09-19 20:55:49.603 ERROR 3156 --- [        webpack] dev-webpack                              :  @ ../target/frontend/generated-flow-imports.js 86:0-52
2021-09-19 20:55:49.603 ERROR 3156 --- [        webpack] dev-webpack                              : ERROR in ../node_modules/@vaadin/flow-frontend/contextMenuConnector-es6.js
2021-09-19 20:55:49.603 ERROR 3156 --- [        webpack] dev-webpack                              : Module build failed: Error: ENOENT: no such file or directory, open 'C:\Projects\learn-vaadin\vaadin-14-lts\node_modules\@vaadin\flow-frontend\contextMenuConnector-es6.js'
2021-09-19 20:55:49.604 ERROR 3156 --- [        webpack] dev-webpack                              :  @ ../target/frontend/generated-flow-imports.js 7:0-59
2021-09-19 20:55:49.604 ERROR 3156 --- [        webpack] dev-webpack                              : ERROR in ../node_modules/@vaadin/flow-frontend/contextMenuConnector.js
2021-09-19 20:55:49.604 ERROR 3156 --- [        webpack] dev-webpack                              : Module build failed: Error: ENOENT: no such file or directory, open 'C:\Projects\learn-vaadin\vaadin-14-lts\node_modules\@vaadin\flow-frontend\contextMenuConnector.js'
2021-09-19 20:55:49.604 ERROR 3156 --- [        webpack] dev-webpack                              :  @ ../target/frontend/generated-flow-imports.js 87:0-55
2021-09-19 20:55:49.604 ERROR 3156 --- [        webpack] dev-webpack                              : ERROR in ../node_modules/@vaadin/flow-frontend/datepickerConnector.js
2021-09-19 20:55:49.604 ERROR 3156 --- [        webpack] dev-webpack                              : Module build failed: Error: ENOENT: no such file or directory, open 'C:\Projects\learn-vaadin\vaadin-14-lts\node_modules\@vaadin\flow-frontend\datepickerConnector.js'
2021-09-19 20:55:49.604 ERROR 3156 --- [        webpack] dev-webpack                              :  @ ../target/frontend/generated-flow-imports.js 8:0-54
2021-09-19 20:55:49.604 ERROR 3156 --- [        webpack] dev-webpack                              : ERROR in ../node_modules/@vaadin/flow-frontend/dndConnector-es6.js
2021-09-19 20:55:49.604 ERROR 3156 --- [        webpack] dev-webpack                              : Module build failed: Error: ENOENT: no such file or directory, open 'C:\Projects\learn-vaadin\vaadin-14-lts\node_modules\@vaadin\flow-frontend\dndConnector-es6.js'
2021-09-19 20:55:49.604 ERROR 3156 --- [        webpack] dev-webpack                              :  @ ../target/frontend/generated-flow-imports.js 9:0-51
2021-09-19 20:55:49.604 ERROR 3156 --- [        webpack] dev-webpack                              : ERROR in ../node_modules/@vaadin/flow-frontend/dndConnector.js
2021-09-19 20:55:49.604 ERROR 3156 --- [        webpack] dev-webpack                              : Module build failed: Error: ENOENT: no such file or directory, open 'C:\Projects\learn-vaadin\vaadin-14-lts\node_modules\@vaadin\flow-frontend\dndConnector.js'
2021-09-19 20:55:49.604 ERROR 3156 --- [        webpack] dev-webpack                              :  @ ../target/frontend/generated-flow-imports.js 88:0-47
2021-09-19 20:55:49.604 ERROR 3156 --- [        webpack] dev-webpack                              : ERROR in ../node_modules/@vaadin/flow-frontend/flow-component-renderer.js
2021-09-19 20:55:49.604 ERROR 3156 --- [        webpack] dev-webpack                              : Module build failed: Error: ENOENT: no such file or directory, open 'C:\Projects\learn-vaadin\vaadin-14-lts\node_modules\@vaadin\flow-frontend\flow-component-renderer.js'
2021-09-19 20:55:49.604 ERROR 3156 --- [        webpack] dev-webpack                              :  @ ../target/frontend/generated-flow-imports.js 10:0-58
2021-09-19 20:55:49.604 ERROR 3156 --- [        webpack] dev-webpack                              : ERROR in ../node_modules/@vaadin/flow-frontend/gridConnector-es6.js
2021-09-19 20:55:49.604 ERROR 3156 --- [        webpack] dev-webpack                              : Module build failed: Error: ENOENT: no such file or directory, open 'C:\Projects\learn-vaadin\vaadin-14-lts\node_modules\@vaadin\flow-frontend\gridConnector-es6.js'
2021-09-19 20:55:49.604 ERROR 3156 --- [        webpack] dev-webpack                              :  @ ../target/frontend/generated-flow-imports.js 11:0-52
2021-09-19 20:55:49.604 ERROR 3156 --- [        webpack] dev-webpack                              : ERROR in ../node_modules/@vaadin/flow-frontend/gridConnector.js
2021-09-19 20:55:49.604 ERROR 3156 --- [        webpack] dev-webpack                              : Module build failed: Error: ENOENT: no such file or directory, open 'C:\Projects\learn-vaadin\vaadin-14-lts\node_modules\@vaadin\flow-frontend\gridConnector.js'
2021-09-19 20:55:49.604 ERROR 3156 --- [        webpack] dev-webpack                              :  @ ../target/frontend/generated-flow-imports.js 89:0-48
2021-09-19 20:55:49.604 ERROR 3156 --- [        webpack] dev-webpack                              : ERROR in ../node_modules/@vaadin/flow-frontend/gridProConnector.js
2021-09-19 20:55:49.605 ERROR 3156 --- [        webpack] dev-webpack                              : Module build failed: Error: ENOENT: no such file or directory, open 'C:\Projects\learn-vaadin\vaadin-14-lts\node_modules\@vaadin\flow-frontend\gridProConnector.js'
2021-09-19 20:55:49.605 ERROR 3156 --- [        webpack] dev-webpack                              :  @ ../target/frontend/generated-flow-imports.js 12:0-51
2021-09-19 20:55:49.605 ERROR 3156 --- [        webpack] dev-webpack                              : ERROR in ../node_modules/@vaadin/flow-frontend/ironListConnector-es6.js
2021-09-19 20:55:49.605 ERROR 3156 --- [        webpack] dev-webpack                              : Module build failed: Error: ENOENT: no such file or directory, open 'C:\Projects\learn-vaadin\vaadin-14-lts\node_modules\@vaadin\flow-frontend\ironListConnector-es6.js'
2021-09-19 20:55:49.605 ERROR 3156 --- [        webpack] dev-webpack                              :  @ ../target/frontend/generated-flow-imports.js 13:0-56
2021-09-19 20:55:49.605 ERROR 3156 --- [        webpack] dev-webpack                              : ERROR in ../node_modules/@vaadin/flow-frontend/ironListConnector.js
2021-09-19 20:55:49.605 ERROR 3156 --- [        webpack] dev-webpack                              : Module build failed: Error: ENOENT: no such file or directory, open 'C:\Projects\learn-vaadin\vaadin-14-lts\node_modules\@vaadin\flow-frontend\ironListConnector.js'
2021-09-19 20:55:49.605 ERROR 3156 --- [        webpack] dev-webpack                              :  @ ../target/frontend/generated-flow-imports.js 90:0-52
2021-09-19 20:55:49.605 ERROR 3156 --- [        webpack] dev-webpack                              : ERROR in ../node_modules/@vaadin/flow-frontend/ironListStyles.js
2021-09-19 20:55:49.605 ERROR 3156 --- [        webpack] dev-webpack                              : Module build failed: Error: ENOENT: no such file or directory, open 'C:\Projects\learn-vaadin\vaadin-14-lts\node_modules\@vaadin\flow-frontend\ironListStyles.js'
2021-09-19 20:55:49.605 ERROR 3156 --- [        webpack] dev-webpack                              :  @ ../target/frontend/generated-flow-imports.js 14:0-49
2021-09-19 20:55:49.605 ERROR 3156 --- [        webpack] dev-webpack                              : ERROR in ../node_modules/@vaadin/flow-frontend/menubarConnector.js
2021-09-19 20:55:49.605 ERROR 3156 --- [        webpack] dev-webpack                              : Module build failed: Error: ENOENT: no such file or directory, open 'C:\Projects\learn-vaadin\vaadin-14-lts\node_modules\@vaadin\flow-frontend\menubarConnector.js'
2021-09-19 20:55:49.605 ERROR 3156 --- [        webpack] dev-webpack                              :  @ ../target/frontend/generated-flow-imports.js 15:0-51
2021-09-19 20:55:49.605 ERROR 3156 --- [        webpack] dev-webpack                              : ERROR in ../node_modules/@vaadin/flow-frontend/messageListConnector.js
2021-09-19 20:55:49.605 ERROR 3156 --- [        webpack] dev-webpack                              : Module build failed: Error: ENOENT: no such file or directory, open 'C:\Projects\learn-vaadin\vaadin-14-lts\node_modules\@vaadin\flow-frontend\messageListConnector.js'
2021-09-19 20:55:49.605 ERROR 3156 --- [        webpack] dev-webpack                              :  @ ../target/frontend/generated-flow-imports.js 16:0-55
2021-09-19 20:55:49.605 ERROR 3156 --- [        webpack] dev-webpack                              : ERROR in ../node_modules/@vaadin/flow-frontend/selectConnector.js
2021-09-19 20:55:49.605 ERROR 3156 --- [        webpack] dev-webpack                              : Module build failed: Error: ENOENT: no such file or directory, open 'C:\Projects\learn-vaadin\vaadin-14-lts\node_modules\@vaadin\flow-frontend\selectConnector.js'
2021-09-19 20:55:49.605 ERROR 3156 --- [        webpack] dev-webpack                              :  @ ../target/frontend/generated-flow-imports.js 91:0-50
2021-09-19 20:55:49.605 ERROR 3156 --- [        webpack] dev-webpack                              : ERROR in ../node_modules/@vaadin/flow-frontend/timepickerConnector.js
2021-09-19 20:55:49.605 ERROR 3156 --- [        webpack] dev-webpack                              : Module build failed: Error: ENOENT: no such file or directory, open 'C:\Projects\learn-vaadin\vaadin-14-lts\node_modules\@vaadin\flow-frontend\timepickerConnector.js'
2021-09-19 20:55:49.605 ERROR 3156 --- [        webpack] dev-webpack                              :  @ ../target/frontend/generated-flow-imports.js 17:0-54
2021-09-19 20:55:49.605 ERROR 3156 --- [        webpack] dev-webpack                              : ERROR in ../node_modules/@vaadin/flow-frontend/vaadin-big-decimal-field.js
2021-09-19 20:55:49.605 ERROR 3156 --- [        webpack] dev-webpack                              : Module build failed: Error: ENOENT: no such file or directory, open 'C:\Projects\learn-vaadin\vaadin-14-lts\node_modules\@vaadin\flow-frontend\vaadin-big-decimal-field.js'
2021-09-19 20:55:49.605 ERROR 3156 --- [        webpack] dev-webpack                              :  @ ../target/frontend/generated-flow-imports.js 18:0-59
2021-09-19 20:55:49.605 ERROR 3156 --- [        webpack] dev-webpack                              : ERROR in ../node_modules/@vaadin/flow-frontend/vaadin-grid-flow-selection-column.js
2021-09-19 20:55:49.605 ERROR 3156 --- [        webpack] dev-webpack                              : Module build failed: Error: ENOENT: no such file or directory, open 'C:\Projects\learn-vaadin\vaadin-14-lts\node_modules\@vaadin\flow-frontend\vaadin-grid-flow-selection-column.js'
2021-09-19 20:55:49.606 ERROR 3156 --- [        webpack] dev-webpack                              :  @ ../target/frontend/generated-flow-imports.js 19:0-68
aanpm WARN no-name@ No repository field.
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules\fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for [email protected]: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"x64"})
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules\watchpack-chokidar2\node_modules\fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for [email protected]: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"x64"})
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules\webpack-dev-server\node_modules\fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for [email protected]: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"x64"})

2021-09-19 20:55:59.756  INFO 3156 --- [onPool-worker-3] dev-updater                              : Frontend dependencies resolved successfully.
2021-09-19 20:55:59.774  INFO 3156 --- [onPool-worker-3] dev-updater                              : Copying frontend resources from jar files ...
2021-09-19 20:55:59.816  INFO 3156 --- [onPool-worker-3] dev-updater                              : Visited 15 resources. Took 41 ms.
2021-09-19 20:56:00.186 ERROR 3156 --- [        webpack] dev-webpack                              : ERROR in ../node_modules/@vaadin/flow-frontend/VaadinDevmodeGizmo.js
2021-09-19 20:56:00.186 ERROR 3156 --- [        webpack] dev-webpack                              : Module build failed: Error: ENOENT: no such file or directory, open 'C:\Projects\learn-vaadin\vaadin-14-lts\node_modules\@vaadin\flow-frontend\VaadinDevmodeGizmo.js'
2021-09-19 20:56:00.186 ERROR 3156 --- [        webpack] dev-webpack                              : ERROR in ../node_modules/@vaadin/flow-frontend/comboBoxConnector-es6.js
2021-09-19 20:56:00.186 ERROR 3156 --- [        webpack] dev-webpack                              : Module build failed: Error: ENOENT: no such file or directory, open 'C:\Projects\learn-vaadin\vaadin-14-lts\node_modules\@vaadin\flow-frontend\comboBoxConnector-es6.js'
2021-09-19 20:56:00.187 ERROR 3156 --- [        webpack] dev-webpack                              :  @ ../target/frontend/generated-flow-imports.js 6:0-56
2021-09-19 20:56:00.187 ERROR 3156 --- [        webpack] dev-webpack                              : ERROR in ../node_modules/@vaadin/flow-frontend/comboBoxConnector.js
2021-09-19 20:56:00.187 ERROR 3156 --- [        webpack] dev-webpack                              : Module build failed: Error: ENOENT: no such file or directory, open 'C:\Projects\learn-vaadin\vaadin-14-lts\node_modules\@vaadin\flow-frontend\comboBoxConnector.js'
2021-09-19 20:56:00.187 ERROR 3156 --- [        webpack] dev-webpack                              :  @ ../target/frontend/generated-flow-imports.js 86:0-52
2021-09-19 20:56:00.187 ERROR 3156 --- [        webpack] dev-webpack                              : ERROR in ../node_modules/@vaadin/flow-frontend/contextMenuConnector-es6.js
2021-09-19 20:56:00.187 ERROR 3156 --- [        webpack] dev-webpack                              : Module build failed: Error: ENOENT: no such file or directory, open 'C:\Projects\learn-vaadin\vaadin-14-lts\node_modules\@vaadin\flow-frontend\contextMenuConnector-es6.js'
2021-09-19 20:56:00.187 ERROR 3156 --- [        webpack] dev-webpack                              :  @ ../target/frontend/generated-flow-imports.js 7:0-59
2021-09-19 20:56:00.187 ERROR 3156 --- [        webpack] dev-webpack                              : ERROR in ../node_modules/@vaadin/flow-frontend/contextMenuConnector.js
2021-09-19 20:56:00.187 ERROR 3156 --- [        webpack] dev-webpack                              : Module build failed: Error: ENOENT: no such file or directory, open 'C:\Projects\learn-vaadin\vaadin-14-lts\node_modules\@vaadin\flow-frontend\contextMenuConnector.js'
2021-09-19 20:56:00.187 ERROR 3156 --- [        webpack] dev-webpack                              :  @ ../target/frontend/generated-flow-imports.js 87:0-55
2021-09-19 20:56:00.187 ERROR 3156 --- [        webpack] dev-webpack                              : ERROR in ../node_modules/@vaadin/flow-frontend/datepickerConnector.js
2021-09-19 20:56:00.187 ERROR 3156 --- [        webpack] dev-webpack                              : Module build failed: Error: ENOENT: no such file or directory, open 'C:\Projects\learn-vaadin\vaadin-14-lts\node_modules\@vaadin\flow-frontend\datepickerConnector.js'
2021-09-19 20:56:00.187 ERROR 3156 --- [        webpack] dev-webpack                              :  @ ../target/frontend/generated-flow-imports.js 8:0-54
2021-09-19 20:56:00.187 ERROR 3156 --- [        webpack] dev-webpack                              : ERROR in ../node_modules/@vaadin/flow-frontend/dndConnector-es6.js
2021-09-19 20:56:00.187 ERROR 3156 --- [        webpack] dev-webpack                              : Module build failed: Error: ENOENT: no such file or directory, open 'C:\Projects\learn-vaadin\vaadin-14-lts\node_modules\@vaadin\flow-frontend\dndConnector-es6.js'
2021-09-19 20:56:00.187 ERROR 3156 --- [        webpack] dev-webpack                              :  @ ../target/frontend/generated-flow-imports.js 9:0-51
2021-09-19 20:56:00.187 ERROR 3156 --- [        webpack] dev-webpack                              : ERROR in ../node_modules/@vaadin/flow-frontend/dndConnector.js
2021-09-19 20:56:00.187 ERROR 3156 --- [        webpack] dev-webpack                              : Module build failed: Error: ENOENT: no such file or directory, open 'C:\Projects\learn-vaadin\vaadin-14-lts\node_modules\@vaadin\flow-frontend\dndConnector.js'
2021-09-19 20:56:00.187 ERROR 3156 --- [        webpack] dev-webpack                              :  @ ../target/frontend/generated-flow-imports.js 88:0-47
2021-09-19 20:56:00.187 ERROR 3156 --- [        webpack] dev-webpack                              : ERROR in ../node_modules/@vaadin/flow-frontend/flow-component-renderer.js
2021-09-19 20:56:00.187 ERROR 3156 --- [        webpack] dev-webpack                              : Module build failed: Error: ENOENT: no such file or directory, open 'C:\Projects\learn-vaadin\vaadin-14-lts\node_modules\@vaadin\flow-frontend\flow-component-renderer.js'
2021-09-19 20:56:00.187 ERROR 3156 --- [        webpack] dev-webpack                              :  @ ../target/frontend/generated-flow-imports.js 10:0-58
2021-09-19 20:56:00.187 ERROR 3156 --- [        webpack] dev-webpack                              : ERROR in ../node_modules/@vaadin/flow-frontend/gridConnector-es6.js
2021-09-19 20:56:00.187 ERROR 3156 --- [        webpack] dev-webpack                              : Module build failed: Error: ENOENT: no such file or directory, open 'C:\Projects\learn-vaadin\vaadin-14-lts\node_modules\@vaadin\flow-frontend\gridConnector-es6.js'
2021-09-19 20:56:00.187 ERROR 3156 --- [        webpack] dev-webpack                              :  @ ../target/frontend/generated-flow-imports.js 11:0-52
2021-09-19 20:56:00.187 ERROR 3156 --- [        webpack] dev-webpack                              : ERROR in ../node_modules/@vaadin/flow-frontend/gridConnector.js
2021-09-19 20:56:00.187 ERROR 3156 --- [        webpack] dev-webpack                              : Module build failed: Error: ENOENT: no such file or directory, open 'C:\Projects\learn-vaadin\vaadin-14-lts\node_modules\@vaadin\flow-frontend\gridConnector.js'
2021-09-19 20:56:00.187 ERROR 3156 --- [        webpack] dev-webpack                              :  @ ../target/frontend/generated-flow-imports.js 89:0-48
2021-09-19 20:56:00.187 ERROR 3156 --- [        webpack] dev-webpack                              : ERROR in ../node_modules/@vaadin/flow-frontend/gridProConnector.js
2021-09-19 20:56:00.187 ERROR 3156 --- [        webpack] dev-webpack                              : Module build failed: Error: ENOENT: no such file or directory, open 'C:\Projects\learn-vaadin\vaadin-14-lts\node_modules\@vaadin\flow-frontend\gridProConnector.js'
2021-09-19 20:56:00.187 ERROR 3156 --- [        webpack] dev-webpack                              :  @ ../target/frontend/generated-flow-imports.js 12:0-51
2021-09-19 20:56:00.187 ERROR 3156 --- [        webpack] dev-webpack                              : ERROR in ../node_modules/@vaadin/flow-frontend/ironListConnector-es6.js
2021-09-19 20:56:00.188 ERROR 3156 --- [        webpack] dev-webpack                              : Module build failed: Error: ENOENT: no such file or directory, open 'C:\Projects\learn-vaadin\vaadin-14-lts\node_modules\@vaadin\flow-frontend\ironListConnector-es6.js'
2021-09-19 20:56:00.188 ERROR 3156 --- [        webpack] dev-webpack                              :  @ ../target/frontend/generated-flow-imports.js 13:0-56
2021-09-19 20:56:00.188 ERROR 3156 --- [        webpack] dev-webpack                              : ERROR in ../node_modules/@vaadin/flow-frontend/ironListConnector.js
2021-09-19 20:56:00.188 ERROR 3156 --- [        webpack] dev-webpack                              : Module build failed: Error: ENOENT: no such file or directory, open 'C:\Projects\learn-vaadin\vaadin-14-lts\node_modules\@vaadin\flow-frontend\ironListConnector.js'
2021-09-19 20:56:00.188 ERROR 3156 --- [        webpack] dev-webpack                              :  @ ../target/frontend/generated-flow-imports.js 90:0-52
2021-09-19 20:56:00.188 ERROR 3156 --- [        webpack] dev-webpack                              : ERROR in ../node_modules/@vaadin/flow-frontend/ironListStyles.js
2021-09-19 20:56:00.188 ERROR 3156 --- [        webpack] dev-webpack                              : Module build failed: Error: ENOENT: no such file or directory, open 'C:\Projects\learn-vaadin\vaadin-14-lts\node_modules\@vaadin\flow-frontend\ironListStyles.js'
2021-09-19 20:56:00.188 ERROR 3156 --- [        webpack] dev-webpack                              :  @ ../target/frontend/generated-flow-imports.js 14:0-49
2021-09-19 20:56:00.188 ERROR 3156 --- [        webpack] dev-webpack                              : ERROR in ../node_modules/@vaadin/flow-frontend/menubarConnector.js
2021-09-19 20:56:00.188 ERROR 3156 --- [        webpack] dev-webpack                              : Module build failed: Error: ENOENT: no such file or directory, open 'C:\Projects\learn-vaadin\vaadin-14-lts\node_modules\@vaadin\flow-frontend\menubarConnector.js'
2021-09-19 20:56:00.188 ERROR 3156 --- [        webpack] dev-webpack                              :  @ ../target/frontend/generated-flow-imports.js 15:0-51
2021-09-19 20:56:00.188 ERROR 3156 --- [        webpack] dev-webpack                              : ERROR in ../node_modules/@vaadin/flow-frontend/messageListConnector.js
2021-09-19 20:56:00.188 ERROR 3156 --- [        webpack] dev-webpack                              : Module build failed: Error: ENOENT: no such file or directory, open 'C:\Projects\learn-vaadin\vaadin-14-lts\node_modules\@vaadin\flow-frontend\messageListConnector.js'
2021-09-19 20:56:00.188 ERROR 3156 --- [        webpack] dev-webpack                              :  @ ../target/frontend/generated-flow-imports.js 16:0-55
2021-09-19 20:56:00.188 ERROR 3156 --- [        webpack] dev-webpack                              : ERROR in ../node_modules/@vaadin/flow-frontend/selectConnector.js
2021-09-19 20:56:00.188 ERROR 3156 --- [        webpack] dev-webpack                              : Module build failed: Error: ENOENT: no such file or directory, open 'C:\Projects\learn-vaadin\vaadin-14-lts\node_modules\@vaadin\flow-frontend\selectConnector.js'
2021-09-19 20:56:00.188 ERROR 3156 --- [        webpack] dev-webpack                              :  @ ../target/frontend/generated-flow-imports.js 91:0-50
2021-09-19 20:56:00.188 ERROR 3156 --- [        webpack] dev-webpack                              : ERROR in ../node_modules/@vaadin/flow-frontend/timepickerConnector.js
2021-09-19 20:56:00.188 ERROR 3156 --- [        webpack] dev-webpack                              : Module build failed: Error: ENOENT: no such file or directory, open 'C:\Projects\learn-vaadin\vaadin-14-lts\node_modules\@vaadin\flow-frontend\timepickerConnector.js'
2021-09-19 20:56:00.188 ERROR 3156 --- [        webpack] dev-webpack                              :  @ ../target/frontend/generated-flow-imports.js 17:0-54
2021-09-19 20:56:00.188 ERROR 3156 --- [        webpack] dev-webpack                              : ERROR in ../node_modules/@vaadin/flow-frontend/vaadin-big-decimal-field.js
2021-09-19 20:56:00.188 ERROR 3156 --- [        webpack] dev-webpack                              : Module build failed: Error: ENOENT: no such file or directory, open 'C:\Projects\learn-vaadin\vaadin-14-lts\node_modules\@vaadin\flow-frontend\vaadin-big-decimal-field.js'
2021-09-19 20:56:00.188 ERROR 3156 --- [        webpack] dev-webpack                              :  @ ../target/frontend/generated-flow-imports.js 18:0-59
2021-09-19 20:56:00.188 ERROR 3156 --- [        webpack] dev-webpack                              : ERROR in ../node_modules/@vaadin/flow-frontend/vaadin-grid-flow-selection-column.js
2021-09-19 20:56:00.188 ERROR 3156 --- [        webpack] dev-webpack                              : Module build failed: Error: ENOENT: no such file or directory, open 'C:\Projects\learn-vaadin\vaadin-14-lts\node_modules\@vaadin\flow-frontend\vaadin-grid-flow-selection-column.js'
2021-09-19 20:56:00.188 ERROR 3156 --- [        webpack] dev-webpack                              :  @ ../target/frontend/generated-flow-imports.js 19:0-68
2021-09-19 20:56:00.557 ERROR 3156 --- [        webpack] dev-webpack                              : ERROR in ../node_modules/@vaadin/flow-frontend/VaadinDevmodeGizmo.js
2021-09-19 20:56:00.557 ERROR 3156 --- [        webpack] dev-webpack                              : Module build failed: Error: ENOENT: no such file or directory, open 'C:\Projects\learn-vaadin\vaadin-14-lts\node_modules\@vaadin\flow-frontend\VaadinDevmodeGizmo.js'
2021-09-19 20:56:00.557 ERROR 3156 --- [        webpack] dev-webpack                              : ERROR in ../node_modules/@vaadin/flow-frontend/comboBoxConnector-es6.js
2021-09-19 20:56:00.557 ERROR 3156 --- [        webpack] dev-webpack                              : Module build failed: Error: ENOENT: no such file or directory, open 'C:\Projects\learn-vaadin\vaadin-14-lts\node_modules\@vaadin\flow-frontend\comboBoxConnector-es6.js'
2021-09-19 20:56:00.557 ERROR 3156 --- [        webpack] dev-webpack                              :  @ ../target/frontend/generated-flow-imports.js 6:0-56
2021-09-19 20:56:00.557 ERROR 3156 --- [        webpack] dev-webpack                              : ERROR in ../node_modules/@vaadin/flow-frontend/comboBoxConnector.js
2021-09-19 20:56:00.557 ERROR 3156 --- [        webpack] dev-webpack                              : Module build failed: Error: ENOENT: no such file or directory, open 'C:\Projects\learn-vaadin\vaadin-14-lts\node_modules\@vaadin\flow-frontend\comboBoxConnector.js'
2021-09-19 20:56:00.557 ERROR 3156 --- [        webpack] dev-webpack                              :  @ ../target/frontend/generated-flow-imports.js 86:0-52
2021-09-19 20:56:00.557 ERROR 3156 --- [        webpack] dev-webpack                              : ERROR in ../node_modules/@vaadin/flow-frontend/contextMenuConnector-es6.js
2021-09-19 20:56:00.557 ERROR 3156 --- [        webpack] dev-webpack                              : Module build failed: Error: ENOENT: no such file or directory, open 'C:\Projects\learn-vaadin\vaadin-14-lts\node_modules\@vaadin\flow-frontend\contextMenuConnector-es6.js'
2021-09-19 20:56:00.557 ERROR 3156 --- [        webpack] dev-webpack                              :  @ ../target/frontend/generated-flow-imports.js 7:0-59
2021-09-19 20:56:00.557 ERROR 3156 --- [        webpack] dev-webpack                              : ERROR in ../node_modules/@vaadin/flow-frontend/contextMenuConnector.js
2021-09-19 20:56:00.557 ERROR 3156 --- [        webpack] dev-webpack                              : Module build failed: Error: ENOENT: no such file or directory, open 'C:\Projects\learn-vaadin\vaadin-14-lts\node_modules\@vaadin\flow-frontend\contextMenuConnector.js'
2021-09-19 20:56:00.557 ERROR 3156 --- [        webpack] dev-webpack                              :  @ ../target/frontend/generated-flow-imports.js 87:0-55
2021-09-19 20:56:00.557 ERROR 3156 --- [        webpack] dev-webpack                              : ERROR in ../node_modules/@vaadin/flow-frontend/datepickerConnector.js
2021-09-19 20:56:00.557 ERROR 3156 --- [        webpack] dev-webpack                              : Module build failed: Error: ENOENT: no such file or directory, open 'C:\Projects\learn-vaadin\vaadin-14-lts\node_modules\@vaadin\flow-frontend\datepickerConnector.js'
2021-09-19 20:56:00.558 ERROR 3156 --- [        webpack] dev-webpack                              :  @ ../target/frontend/generated-flow-imports.js 8:0-54
2021-09-19 20:56:00.558 ERROR 3156 --- [        webpack] dev-webpack                              : ERROR in ../node_modules/@vaadin/flow-frontend/dndConnector-es6.js
2021-09-19 20:56:00.558 ERROR 3156 --- [        webpack] dev-webpack                              : Module build failed: Error: ENOENT: no such file or directory, open 'C:\Projects\learn-vaadin\vaadin-14-lts\node_modules\@vaadin\flow-frontend\dndConnector-es6.js'
2021-09-19 20:56:00.558 ERROR 3156 --- [        webpack] dev-webpack                              :  @ ../target/frontend/generated-flow-imports.js 9:0-51
2021-09-19 20:56:00.558 ERROR 3156 --- [        webpack] dev-webpack                              : ERROR in ../node_modules/@vaadin/flow-frontend/dndConnector.js
2021-09-19 20:56:00.558 ERROR 3156 --- [        webpack] dev-webpack                              : Module build failed: Error: ENOENT: no such file or directory, open 'C:\Projects\learn-vaadin\vaadin-14-lts\node_modules\@vaadin\flow-frontend\dndConnector.js'
2021-09-19 20:56:00.558 ERROR 3156 --- [        webpack] dev-webpack                              :  @ ../target/frontend/generated-flow-imports.js 88:0-47
2021-09-19 20:56:00.558 ERROR 3156 --- [        webpack] dev-webpack                              : ERROR in ../node_modules/@vaadin/flow-frontend/flow-component-renderer.js
2021-09-19 20:56:00.558 ERROR 3156 --- [        webpack] dev-webpack                              : Module build failed: Error: ENOENT: no such file or directory, open 'C:\Projects\learn-vaadin\vaadin-14-lts\node_modules\@vaadin\flow-frontend\flow-component-renderer.js'
2021-09-19 20:56:00.558 ERROR 3156 --- [        webpack] dev-webpack                              :  @ ../target/frontend/generated-flow-imports.js 10:0-58
2021-09-19 20:56:00.558 ERROR 3156 --- [        webpack] dev-webpack                              : ERROR in ../node_modules/@vaadin/flow-frontend/gridConnector-es6.js
2021-09-19 20:56:00.558 ERROR 3156 --- [        webpack] dev-webpack                              : Module build failed: Error: ENOENT: no such file or directory, open 'C:\Projects\learn-vaadin\vaadin-14-lts\node_modules\@vaadin\flow-frontend\gridConnector-es6.js'
2021-09-19 20:56:00.558 ERROR 3156 --- [        webpack] dev-webpack                              :  @ ../target/frontend/generated-flow-imports.js 11:0-52
2021-09-19 20:56:00.558 ERROR 3156 --- [        webpack] dev-webpack                              : ERROR in ../node_modules/@vaadin/flow-frontend/gridConnector.js
2021-09-19 20:56:00.558 ERROR 3156 --- [        webpack] dev-webpack                              : Module build failed: Error: ENOENT: no such file or directory, open 'C:\Projects\learn-vaadin\vaadin-14-lts\node_modules\@vaadin\flow-frontend\gridConnector.js'
2021-09-19 20:56:00.558 ERROR 3156 --- [        webpack] dev-webpack                              :  @ ../target/frontend/generated-flow-imports.js 89:0-48
2021-09-19 20:56:00.558 ERROR 3156 --- [        webpack] dev-webpack                              : ERROR in ../node_modules/@vaadin/flow-frontend/gridProConnector.js
2021-09-19 20:56:00.558 ERROR 3156 --- [        webpack] dev-webpack                              : Module build failed: Error: ENOENT: no such file or directory, open 'C:\Projects\learn-vaadin\vaadin-14-lts\node_modules\@vaadin\flow-frontend\gridProConnector.js'
2021-09-19 20:56:00.558 ERROR 3156 --- [        webpack] dev-webpack                              :  @ ../target/frontend/generated-flow-imports.js 12:0-51
2021-09-19 20:56:00.558 ERROR 3156 --- [        webpack] dev-webpack                              : ERROR in ../node_modules/@vaadin/flow-frontend/ironListConnector-es6.js
2021-09-19 20:56:00.558 ERROR 3156 --- [        webpack] dev-webpack                              : Module build failed: Error: ENOENT: no such file or directory, open 'C:\Projects\learn-vaadin\vaadin-14-lts\node_modules\@vaadin\flow-frontend\ironListConnector-es6.js'
2021-09-19 20:56:00.558 ERROR 3156 --- [        webpack] dev-webpack                              :  @ ../target/frontend/generated-flow-imports.js 13:0-56
2021-09-19 20:56:00.558 ERROR 3156 --- [        webpack] dev-webpack                              : ERROR in ../node_modules/@vaadin/flow-frontend/ironListConnector.js
2021-09-19 20:56:00.559 ERROR 3156 --- [        webpack] dev-webpack                              : Module build failed: Error: ENOENT: no such file or directory, open 'C:\Projects\learn-vaadin\vaadin-14-lts\node_modules\@vaadin\flow-frontend\ironListConnector.js'
2021-09-19 20:56:00.559 ERROR 3156 --- [        webpack] dev-webpack                              :  @ ../target/frontend/generated-flow-imports.js 90:0-52
2021-09-19 20:56:00.559 ERROR 3156 --- [        webpack] dev-webpack                              : ERROR in ../node_modules/@vaadin/flow-frontend/ironListStyles.js
2021-09-19 20:56:00.559 ERROR 3156 --- [        webpack] dev-webpack                              : Module build failed: Error: ENOENT: no such file or directory, open 'C:\Projects\learn-vaadin\vaadin-14-lts\node_modules\@vaadin\flow-frontend\ironListStyles.js'
2021-09-19 20:56:00.559 ERROR 3156 --- [        webpack] dev-webpack                              :  @ ../target/frontend/generated-flow-imports.js 14:0-49
2021-09-19 20:56:00.559 ERROR 3156 --- [        webpack] dev-webpack                              : ERROR in ../node_modules/@vaadin/flow-frontend/menubarConnector.js
2021-09-19 20:56:00.559 ERROR 3156 --- [        webpack] dev-webpack                              : Module build failed: Error: ENOENT: no such file or directory, open 'C:\Projects\learn-vaadin\vaadin-14-lts\node_modules\@vaadin\flow-frontend\menubarConnector.js'
2021-09-19 20:56:00.559 ERROR 3156 --- [        webpack] dev-webpack                              :  @ ../target/frontend/generated-flow-imports.js 15:0-51
2021-09-19 20:56:00.559 ERROR 3156 --- [        webpack] dev-webpack                              : ERROR in ../node_modules/@vaadin/flow-frontend/messageListConnector.js
2021-09-19 20:56:00.559 ERROR 3156 --- [        webpack] dev-webpack                              : Module build failed: Error: ENOENT: no such file or directory, open 'C:\Projects\learn-vaadin\vaadin-14-lts\node_modules\@vaadin\flow-frontend\messageListConnector.js'
2021-09-19 20:56:00.559 ERROR 3156 --- [        webpack] dev-webpack                              :  @ ../target/frontend/generated-flow-imports.js 16:0-55
2021-09-19 20:56:00.559 ERROR 3156 --- [        webpack] dev-webpack                              : ERROR in ../node_modules/@vaadin/flow-frontend/selectConnector.js
2021-09-19 20:56:00.559 ERROR 3156 --- [        webpack] dev-webpack                              : Module build failed: Error: ENOENT: no such file or directory, open 'C:\Projects\learn-vaadin\vaadin-14-lts\node_modules\@vaadin\flow-frontend\selectConnector.js'
2021-09-19 20:56:00.559 ERROR 3156 --- [        webpack] dev-webpack                              :  @ ../target/frontend/generated-flow-imports.js 91:0-50
2021-09-19 20:56:00.559 ERROR 3156 --- [        webpack] dev-webpack                              : ERROR in ../node_modules/@vaadin/flow-frontend/timepickerConnector.js
2021-09-19 20:56:00.559 ERROR 3156 --- [        webpack] dev-webpack                              : Module build failed: Error: ENOENT: no such file or directory, open 'C:\Projects\learn-vaadin\vaadin-14-lts\node_modules\@vaadin\flow-frontend\timepickerConnector.js'
2021-09-19 20:56:00.559 ERROR 3156 --- [        webpack] dev-webpack                              :  @ ../target/frontend/generated-flow-imports.js 17:0-54
2021-09-19 20:56:00.559 ERROR 3156 --- [        webpack] dev-webpack                              : ERROR in ../node_modules/@vaadin/flow-frontend/vaadin-big-decimal-field.js
2021-09-19 20:56:00.559 ERROR 3156 --- [        webpack] dev-webpack                              : Module build failed: Error: ENOENT: no such file or directory, open 'C:\Projects\learn-vaadin\vaadin-14-lts\node_modules\@vaadin\flow-frontend\vaadin-big-decimal-field.js'
2021-09-19 20:56:00.559 ERROR 3156 --- [        webpack] dev-webpack                              :  @ ../target/frontend/generated-flow-imports.js 18:0-59
2021-09-19 20:56:00.559 ERROR 3156 --- [        webpack] dev-webpack                              : ERROR in ../node_modules/@vaadin/flow-frontend/vaadin-grid-flow-selection-column.js
2021-09-19 20:56:00.559 ERROR 3156 --- [        webpack] dev-webpack                              : Module build failed: Error: ENOENT: no such file or directory, open 'C:\Projects\learn-vaadin\vaadin-14-lts\node_modules\@vaadin\flow-frontend\vaadin-grid-flow-selection-column.js'
2021-09-19 20:56:00.559 ERROR 3156 --- [        webpack] dev-webpack                              :  @ ../target/frontend/generated-flow-imports.js 19:0-68

Expected behavior
Should rebuild then start the app normally, this method previously work well with Vaadin 14.4.7

Screenshots
image

Desktop:

  • OS: Windows 10
  • Browser Microsoft Edge
  • Version 93.0.961.47 (Official build) (64-bit)
  • Vaadin platform version 14.7.0

Additional context
Have upgraded from Vaadin 14.4.7 to 14.7.0 then try above method as usual and the error appeared. I am curious whether there is startup configuration change in new version so try it with fresh download but unfortunately that happend too.

@vaadin-bot
Copy link
Collaborator

Thanks for using Vaadin Platform, we appreciate your help and are going to take care of this as soon as possible.

@ZheSun88 ZheSun88 transferred this issue from vaadin/platform Sep 20, 2021
@caalador caalador self-assigned this Sep 20, 2021
caalador added a commit that referenced this issue Sep 20, 2021
Do not mark pin if no version is actually
added or changed.
With this npm install will not always be
executed on reload and the copied
modules will not disappear.

Fixes #11888
caalador added a commit that referenced this issue Sep 20, 2021
Do not mark pin if no version is actually
added or changed.
With this npm install will not always be
executed on reload and the copied
modules will not disappear.

Fixes #11888
caalador added a commit that referenced this issue Sep 20, 2021
Do not mark pin if no version is actually
added or changed.
With this npm install will not always be
executed on reload and the copied
modules will not disappear.

Fixes #11888
denis-anisimov pushed a commit that referenced this issue Sep 21, 2021
Do not mark pin if no version is actually
added or changed.
With this npm install will not always be
executed on reload and the copied
modules will not disappear.

Fixes #11888
denis-anisimov pushed a commit that referenced this issue Sep 21, 2021
Do not mark pin if no version is actually
added or changed.
With this npm install will not always be
executed on reload and the copied
modules will not disappear.

Fixes #11888
vaadin-bot pushed a commit that referenced this issue Sep 21, 2021
Do not mark pin if no version is actually
added or changed.
With this npm install will not always be
executed on reload and the copied
modules will not disappear.

Fixes #11888
vaadin-bot pushed a commit that referenced this issue Sep 21, 2021
Do not mark pin if no version is actually
added or changed.
With this npm install will not always be
executed on reload and the copied
modules will not disappear.

Fixes #11888
vaadin-bot added a commit that referenced this issue Sep 21, 2021
Do not mark pin if no version is actually
added or changed.
With this npm install will not always be
executed on reload and the copied
modules will not disappear.

Fixes #11888

Co-authored-by: caalador <[email protected]>
vaadin-bot added a commit that referenced this issue Sep 21, 2021
Do not mark pin if no version is actually
added or changed.
With this npm install will not always be
executed on reload and the copied
modules will not disappear.

Fixes #11888

Co-authored-by: caalador <[email protected]>
@vaadin-bot
Copy link
Collaborator

This ticket/PR has been released with platform 21.0.2.

@DykiSA
Copy link
Author

DykiSA commented Sep 27, 2021

When it will be backported to Vaadin 14?

@caalador
Copy link
Contributor

It will be out in the next maintenance release of v14.7

@vaadin-bot
Copy link
Collaborator

This ticket/PR has been released with platform 14.7.1.

@vaadin-bot
Copy link
Collaborator

This ticket/PR has been released with platform 22.0.0.alpha5 and is also targeting the upcoming stable 22.0.0 version.

@vaadin-bot
Copy link
Collaborator

This ticket/PR has been released with platform 20.0.8.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment