Class TaskRunNpmInstall
java.lang.Object
io.jmix.flowui.devserver.frontend.TaskRunNpmInstall
- All Implemented Interfaces:
com.vaadin.flow.server.frontend.FallibleCommand
public class TaskRunNpmInstall
extends Object
implements com.vaadin.flow.server.frontend.FallibleCommand
Run
npm install
after dependencies have been updated.-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
Container for npm installation statistics. -
Method Summary
Modifier and TypeMethodDescriptionvoid
execute()
static TaskRunNpmInstall.Stats
Returns timing information for the last operation.
-
Method Details
-
execute
public void execute() throws com.vaadin.flow.server.ExecutionFailedException- Specified by:
execute
in interfacecom.vaadin.flow.server.frontend.FallibleCommand
- Throws:
com.vaadin.flow.server.ExecutionFailedException
-
getLastInstallStats
Returns timing information for the last operation.- Returns:
- timing information
-