We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'm beginner for vaadin. just tried to build. and got error message as below:
C:\Projects\my-todo\src\main\java\com\example\application\Application.java:3:44 java: package com.vaadin.flow.component.dependency does not exist
The text was updated successfully, but these errors were encountered:
That sounds like an IDE issue. You might want to try to close the project, delete the .idea directory, and reopen the project again.
.idea
Sorry, something went wrong.
for some reason, the issue still persists
That's weird. My best guess is that it's something with the IDE still. (the project works fine for me on IntelliJ).
Could you try running this starter: https://github.com/vaadin/skeleton-starter-flow-spring/archive/refs/heads/v23.zip?
If the error still appears, then you might want to try to run the project from a command terminal (outside the IDE), using mvn command.
mvn
No branches or pull requests
I'm beginner for vaadin. just tried to build. and got error message as below:
C:\Projects\my-todo\src\main\java\com\example\application\Application.java:3:44
java: package com.vaadin.flow.component.dependency does not exist
The text was updated successfully, but these errors were encountered: