-
-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
inappropriate installation guide #7869
Comments
you still install from npm (the registry) even if you use pnpm or yarn. |
The copy button will copy the full text (including yarn and pnpm commands ) with comments. |
then please make a PR to split the instructions only; but I think this isn't the only place in the docs where we do this. Search for |
So, it should look like this: ... NPMNpm script Pnpm script Yarn script Bun script ... |
@TkDodo, Fixed |
Describe the bug
The installation guide at https://tanstack.com/query/latest/docs/framework/react/installation has a section called "NPM" which shows scripts to install the package which also includes pnpm, yarn, and bun.
Your minimal, reproducible example
https://tanstack.com/query/latest/docs/framework/react/installation
Steps to reproduce
Expected behavior
I expect to have different sections for different package managers.
How often does this bug happen?
None
Platform
OS: Win 10
Browser: Chrome
Tanstack Query adapter
None
TanStack Query version
v5
TypeScript version
v4.5
The text was updated successfully, but these errors were encountered: