store icon indicating copy to clipboard operation
store copied to clipboard

Node dependency

Open rpx99 opened this issue 1 year ago • 2 comments

Not sure if vaadin should be a dependency for the eclipse store project.

I get the same error as with the book-store example, c.f.: https://github.com/eclipse-store/bookstore-demo/issues/1

[ERROR] Failed to execute goal com.vaadin:vaadin-maven-plugin:24.2.6:prepare-frontend (default) on project storage-restclient-app: Could not execute prepare-frontend goal.: Failed to install Node: Unable to detect version of Node. Using command /home/rpx/.vaadin/node/node --version: Process exited with non 0 exit code. (1) -> [Help 1] [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException [ERROR] [ERROR] After correcting the problems, you can resume the build with the command [ERROR] mvn -rf :storage-restclient-app

rpx99 avatar Feb 06 '24 09:02 rpx99

We use Vaadin as a frontend for the rest-client, which is available as a ready-to-use fat jar in Maven central.

The build problems you have seem to be a common problem with Vaadin on OpenBSD. See the links in the mentioned issue.

fh-ms avatar Feb 07 '24 09:02 fh-ms

Thanks a lot for your hints and comments! Think it'll work when I install the node package beforehand.

For the bookstore example the dep is ok.

Still, for the core store in my view too heavy to have it in there with vaadin, node,...

Anyway, thanks again.

rpx99 avatar Feb 07 '24 21:02 rpx99