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

Consider using pnpx instead of npx in Creating a New Project #859

Open
rodrigc opened this issue Sep 8, 2024 · 0 comments
Open

Consider using pnpx instead of npx in Creating a New Project #859

rodrigc opened this issue Sep 8, 2024 · 0 comments

Comments

@rodrigc
Copy link

rodrigc commented Sep 8, 2024

Thank you for the tutorial. It is excellent.

In this section of the tutorial: https://nextjs.org/learn/dashboard-app/getting-started#creating-a-new-project

please consider changing the invocation of:

npx create-next-app@latest nextjs-dashboard --example "https://github.com/vercel/next-learn/tree/main/dashboard/starter-example" --use-pnpm

to:

pnpx create-next-app@latest nextjs-dashboard --example "https://github.com/vercel/next-learn/tree/main/dashboard/starter-example" --use-pnpm

Since in the previous step you already recommend installing pnpm,
it is quite reasonable to use pnpx at this step, since pnpx is an equivalent command that is included with pnpm.

Thank you.

@rodrigc rodrigc changed the title Consider using pnpx instead of npx in Consider using pnpx instead of npx in Creating a New Project Sep 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant