T
TanStack3y ago
jolly-crimson

How to install latest version of router cli?

Latest npm release was 9 months ago
2 Replies
extended-salmon
extended-salmon3y ago
The thing is, 0.0.1-beta.29 is tagged latest. By default, if you don't specify any version, npm/pnpm/yarn/any other package manager will install the package tagged latest. To get the current version of the router cli, you gotta either specify npm i @tanstack/router-cli@beta or specifically npm i @tanstack/router-cli@0.0.1-beta.190
No description
other-emerald
other-emerald3y ago
It's better to use the @beta always to have the latest.

Did you find this page helpful?