withNpm
Function
interface NodeAppResource { // ... 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[]): JavaScriptAppResourceParameters
install boolean optional = True installCommand string optional installArgs string[] optional Returns
JavaScriptAppResource Applies to
This function is an extension method on the following types: