Skip to content

Commit 65b6906

Browse files
authored
docs: remove npm@6 commands (#14240)
1 parent 5778365 commit 65b6906

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

docs/guide/index.md

-3
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,6 @@ Then follow the prompts!
6666
You can also directly specify the project name and the template you want to use via additional command line options. For example, to scaffold a Vite + Vue project, run:
6767

6868
```bash
69-
# npm 6.x
70-
npm create vite@latest my-vue-app --template vue
71-
7269
# npm 7+, extra double-dash is needed:
7370
npm create vite@latest my-vue-app -- --template vue
7471

packages/create-vite/README.md

-3
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,6 @@ Then follow the prompts!
2828
You can also directly specify the project name and the template you want to use via additional command line options. For example, to scaffold a Vite + Vue project, run:
2929

3030
```bash
31-
# npm 6.x
32-
npm create vite@latest my-vue-app --template vue
33-
3431
# npm 7+, extra double-dash is needed:
3532
npm create vite@latest my-vue-app -- --template vue
3633

0 commit comments

Comments
 (0)