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
setting YARN_CACHE_FOLDER does nothing for yarn install or yarn config --no-defaults given the documentation I expected it to work.
To reproduce
$ yarn --version
4.1.1
$ YARN_CACHE_FOLDER=".example" yarn config --no-defaults
├─ cacheFolder
│ ├─ Description: Folder where the cache files must be written
│ ├─ Source: <internal>
│ └─ Value: '/home/.yarn/berry/cache'
│
├─ enableTelemetry
│ ├─ Description: If true, telemetry will be periodically sent, following the rules in https://yarnpkg.com/advanced/telemetry
│ ├─ Source: /home/.yarnrc.yml
│ └─ Value: false
│
└─ nodeLinker
├─ Description: The linker used for installing Node packages, one of: "pnp", "pnpm", or "node-modules"
├─ Source: /home/development/egciorg/egmeta/console/.yarnrc.yml
└─ Value: 'node-modules'
Describe the bug
setting YARN_CACHE_FOLDER does nothing for
yarn install
oryarn config --no-defaults
given the documentation I expected it to work.To reproduce
Environment
Additional context
No response
The text was updated successfully, but these errors were encountered: