Skip to main content

PartialYarnConfig

Options for Yarn, when used as a package manager.

Index

Properties

optionalinstallArgs

installArgs?: null | string[]

List of arguments to append to yarn install commands.

optionalplugin

plugin?: null | string

Location of the WASM plugin to use for Yarn support.

optionalplugins

plugins?: null | string[]

Plugins to automatically install for Yarn v2 and above.

optionalversion

version?: null | string

The version of Yarn to download, install, and run yarn tasks with.

@envvar

MOON_YARN_VERSION