Home > Software design >  have one preoblem when i run vaadin app on vsCode
have one preoblem when i run vaadin app on vsCode

Time:06-03

i have this problem when i try to run vaadin app with visual studio "The version of Vaadin you are using in this project is not supported by Vaadin Studio yet.",I changed the version but the problem persists. please someone can help me

CodePudding user response:

Vaadin Studio hasn't been further developed since the initial alpha version was released. There has been newer versions of Vaadin since then that are not compatible with Studio.

Since it's not recommended to use those older Vaadin versions, this also implies that use of Vaadin Studio is not recommended.

CodePudding user response:

it's like Leif Åstrand said, so I left vscode for eclipse and I followed the steps of the following tutorial: https://crunchify.com/mavenmvn-clean-install-update-project-and-project-clean-options-in-eclipse-ide-to-fix-any-dependency-issue/

and I created a configuration file where I specified a new free port since the 8080 is used.

thank you all for your help

  • Related