Skip to content

2.13 中的已知问题

¥Known issues in 2.13

在 Meteor 2.13 中排除故障

¥Troubleshooting in Meteor 2.13

无法提取 Meteor 工具的版本

¥Cannot extract version of meteor tool

对于某些用户,meteor update 至版本 2.13 命令可能会失败,并出现以下错误或类似错误:

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

问题

¥The issue

它似乎与 我们的第一个 ESM 版本的 Node.js v14.21.4zlib 包有关。我们只能在 Mac Intel 中重现此问题。

¥It seems related to our first ESM version of Node.js v14.21.4 and the zlib package. We have been able to reproduce this issue only in Mac Intel.

你可以关注 GitHub 问题 进行更新。

¥You can follow along with the GitHub issue for updates.

解决方案

¥Solution

此问题的解决方案是在终端中运行以下命令:

¥The solution for this issue is running the following command in your terminal:

shell

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