Merge branch 'devel' into release-2.14

This commit is contained in:
Gabriel Grubba
2023-11-15 10:18:59 -03:00
committed by GitHub

View File

@@ -14,6 +14,8 @@ If you are using [Meteor Cloud](https://www.meteor.com/cloud) default base image
<h3 id="known-issues"> Known Issues in Meteor 2.13 </h3>
> This issue was solved in Meteor 2.13.3.
When migrating to Meteor 2.13, some users might encounter the following error when updating:
```shell
@@ -28,18 +30,16 @@ Error: incorrect data check
```
In those cases, the workaround while our developers are working on this issue is as follows:
<h3 id="solution"> Solution </h3>
Running the following command in your terminal:
The solution for this issue is running the following command in your terminal:
```shell
curl https://install.meteor.com/\?release\=2.12 | sh
curl https://install.meteor.com/\?release\=2.13.3 | sh
```
For more information, check our [known issues section](https://docs.meteor.com/known-issues).
<h2 id="older-versions">Migrating from a version older than 2.12?</h2>
If you're migrating from a version of Meteor older than Meteor 2.12, there may