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:
Jacob Lamb 2023-09-13 06:56:34 -07:00 committed by GitHub
parent c23ddb9ab3
commit f02dc9f7bf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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