Skip to content
Open
Changes from 2 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