From a9c6aa6aa1830a4d3dc179f0f26ed517754179c7 Mon Sep 17 00:00:00 2001 From: moosemanf <35728959+moosemanf@users.noreply.github.com> Date: Thu, 4 Feb 2021 13:12:26 +0100 Subject: [PATCH] Update installation.md --- src/guide/installation.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/guide/installation.md b/src/guide/installation.md index d4cb61c7b0..ea5c1633a9 100644 --- a/src/guide/installation.md +++ b/src/guide/installation.md @@ -90,6 +90,11 @@ $ cd $ yarn $ yarn dev ``` +It might occur, that when your username has a space in it like 'Mike Baker' that vite cannot succeed. Have a try with + +```bash +$ create-vite-app +``` ## Explanation of Different Builds