diff --git a/guide/source/2.13-migration.md b/guide/source/2.13-migration.md index 1fcb30dafd..14bf4447a7 100644 --- a/guide/source/2.13-migration.md +++ b/guide/source/2.13-migration.md @@ -14,6 +14,8 @@ If you are using [Meteor Cloud](https://www.meteor.com/cloud) default base image

Known Issues in Meteor 2.13

+> 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: +

Solution

-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). -

Migrating from a version older than 2.12?

If you're migrating from a version of Meteor older than Meteor 2.12, there may