-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Closed
Description
Do you want to request a feature or report a bug?
bug
What is the current behavior?
Yarn doesn't use the --cache-folder
path; It always installs to whatever yarn config set cache-folder
is set to.
If the current behavior is a bug, please provide the steps to reproduce.
yarn config set cache-folder ~/.cache/yarn-set-cache-folder
yarn install --cache-folder ~/.cache/yarn-flag-cache-folder
What is the expected behavior?
~/.cache/yarn-flag-cache-folder
has the cached modules--cache-folder
path should override theyarn config set cache-folder
path
Please mention your node.js, yarn and operating system version.
node.js: 4.4.7
yarn: 0.22.0
OS: Ubuntu 14.04.5
Metadata
Metadata
Assignees
Labels
No labels