mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
765 B
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