1 reference to RunProcessAsync
aspire (1)
Templating\CliTemplateFactory.TypeScriptStarterTemplate.cs (1)
74
var npmInstallResult = await
RunProcessAsync
(npmPath, "install", outputPath, cancellationToken);