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

java: package com.vaadin.flow.component.dependency does not exist #15

Open
lcalviny opened this issue May 6, 2022 · 3 comments
Open

Comments

@lcalviny
Copy link

lcalviny commented May 6, 2022

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

image

@tarekoraby
Copy link
Contributor

That sounds like an IDE issue. You might want to try to close the project, delete the .idea directory, and reopen the project again.

@lcalviny
Copy link
Author

lcalviny commented May 9, 2022

for some reason, the issue still persists

@tarekoraby
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants