查看yarn全局缓存目录
yarn cache dir
清除缓存
yarn cache clean
设置缓存目录
yarn config set cache-folder <path>
# example
yarn config set cache-folder
相关博文
yarn设置缓存,清除缓存
记录-交流-Web开发知识分享
yarn cache dir
yarn cache clean
yarn config set cache-folder <path>
# example
yarn config set cache-folder
一 | 二 | 三 | 四 | 五 | 六 | 日 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
31 |