Skip to content

Commit bf84b5b

Browse files
author
parml
authored
Correct create svelte 4 project command (#14498)
People visiting v4.svelte.dev are interested in pre-5 svelte. Latest version of `create-svelte` package provides no functionality to create a project (it's a notice to use v5). Provided materials created for v4 and earlier need not be simply thrown away, creating a pre-v5 project should still be possible. `6.4.0` seems to be the last version of `create-svelte` package that can be used to create a v4 svelte project.
1 parent 8a661d9 commit bf84b5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

documentation/docs/01-getting-started/01-introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ If that's not you (yet), you may prefer to visit the [interactive tutorial](/tut
1111
We recommend using [SvelteKit](https://kit.svelte.dev/), the official application framework from the Svelte team:
1212

1313
```
14-
npm create svelte@latest myapp
14+
npm create svelte@6.4.0 myapp
1515
cd myapp
1616
npm install
1717
npm run dev

0 commit comments

Comments
 (0)