-
-
Notifications
You must be signed in to change notification settings - Fork 912
Basic install fails for Yarn PnP #3778
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
Comments
I can work around this by adding package extensions to packageExtensions:
"@tanstack/react-router-devtools@^1.114.21":
dependencies:
"@tanstack/router-core": "^1.114.17"
"tiny-invariant": "^1.3.3" |
This might've just been a bad release, could you try again? |
I'm seeing the same issue with the latest release |
@forresthopkinsa you saved my day thanks |
Same with 1.116.0 under yarn pnp. Dependencies should really just be declared properly. Downstream projects working around missing deps by tacking them on top is asking for problems in the future as it's impossible to properly maintain such hacks (as version numbers change etc). |
I agree! The problem is that we don't know what's specifically wrong in the listed dependencies that's causing this Yarn PnP specific issue. What's even more puzzling is that this works on the other package managers ( Unless we can figure out what's going on here, specifically with Yarn PnP, there's really nothing that we can do. If anyone has any idea as to what changes needs to be made to the |
Which project does this relate to?
Router
Describe the bug
When using Yarn PnP, the basic installation steps create an error that kills the Vite dev server:
Your Example Website or App
Will add on request
Steps to Reproduce the Bug or Issue
Expected behavior
Expected the dev server to start without error
Screenshots or Videos
No response
Platform
Additional context
Will add a lot more detail if this is not immediately reproducible for you, just let me know
The text was updated successfully, but these errors were encountered: