Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

programs.yarn.enable

Whether to enable management of yarn config.

Type: boolean

Default:

false

Example:

true

Declared by:

programs.yarn.settings

Available configuration options for yarn see: https://yarnpkg.com/configuration/yarnrc

Type: YAML 1.1 value

Default:

{ }

Example:

{
  httpProxy = "http://proxy.example.org:3128";
  httpsProxy = "http://proxy.example.org:3128";
}

Declared by: