chore(create-astro): Remove npm 6.x note (#8529)
* chore(create-astro): Remove npm 6.x note * Add missing space
This commit is contained in:
parent
c23ddb9ab3
commit
f02dc9f7bf
1 changed files with 1 additions and 4 deletions
|
@ -17,10 +17,7 @@ yarn create astro
|
|||
`create-astro` automatically runs in _interactive_ mode, but you can also specify your project name and template with command line arguments.
|
||||
|
||||
```bash
|
||||
# npm 6.x
|
||||
npm create astro@latest my-astro-project --template minimal
|
||||
|
||||
# npm 7+, extra double-dash is needed:
|
||||
# npm
|
||||
npm create astro@latest my-astro-project -- --template minimal
|
||||
|
||||
# yarn
|
||||
|
|
Loading…
Reference in a new issue