From 65b690657f0f97ef7912f3f45002c725d4bcc989 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=BF=A0=20/=20green?= Date: Wed, 30 Aug 2023 20:54:01 +0900 Subject: [PATCH] docs: remove npm@6 commands (#14240) --- docs/guide/index.md | 3 --- packages/create-vite/README.md | 3 --- 2 files changed, 6 deletions(-) diff --git a/docs/guide/index.md b/docs/guide/index.md index c45e1711d69dbe..3c691d7dd83e46 100644 --- a/docs/guide/index.md +++ b/docs/guide/index.md @@ -66,9 +66,6 @@ Then follow the prompts! 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: ```bash -# npm 6.x -npm create vite@latest my-vue-app --template vue - # npm 7+, extra double-dash is needed: npm create vite@latest my-vue-app -- --template vue diff --git a/packages/create-vite/README.md b/packages/create-vite/README.md index ea05ce4009beaf..1deeab287bea10 100644 --- a/packages/create-vite/README.md +++ b/packages/create-vite/README.md @@ -28,9 +28,6 @@ Then follow the prompts! 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: ```bash -# npm 6.x -npm create vite@latest my-vue-app --template vue - # npm 7+, extra double-dash is needed: npm create vite@latest my-vue-app -- --template vue