“Garn -Cache -Verzeichnis” Code-Antworten

Garn -Cache -Verzeichnis

### Change the cache path for yarn

## Set cache-folder config value to configure the cache directory.
yarn config set cache-folder <path>

## You can also specify the cache directory by flag --cache-folder:
yarn <command> --cache-folder <path>

## You can also specify the cache directory by environment variable YARN_CACHE_FOLDER:
YARN_CACHE_FOLDER=<path> yarn <command>

##Yarn will also respect cache=<path> in .npmrc for compatibility with npm.
Tiago F2

Garn -Cache -Verzeichnis

YARN_CACHE_FOLDER=<path> yarn <command>
Tiago F2

Ähnliche Antworten wie “Garn -Cache -Verzeichnis”

Fragen ähnlich wie “Garn -Cache -Verzeichnis”

Weitere verwandte Antworten zu “Garn -Cache -Verzeichnis” auf Shell/Bash

Durchsuchen Sie beliebte Code-Antworten nach Sprache

Durchsuchen Sie andere Codesprachen