This commit is contained in:
wenyongda 2025-07-10 09:51:40 +08:00
parent ccb856d878
commit 7b89b526dd

View File

@ -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"
```