You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Run build project with configuration cache and you get error:
Class `com.vaadin.flow.server.frontend.FrontendToolsLocator`: external process started 'which node'
See https://docs.gradle.org/8.11.1/userguide/configuration_cache.html#config_cache:requirements:external_processes
Starting an external process 'which node' during configuration time is unsupported.
Using the Gradle configuration cache is an enhancement already requested here #18612.
For the problem with which node, we'll need to investigate, but I pretty sure Vaadin has some config parameter via which you can set the path to Node, I need to recall the name of it.
Description of the bug
Run build project with configuration cache and you get error:
Expected behavior
Build project with command:
Minimal reproducible example
Use spring initliazir with vaadin and execute:
Versions
Latest from spring initializer
The text was updated successfully, but these errors were encountered: