The config command may also be used to set these options. Yarn will merge .yarnrc files up the file tree.
- It will merge .yarnrc files up the file tree starting from where?
- If there are several
.yarnrc files "up the file tree", and I make a configuration change using yarn config set <key> <value>, which .yarnrc file will store it?
- Where is
yarn config -g configuration stored?
- Can I specify where I want yarn to read and write
yarn config -g configuration from/to, or am I limited to built-in configuration-finding logic?
- Is there an editable (i.e. other than built-in defaults) configuration store the location of which depends only on where yarn is installed, and not on where it is invoked? In other words, is there a way to "configure this yarn" rather than "configure this project"?