-
-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Unable to install Tanstack Query #3793
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 was successful with |
Can reproduce. |
Package not found |
Having the same issue... the package is not available via npm |
In my case it happened because i installed the dev tools before the react query, all i did was deleting the node_modules file, then "npm i", finally i installed it |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
Trying to install results in an error.
npm i "@tanstack/react-query"
Your minimal, reproducible example
?
Steps to reproduce
npm i "@tanstack/react-query"
npm ERR! code E404
npm ERR! 404 Not Found - GET https://registry.npmjs.org/@tanstack%2freact-query - Not found
npm ERR! 404
npm ERR! 404 '@tanstack/react-query@*' is not in this registry.
npm ERR! 404
npm ERR! 404 Note that you can also install from a
npm ERR! 404 tarball, folder, http url, or git url.
Expected behavior
It installs.
How often does this bug happen?
Every time
Screenshots or Videos
No response
Platform
MacOS, Linux
react-query version
latest
TypeScript version
n/a
Additional context
No response
The text was updated successfully, but these errors were encountered: