Skip to content

Commit

Permalink
Correct create svelte 4 project command (#14498)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
parml authored Dec 2, 2024
1 parent 8a661d9 commit bf84b5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion documentation/docs/01-getting-started/01-introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ If that's not you (yet), you may prefer to visit the [interactive tutorial](/tut
We recommend using [SvelteKit](https://kit.svelte.dev/), the official application framework from the Svelte team:

```
npm create svelte@latest myapp
npm create svelte@6.4.0 myapp
cd myapp
npm install
npm run dev
Expand Down

0 comments on commit bf84b5b

Please sign in to comment.