vaadin / board

Framework 8 version of vaadin-board
Other
8 stars 10 forks source link

Clean maven build fails: "Unable to find suitable version for webcomponentsjs" #108

Closed vlukashov closed 7 years ago

vlukashov commented 7 years ago

When running a clean build with mvn clean install it fails with the following error:

ERROR] bower                                     ECONFLICT Unable to find suitable version for webcomponentsjs
[ERROR] error Command failed with exit code 1.
[INFO] info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 11.088 s
[INFO] Finished at: 2017-07-17T11:42:40+03:00
[INFO] Final Memory: 9M/245M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal com.github.eirslett:frontend-maven-plugin:1.4:yarn (yarn install) on project vaadin-board-precompiled: Failed to run task: 'yarn ' failed. org.apache.commons.exec.ExecuteException: Process exited with an error: 1 (Exit value: 1) -> [Help 1]

To reproduce the issue, manually delete the precompiled/src/main/frontend/bower_components folder (if exists). mvn clean does not delete it automatically.