-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Getting a "EINVALIDPACKAGENAME" on fresh install #219
Comments
Weird. Tested this out yesterday and was working fine. Can you verify the version of:
|
On second thought I believe this is incorrect and that this is a bug with the noInstall flag. Also test answering yes when prompted in the CLI. |
Ah, my bad. You are right, looks like it only fails with the noInstall flag. |
This is the failing line:
This was introduced last night when locking the react-query to version 3: create-t3-app/src/installers/trpc.ts Line 13 in cf7be5a We need to handle the case where the Can fix it tonight if noone files a PR before then. |
Will publish 5.1.2 tonight containing the fix. |
Describe the bug
After a fresh t3 install using the latest version,
npm install
fails because of invalid package name "[email protected]".To Reproduce
Steps to reproduce the behavior:
npx create-t3-app@latest
Expected behavior
Dependencies should be installed with no failure
Screenshots
The text was updated successfully, but these errors were encountered: