diff --git a/source/_posts/Vue.md b/source/_posts/Vue.md index 99af9fc..caccd69 100644 --- a/source/_posts/Vue.md +++ b/source/_posts/Vue.md @@ -1832,6 +1832,10 @@ yarn build yarn remove pte-ui # 安装依赖 yarn add pte-ui@2.1.54 +# 查看缓存路径 +yarn cache dir +# 修改缓存路径 +yarn config set cache-folder "E:\\Yarn\\Cache" ```