mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Merge pull request #12752 from meteor/docs/adding-known-issues-section
docs: added known issues section for 2.13
This commit is contained in:
@@ -95,6 +95,7 @@ sidebar_categories:
|
||||
Troubleshooting:
|
||||
- expired-certificate
|
||||
- windows
|
||||
- known-issues
|
||||
github_repo: 'meteor/meteor'
|
||||
edit_branch: 'devel'
|
||||
edit_path: 'docs'
|
||||
|
||||
39
docs/source/known-issues.md
Normal file
39
docs/source/known-issues.md
Normal file
@@ -0,0 +1,39 @@
|
||||
---
|
||||
title: Known issues in 2.13
|
||||
description: Troubleshooting in Meteor 2.13
|
||||
---
|
||||
|
||||
<h2 id="cannot-extract-meteor-tool">Cannot extract version of meteor tool</h2>
|
||||
|
||||
For some users, the `meteor update` to version 2.13 command may fail with the following error or similar:
|
||||
|
||||
```shell
|
||||
Error: incorrect data check
|
||||
at Zlib.zlibOnError [as onerror] (zlib.js:187:17)
|
||||
=> awaited here:
|
||||
...
|
||||
at /tools/cli/main.js:1165:7 {
|
||||
errno: -3,
|
||||
code: 'Z_DATA_ERROR'
|
||||
}
|
||||
|
||||
```
|
||||
<h3 id="the-issue"> The issue </h3>
|
||||
|
||||
It seems related to [our first ESM version of Node.js v14.21.4](https://github.com/meteor/node-v14-esm) and the `zlib` package.
|
||||
We have been able to reproduce this issue only in Mac Intel.
|
||||
|
||||
You can follow along with the [GitHub issue](https://github.com/meteor/meteor/issues/12731) for updates.
|
||||
|
||||
<h3 id="workaround"> Workaround </h3>
|
||||
|
||||
The workaround while our developers are working on this issue is as follows:
|
||||
|
||||
running the following command in your terminal:
|
||||
|
||||
```shell
|
||||
|
||||
curl https://install.meteor.com/\?release\=2.12 | sh
|
||||
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user