DevStronauT
DevStronauT•7mo ago

Failed to install @convex-dev/convex-react-query

Hi, I'm trying to install @convex-dev/convex-react-query via npm to setup tanstack-query with convex by following the docs: https://docs.convex.dev/client/tanstack-query but it fails to find the package in the npm registry now how can I install the necessary adapter @convex-dev/convex-react-query if I want to use tanstack-react with convex? Please help Thanks!
Convex with TanStack Query | Convex Developer Hub
If you already use TanStack Query the query
No description
14 Replies
Michal Srb
Michal Srb•6mo ago
Oops, it was accidentally private, give it another try
DevStronauT
DevStronauTOP•6mo ago
Oh man! I think, I'm solving few of mistakes done by convex these days 😂 lol First the clerk { auth } import discuss in twitter (https://x.com/dev_pratham_0g/status/1812767391689961861) remember and now this but I'm happy that I'm able point out these and tag you before any one else do! Just kidding Thank you so much @Michal Srb
ballingt
ballingt•6mo ago
@DevStronauT The new package name is @convex-dev/react-query, you'll need to switch to this name
DevStronauT
DevStronauTOP•6mo ago
Thanks for letting me know!
DevStronauT
DevStronauTOP•6mo ago
cc: @ballingt @Michal Srb
No description
ballingt
ballingt•6mo ago
Huh, does anything wiht a slash work for you in this terminal? just a minute, we may have some access issues like @Michal Srb said befire
Michal Srb
Michal Srb•6mo ago
Should be good now for @convex-dev/react-query
ballingt
ballingt•6mo ago
npm i @convex-dev/react-query, maybe in this windows terminal you need some quotes somewhere? @DevStronauT 👆 give it a shot now
DevStronauT
DevStronauTOP•6mo ago
Hey I've already install many packages that has slashes lol also I've installed @convex-dev/convex-react-query and tested too and the my app I live with the features from this package without any errors!
ballingt
ballingt•6mo ago
we decided to rename it @convex-dev/react-query so the next time you need to install it that old name wil not work
DevStronauT
DevStronauTOP•6mo ago
Done ✅
No description
ballingt
ballingt•6mo ago
nice
DevStronauT
DevStronauTOP•6mo ago
Thanks !
ballingt
ballingt•6mo ago
thanks @Michal Srb for debugging, I had this wrong Updating the docs soon, he points out they still have the long name

Did you find this page helpful?