-
Notifications
You must be signed in to change notification settings - Fork 168
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
Maven vaadin:dance fails most of the time #13760
Comments
Is there always a missing |
Windows has issues with symbolic links. This will generate this kind of exception always if you do |
@Artur- No. That's probably a typo.
|
@caalador I understand thanks! So then I'll to do dance before clean for example
|
Move clean-frontend to pre-clean as if mvn clean is executed before clean-frontend clean will remove the target folder making removal of node_modules fail on windows if there is a symlink to target/flow-frontend touches #13760
Move clean-frontend to pre-clean as if mvn clean is executed before clean-frontend clean will remove the target folder making removal of node_modules fail on windows if there is a symlink to target/flow-frontend touches #13760
Move clean-frontend to pre-clean as if mvn clean is executed before clean-frontend clean will remove the target folder making removal of node_modules fail on windows if there is a symlink to target/flow-frontend touches #13760
Move clean-frontend to pre-clean as if mvn clean is executed before clean-frontend clean will remove the target folder making removal of node_modules fail on windows if there is a symlink to target/flow-frontend touches #13760
Move clean-frontend to pre-clean as if mvn clean is executed before clean-frontend clean will remove the target folder making removal of node_modules fail on windows if there is a symlink to target/flow-frontend touches #13760
Move clean-frontend to pre-clean as if mvn clean is executed before clean-frontend clean will remove the target folder making removal of node_modules fail on windows if there is a symlink to target/flow-frontend touches #13760
Move clean-frontend to pre-clean as if mvn clean is executed before clean-frontend clean will remove the target folder making removal of node_modules fail on windows if there is a symlink to target/flow-frontend touches #13760
Move clean-frontend to pre-clean as if mvn clean is executed before clean-frontend clean will remove the target folder making removal of node_modules fail on windows if there is a symlink to target/flow-frontend touches #13760
Move clean-frontend to pre-clean as if mvn clean is executed before clean-frontend clean will remove the target folder making removal of node_modules fail on windows if there is a symlink to target/flow-frontend touches #13760 Co-authored-by: caalador <[email protected]>
Move clean-frontend to pre-clean as if mvn clean is executed before clean-frontend clean will remove the target folder making removal of node_modules fail on windows if there is a symlink to target/flow-frontend touches #13760 Co-authored-by: caalador <[email protected]>
… (#13774) Move clean-frontend to pre-clean as if mvn clean is executed before clean-frontend clean will remove the target folder making removal of node_modules fail on windows if there is a symlink to target/flow-frontend touches #13760 Co-authored-by: caalador <[email protected]>
Move clean-frontend to pre-clean as if mvn clean is executed before clean-frontend clean will remove the target folder making removal of node_modules fail on windows if there is a symlink to target/flow-frontend touches #13760 Co-authored-by: caalador <[email protected]>
Description of the bug
After migrating to Vaadin 23 the dance fails 80% of the time and I have to delete the node_modules folder manually.
The error message is
[ERROR] Failed to execute goal com.vaadin:vaadin-maven-plugin:23.0.6:dance (dance) on project tosca-develop: Execution dance of goal com.vaadin:vaadin-maven-plugin:23.0.6:dance failed: java.nio.file.NoSuchFileException: C:\Users\simon\Workspace\Dynasoft\tosca-ui\tosca-develop\node_modules@vaadin\flow-frontend -> [Help 1]
Expected behavior
Dance should delete the generated files.
Minimal reproducible example
Create a project and run it on Windows.
Versions
The text was updated successfully, but these errors were encountered: