Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit c484a63

Browse files
authoredFeb 13, 2025··
pref: pre-requisite for Yarn 4+ usage
1 parent 6f14d3e commit c484a63

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
 

‎src/guide/quick-start.md

+4
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,10 @@ If you are unsure about an option, simply choose `No` by hitting enter for now.
106106
<VTCodeGroupTab label="yarn">
107107

108108
```sh-vue
109+
# Set enableGlobalCache to false and specify the cache folder to "./.yarn/cache" in `.yarnrc.yml`
110+
# before running the following commands if you're using Yarn v4+,
111+
# as Vite currently does not support global cache (https://github.com/vitejs/vite/issues/15801).
112+
109113
$ cd {{'<your-project-name>'}}
110114
$ yarn
111115
$ yarn dev

0 commit comments

Comments
 (0)
Please sign in to comment.