mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
DOCS: add warning about meteor-rpc compat with Meteor 2.8 and up
This commit is contained in:
@@ -12,6 +12,18 @@ This package provides functions for building E2E type-safe RPCs, focused on Reac
|
||||
|
||||
## How to download it?
|
||||
|
||||
::: warning
|
||||
|
||||
This package works only with Meteor 2.8 or higher.
|
||||
|
||||
If not sure about the version of Meteor you are using, you can check it by running the following command in your terminal within your project:
|
||||
|
||||
```bash
|
||||
meteor --version
|
||||
```
|
||||
|
||||
:::
|
||||
|
||||
```bash
|
||||
meteor npm i grubba-rpc @tanstack/react-query zod
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user