We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I am unable use my node js instalation which is in custom location.
Add parameter to configure nodejs location and not use autodetection.
Create gradle project with sub-project and install node in root dir be able run build wihtout download/install node
The text was updated successfully, but these errors were encountered:
I think such a parameter was present in some older versions at least, but we need to double check.
Sorry, something went wrong.
I think its only prepared https://github.com/vaadin/flow/blob/main/flow-plugins/flow-gradle-plugin/src/main/kotlin/com/vaadin/gradle/PrepareFrontendInputProperties.kt#L153 .
No branches or pull requests
Description of the bug
I am unable use my node js instalation which is in custom location.
Expected behavior
Add parameter to configure nodejs location and not use autodetection.
Minimal reproducible example
Create gradle project with sub-project and install node in root dir be able run build wihtout download/install node
Versions
The text was updated successfully, but these errors were encountered: