-
-
Notifications
You must be signed in to change notification settings - Fork 101
Open
Description
Which project does this relate to?
Start
Describe the bug
When i run the pnpm create @tanstack/start@latest with any flags at all, specifically pnpm create @tanstack/start@latest . --add-ons it does not prompt for any add-ons.
here is the output
`
PS D:\web\test> pnpm create @tanstack/start@latest . --add-ons
┌ Creating a new TanStack Start app in ....
│
◇ Initialized git repository
│
◇ Installed dependencies
│
└ Your TanStack Start app is ready in 'test'.
Use the following commands to start your app:
% cd .
% pnpm dev
Please check the README.md for information on testing, styling, adding routes, etc.
PS D:\web\test>
`
Your Example Website or App
https://github.com/gerkim62/ts-start-repro
Steps to Reproduce the Bug or Issue
just run
pnpm create @tanstack/start@latest . --add-ons
Expected behavior
it should ask you to select the add-ons
Screenshots or Videos
Platform
- Router / Start Version: [ "1.132.0"]
- OS: [Windows 11]
- Browser: n/a
- Browser Version: n/a
- Bundler: [vite]
- Bundler Version: ["7.1.7"]
Additional context
No response
Metadata
Metadata
Assignees
Labels
No labels