Skip to content

docs(configuration/settings) - updated globalFolder documentation #6821

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/docusaurus/static/configuration/yarnrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@
"globalFolder": {
"_package": "@yarnpkg/core",
"title": "Path where all files global to the system will be stored.",
"description": "Various files we be stored there: global cache, metadata cache, ...",
"description": "The folder where all system-global files (cache, metadata, etc.) are stored. The location depends on the operating system; for example `$HOME/.yarn/berry` on Linux/macOS or `%LOCALAPPDATA%\\Yarn\\Berry` on Windows. This path can be overridden by the `YARN_GLOBAL_FOLDER` environment variable.",
"type": "string",
"format": "uri-reference",
"examples": ["${HOME}/.yarn/berry"]
Expand Down