Files
meteor/docs/source/known-issues.md
Gabriel Grubba d28df2739d Update docs/source/known-issues.md
Co-authored-by: Henrique A. Schmaiske <59376543+henriquealbert@users.noreply.github.com>
2023-08-22 11:36:22 -03:00

765 B

title, description
title description
Known issues in 2.13 Troubleshooting in Meteor 2.13

Cannot extract version of meteor tool

For some users, the meteor update to version 2.13 command may fail with the following error or similar:

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'
  }

You can follow along with the GitHub issue for updates.

The workaround while our developers are working on this issue is as follows:

running the following command in your terminal:


curl https://install.meteor.com/\?release\=2.12 | sh