Confusing CLI instructions: @tanstack/create-start deprecated but docs still recommend pnpm create @tanstack/start@latest
#6712
Unanswered
Indekkusu545
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When creating a new project using:
I receive the following warning:
However, the Quick Start page still instructs users to run:
This creates confusion about which command is currently the recommended and supported approach.
Questions
What is the officially supported and future-proof way to scaffold a new TanStack Start project?
pnpm create @tanstack/start@latestnpx @tanstack/cli createtanstack createI noticed one behavioral difference:
pnpm create @tanstack/start@latestincludes the Nitro pluginpnpx @tanstack/cli createdoes not include NitroIs this intentional?
If I only plan to deploy/run the app in a Node.js environment, is the Nitro plugin required?
It would be helpful if the documentation could clarify:
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions