JavaScriptAppResource.withPnpm
Method
interface JavaScriptAppResource { // ... omitted for brevity withPnpm( install?: boolean, installArgs?: string[]): JavaScriptAppResource;}Signature
method
withPnpm builder Configures pnpm as the package manager
withPnpm( install?: boolean, installArgs?: string[]): JavaScriptAppResourceParameters
install boolean optional = True installArgs string[] optional Returns
JavaScriptAppResource Defined on
This method is defined on the following type: