Skip to content

Commit a8463c6

Browse files
authored
Update installation.md (#841)
1 parent 8eaf11b commit a8463c6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/guide/installation.md

+5
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,11 @@ $ cd <project-name>
9090
$ yarn
9191
$ yarn dev
9292
```
93+
It might occur, that when your username has a space in it like 'Mike Baker' that vite cannot succeed. Have a try with
94+
95+
```bash
96+
$ create-vite-app <project-name>
97+
```
9398

9499
## Explanation of Different Builds
95100

0 commit comments

Comments
 (0)