Description
Running the current documented tanstack start template using vp create @tanstack/start displays warning to instead use their new cli.
Running: pnpm dlx @tanstack/create-start --no-install --no-toolchain
Warning: @tanstack/create-start is deprecated. Use "tanstack create" or "npx @tanstack/cli create" instead.
See: https://tanstack.com/start/latest/docs/framework/react/quick-start
Suggested solution
Template should use the new @tanstack/cli create and docs should also be updated to reflect this change. It also supports same arguments "--no-install --no-toolchain" used by current template. So shouldn't be a big change.
Alternative
No response
Additional context
No response
Validations
Description
Running the current documented tanstack start template using
vp create @tanstack/startdisplays warning to instead use their new cli.Suggested solution
Template should use the new
@tanstack/cli createand docs should also be updated to reflect this change. It also supports same arguments "--no-install --no-toolchain" used by current template. So shouldn't be a big change.Alternative
No response
Additional context
No response
Validations