Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docs: #37553

Closed
andrewoh531 opened this issue Jun 8, 2022 · 2 comments
Closed

Docs: #37553

andrewoh531 opened this issue Jun 8, 2022 · 2 comments
Labels
Documentation Related to Next.js' official documentation.

Comments

@andrewoh531
Copy link

What is the improvement or update you wish to see?

The getting started page has an incorrect command to get NextJS up and running using pnpm. Currently it advises you to run pnpm create next-app -- --typescript but this results in the creation of a --typescript folder without typescript configured. Instead the correct command should be pnpm create next-app --typescript.

Is there any context that might help us understand?

I've only started using pnpm and so I'm on the latest version: 7.1.9. Perhaps something has changed from 6 to 7 that has broken the use of --.

Does the docs page already exist? Please link to it.

https://nextjs.org/docs/getting-started

@andrewoh531 andrewoh531 added the Documentation Related to Next.js' official documentation. label Jun 8, 2022
@balazsorban44
Copy link
Member

Fixed in #37254, docs will be updated on the next latest release.

@github-actions
Copy link
Contributor

github-actions bot commented Jul 9, 2022

This closed issue has been automatically locked because it had no new activity for a month. If you are running into a similar issue, please create a new issue with the steps to reproduce. Thank you.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jul 9, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Documentation Related to Next.js' official documentation.
Projects
None yet
Development

No branches or pull requests

2 participants