You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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"?
The text was updated successfully, but these errors were encountered:
.yarnrc
files "up the file tree", and I make a configuration change usingyarn config set <key> <value>
, which.yarnrc
file will store it?yarn config -g
configuration stored?yarn config -g
configuration from/to, or am I limited to built-in configuration-finding logic?The text was updated successfully, but these errors were encountered: