Skip to content
Docs Try Aspire

JavaScriptAppResource.withNpm

Method
📦 Aspire.Hosting.JavaScript v13.2.0-preview.1.26159.1
interface JavaScriptAppResource {
// ... omitted for brevity
withNpm(
install?: boolean,
installCommand?: string,
installArgs?: string[]): JavaScriptAppResource;
}

Signature

method withNpm builder
Configures npm as the package manager
withNpm(
install?: boolean,
installCommand?: string,
installArgs?: string[]): JavaScriptAppResource
install boolean optional = True
installCommand string optional
installArgs string[] optional
JavaScriptAppResource

Defined on

This method is defined on the following type: