Uses of Class
com.vaadin.flow.server.frontend.FrontendUtils.UnknownVersionException
-
Packages that use FrontendUtils.UnknownVersionException Package Description com.vaadin.flow.server.frontend -
-
Uses of FrontendUtils.UnknownVersionException in com.vaadin.flow.server.frontend
Methods in com.vaadin.flow.server.frontend that throw FrontendUtils.UnknownVersionException Modifier and Type Method Description FrontendVersion
FrontendTools. getNodeVersion()
Gets the version of the node executable.FrontendVersion
FrontendTools. getNpmVersion()
Executesnpm --version
to and parses the result.protected static FrontendVersion
FrontendUtils. getVersion(String tool, List<String> versionCommand)
-