-
Notifications
You must be signed in to change notification settings - Fork 45
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
Vaadin 23: ERROR: Could not resolve "@vaadin/vaadin-element-mixin" #467
Labels
Comments
Same problem with version 23.3.5
|
I just add the module with npm manually, as a workaround. |
Hi, how to solve it ? show me please. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,
i get this error with vaadin 23.2.6 on frontend-build:
2022-10-25 18:22:29.452 INFO 40244 --- [v-server-output] c.v.b.devserver.DevServerOutputTracker : Error: Build failed with 14 errors:
2022-10-25 18:22:29.452 INFO 40244 --- [v-server-output] c.v.b.devserver.DevServerOutputTracker : node_modules/@vaadin/flow-frontend/com/github/appreciated/app-layout/left/left-hybrid.js:12:27: ERROR: Could not resolve "@vaadin/vaadin-element-mixin"
2022-10-25 18:22:29.452 INFO 40244 --- [v-server-output] c.v.b.devserver.DevServerOutputTracker : node_modules/@vaadin/flow-frontend/com/github/appreciated/app-layout/left/left-overlay.js:12:27: ERROR: Could not resolve "@vaadin/vaadin-element-mixin"
2022-10-25 18:22:29.452 INFO 40244 --- [v-server-output] c.v.b.devserver.DevServerOutputTracker : node_modules/@vaadin/flow-frontend/com/github/appreciated/app-layout/left/left-responsive-double.js:12:27: ERROR: Could not resolve "@vaadin/vaadin-element-mixin"
2022-10-25 18:22:29.452 INFO 40244 --- [v-server-output] c.v.b.devserver.DevServerOutputTracker : node_modules/@vaadin/flow-frontend/com/github/appreciated/app-layout/left/left-responsive-hybrid-no-app-bar.js:12:27: ERROR: Could not resolve "@vaadin/vaadin-element-mixin"
2022-10-25 18:22:29.453 INFO 40244 --- [v-server-output] c.v.b.devserver.DevServerOutputTracker : node_modules/@vaadin/flow-frontend/com/github/appreciated/app-layout/left/left-responsive-hybrid-overlay-no-app-bar.js:12:27: ERROR: Could not resolve "@vaadin/vaadin-element-mixin"
What i'am doing wrong or is it a bug ?
The text was updated successfully, but these errors were encountered: