mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Merge branch 'devel' into release-2.14
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user