-
Notifications
You must be signed in to change notification settings - Fork 102
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
devon node version set buggy #1098
Comments
It seems the actual bug is that the property name was wrong (will be fixed with #1085): |
We should also consider for epic #941 if we should consistently decide if the version should be as is and defined by the tool vendor or if we want to remove artificial prefixes like |
In
devon.properties
the config lineNODEJS_VERSION="16.10.0"
had been added without the leadingv
.After manually adding the
v
indevon.properties
the setup ofnode
worked.So for some unknown reason devon version setting is omitting the leading
v
here...The text was updated successfully, but these errors were encountered: