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

bug: "[method] create t3-app@latest ." will create broken codebase. #1846

Closed
J-Giggles opened this issue Apr 23, 2024 · 2 comments
Closed

bug: "[method] create t3-app@latest ." will create broken codebase. #1846

J-Giggles opened this issue Apr 23, 2024 · 2 comments
Labels
🚫 cant reproduce The bug described could not be reproduced 🐞❔ unconfirmed bug

Comments

@J-Giggles
Copy link

Provide environment information

pnpm create t3-app@latest
then
pnpm dev

Describe the bug

if you install the t3 stack using "." at the end of the npm create t3-app@latest then the dev server will not load routes.

Reproduction repo

none

To reproduce

pnpm create t3-app@latest .
pnpm dev

Additional information

No response

@c-ehrlich c-ehrlich added the 🚫 cant reproduce The bug described could not be reproduced label Apr 23, 2024
@c-ehrlich
Copy link
Member

Could you be more specific? . will create the app in the directory you're currently in. If there are already files in this directory, you are given the option to abort, delete the files, or continue. If you leave the other files around, any number of edge cases that break the app could occur.

@juliusmarminge
Copy link
Member

Guessing this is the same issue as #1854 which is now completed. If not the OP can reopen with more detailed reproduction steps

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🚫 cant reproduce The bug described could not be reproduced 🐞❔ unconfirmed bug
Projects
None yet
Development

No branches or pull requests

3 participants