diff --git a/src/guide/quick-start.md b/src/guide/quick-start.md index f711eee365..2c08633379 100644 --- a/src/guide/quick-start.md +++ b/src/guide/quick-start.md @@ -106,6 +106,10 @@ If you are unsure about an option, simply choose `No` by hitting enter for now. ```sh-vue + # Set enableGlobalCache to false and specify the cache folder to "./.yarn/cache" in `.yarnrc.yml` + # before running the following commands if you're using Yarn v4+, + # as Vite currently does not support global cache (/~https://github.com/vitejs/vite/issues/15801). + $ cd {{''}} $ yarn $ yarn dev