mirror of
https://github.com/ArthurDanjou/trpc-nuxt.git
synced 2026-01-14 12:14:40 +01:00
Update 1.installation.md
`@trpc/server` and `@trpc/client` are now pointing to v10, while the `next` tag is deprecated
This commit is contained in:
@@ -8,15 +8,15 @@ description: tRPC-Nuxt provides first class integration with tRPC.
|
|||||||
::code-group
|
::code-group
|
||||||
|
|
||||||
```bash [pnpm]
|
```bash [pnpm]
|
||||||
pnpm add @trpc/server@next @trpc/client@next trpc-nuxt zod
|
pnpm add @trpc/server @trpc/client trpc-nuxt zod
|
||||||
```
|
```
|
||||||
|
|
||||||
```bash [npm]
|
```bash [npm]
|
||||||
npm install @trpc/server@next @trpc/client@next trpc-nuxt zod
|
npm install @trpc/server @trpc/client trpc-nuxt zod
|
||||||
```
|
```
|
||||||
|
|
||||||
```bash [yarn]
|
```bash [yarn]
|
||||||
yarn add @trpc/server@next @trpc/client@next trpc-nuxt zod
|
yarn add @trpc/server @trpc/client trpc-nuxt zod
|
||||||
```
|
```
|
||||||
|
|
||||||
::
|
::
|
||||||
|
|||||||
Reference in New Issue
Block a user