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