Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot extract any version of meteor tool #12731

Closed
conorstrejcek opened this issue Aug 2, 2023 · 22 comments
Closed

Cannot extract any version of meteor tool #12731

conorstrejcek opened this issue Aug 2, 2023 · 22 comments
Labels

Comments

@conorstrejcek
Copy link

conorstrejcek commented Aug 2, 2023

Details

  • Meteor version: Any version lower than the most recent version
  • Operating System: MacOS 13.4.1 (c) (22F770820d)
  • Processor: 2.6 GHz 6-Core Intel Core i7
  • Local Node version: I have attempted this with the latest patch versions of 14, 16, and 18 with the same results

Expected Behavior

I should be able to specify a release of meteor to install when running my meteor application locally, and the meteor-tool should be downloaded, and meteor should run in the expected version.

Actual Behavior

I was attempting to upgrade my meteor version for a project locally, and started running into an issue where I could not get past extracting the meteor-tool. I have reverted my release version back to it's original working version, but the issue persists. When I try to start the application, after downloading the meteor tool, I get this error:

/Users/conorstrejcek/.meteor/packages/meteor-tool/.2.13.0.yk4rw8.bheh++os.osx.x86_64+web.browser+web.browser.legacy+web.cordova/mt-os.osx.x86_64/dev_bundle/lib/node_modules/meteor-promise/promise_server.js:218
      throw error;
      ^

Error: incorrect data check
    at Zlib.zlibOnError [as onerror] (zlib.js:187:17)
 => awaited here:
    at Promise.await (/Users/conorstrejcek/.meteor/packages/meteor-tool/.2.13.0.yk4rw8.bheh++os.osx.x86_64+web.browser+web.browser.legacy+web.cordova/mt-os.osx.x86_64/dev_bundle/lib/node_modules/meteor-promise/promise_server.js:60:12)
    at Object.extractTarGz (/Users/conorstrejcek/.meteor/packages/meteor-tool/.2.13.0.yk4rw8.bheh++os.osx.x86_64+web.browser+web.browser.legacy+web.cordova/mt-os.osx.x86_64/tools/fs/tools/fs/files.ts:791:11)
    at Object.exports._extractAndConvert (/tools/packaging/tropohouse.js:47:9)
    at /tools/packaging/tropohouse.js:502:42
    at Object.enterJob (/tools/utils/buildmessage.js:388:12)
    at /tools/packaging/tropohouse.js:499:24
    at Function.each (/Users/conorstrejcek/.meteor/packages/meteor-tool/.2.13.0.yk4rw8.bheh++os.osx.x86_64+web.browser+web.browser.legacy+web.cordova/mt-os.osx.x86_64/dev_bundle/lib/node_modules/underscore/underscore-node-f-pre.js:1316:7)
    at /tools/packaging/tropohouse.js:466:11
    at Object.enterJob (/tools/utils/buildmessage.js:388:12)
    at Object.download (/tools/packaging/tropohouse.js:424:20)
    at /tools/packaging/tropohouse.js:597:22
    at Object.enterJob (/tools/utils/buildmessage.js:388:12)
    at exports.Tropohouse.downloadPackagesMissingFromMap (/tools/packaging/tropohouse.js:594:20)
    at /tools/cli/main.js:469:28
    at /tools/packaging/catalog/catalog.js:100:5
    at Object.capture (/tools/utils/buildmessage.js:283:5)
    at Object.catalog.runAndRetryWithRefreshIfHelpful (/tools/packaging/catalog/catalog.js:99:31)
    at /tools/cli/main.js:468:15
    at Object.capture (/tools/utils/buildmessage.js:283:5)
    at /tools/cli/main.js:465:33
    at Console.withProgressDisplayVisible (/tools/console/console.js:639:14)
    at springboard (/tools/cli/main.js:464:11)
    at /tools/cli/main.js:1165:7 {
  errno: -3,
  code: 'Z_DATA_ERROR'
}

I have tried removing my local ~/.meteor directory, reinstalling meteor, cleared out my node_modules (not sure that it is relevant) and removed my local project .meteor/local files.

I think this may be related to my OS and/or some temporary files which may have gotten left behind by a previous install of meteor. The issue started happening when I did an upgrade to the meteor version, but now all of my local meteor projects are experiencing it, as they need to download fresh versions of the meteor-tool (since I cleared out ~/.meteor).

Unfortunately I can't provide a reliable reproduction, because it appears to be local to my machine. I was hoping the stack trace above might help in identifying the issue. I'm happy to provide any additional information necessary.

@paragcopods
Copy link

paragcopods commented Aug 3, 2023

Facing similar error on M1 MacBook Air v13.4.1.

@Grubba27 Grubba27 added confirmed We want to fix or implement it Impact:some labels Aug 3, 2023
@StorytellerCZ
Copy link
Collaborator

What Meteor versions are we talking about here?

@Grubba27
Copy link
Contributor

Grubba27 commented Aug 3, 2023

Hey @StorytellerCZ that is in version 2.13, I'm still looking into this matter

@conorstrejcek
Copy link
Author

conorstrejcek commented Aug 3, 2023

Some additional info, if helpful:

To test, I just change the meteor release in the release file and start the project, or run meteor update --release <version.number>. After downloading the meteor-tool, it fails after extraction with the stack trace I included in the description.

In my own debugging, I couldn't get much further than looking at where the error comes from:

@conorstrejcek
Copy link
Author

Ah, I didn't realize you could specify a release version when downloading the meteor install script, so I've managed to work around this by re-installing a previous version of meteor. Hopefully this is helpful to anyone currently experiencing this:

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

@wolasss
Copy link

wolasss commented Aug 4, 2023

I am getting the same error after upgrading to 2.13 via meteor update command.

@silverbuggy
Copy link

I am facing this Z_DATA_ERROR also when trying to do "meteor update" from 2.12 to 2.13

@edwardupton
Copy link

Same issue going from 2.11 to 2.13

@jirikrepl
Copy link
Contributor

jirikrepl commented Aug 21, 2023

I have the same error (with the same stack trace) on Intel MacBook when trying to start updated meteor to v2.13

Maybe some package - installation file is missing, when the install process tries to extract it with the function call Object.extractTarGz And then gets some zlib error.

The error is also mentioned here
https://forums.meteor.com/t/how-to-downgrade-to-v2-12/60334

=> Started proxy.
=> Started MongoDB.
/Users/<some-username>/.meteor/packages/meteor-tool/.2.13.0.yk4rw8.bheh++os.osx.x86_64+web.browser+web.browser.legacy+web.cordova/mt-os.osx.x86_64/dev_bundle/lib/node_modules/meteor-promise/promise_server.js:218
throw error;
^

Error: incorrect data check
at Zlib.zlibOnError [as onerror] (zlib.js:187:17)
=> awaited here:
    at Promise.await (/Users/<some-username>/.meteor/packages/meteor-tool/.2.13.0.yk4rw8.bheh++os.osx.x86_64+web.browser+web.browser.legacy+web.cordova/mt-os.osx.x86_64/dev_bundle/lib/node_modules/meteor-promise/promise_server.js:60:12)
at Object.extractTarGz (/Users/<some-username>/.meteor/packages/meteor-tool/.2.13.0.yk4rw8.bheh++os.osx.x86_64+web.browser+web.browser.legacy+web.cordova/mt-os.osx.x86_64/tools/fs/tools/fs/files.ts:791:11)
at Object.exports._extractAndConvert (/tools/packaging/tropohouse.js:47:9)
at /tools/packaging/tropohouse.js:502:42
at Object.enterJob (/tools/utils/buildmessage.js:388:12)
at /tools/packaging/tropohouse.js:499:24
at Function.each (/Users/<some-username>/.meteor/packages/meteor-tool/.2.13.0.yk4rw8.bheh++os.osx.x86_64+web.browser+web.browser.legacy+web.cordova/mt-os.osx.x86_64/dev_bundle/lib/node_modules/underscore/underscore-node-f-pre.js:1316:7)
at /tools/packaging/tropohouse.js:466:11
at Object.enterJob (/tools/utils/buildmessage.js:388:12)
at Object.download (/tools/packaging/tropohouse.js:424:20)
at /tools/packaging/tropohouse.js:610:18
at /tools/utils/buildmessage.js:609:21
at /Users/<some-username>/.meteor/packages/meteor-tool/.2.13.0.yk4rw8.bheh++os.osx.x86_64+web.browser+web.browser.legacy+web.cordova/mt-os.osx.x86_64/dev_bundle/lib/node_modules/meteor-promise/fiber_pool.js:43:40
=> awaited here:
    at Promise.await (/Users/<some-username>/.meteor/packages/meteor-tool/.2.13.0.yk4rw8.bheh++os.osx.x86_64+web.browser+web.browser.legacy+web.cordova/mt-os.osx.x86_64/dev_bundle/lib/node_modules/meteor-promise/promise_server.js:60:12)
at Object.forkJoin (/tools/utils/buildmessage.js:641:6)
at exports.Tropohouse.downloadPackagesMissingFromMap (/tools/packaging/tropohouse.js:606:18)
at /tools/project-context.js:921:25
at Object.enterJob (/tools/utils/buildmessage.js:388:12)
at /tools/project-context.js:920:20
at /tools/packaging/catalog/catalog.js:100:5
at Object.capture (/tools/utils/buildmessage.js:283:5)
at Object.catalog.runAndRetryWithRefreshIfHelpful (/tools/packaging/catalog/catalog.js:99:31)
at ProjectContext._downloadMissingPackages (/tools/project-context.js:919:13)
at /tools/project-context.js:365:35
at Object.enterJob (/tools/utils/buildmessage.js:388:12)
at ProjectContext._completeStagesThrough (/tools/project-context.js:355:18)
at /tools/project-context.js:347:12
at Function.run (/Users/<some-username>/.meteor/packages/meteor-tool/.2.13.0.yk4rw8.bheh++os.osx.x86_64+web.browser+web.browser.legacy+web.cordova/mt-os.osx.x86_64/tools/tool-env/tools/tool-env/profile.ts:289:14)
at ProjectContext.prepareProjectForBuild (/tools/project-context.js:346:13)
at /tools/runners/run-app.js:554:29
at Object.capture (/tools/utils/buildmessage.js:283:5)
at bundleApp (/tools/runners/run-app.js:553:31)
at AppRunner._runOnce (/tools/runners/run-app.js:625:35)
at AppRunner._fiber (/tools/runners/run-app.js:947:28)
at /tools/runners/run-app.js:408:12 {
  errno: -3,
      code: 'Z_DATA_ERROR'
}

@llihund19git
Copy link

Ah, I didn't realize you could specify a release version when downloading the meteor install script, so I've managed to work around this by re-installing a previous version of meteor. Hopefully this is helpful to anyone currently experiencing this:

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

It works on my side (Mac m2).
Make sure to install python2:
-brew install pyenv
-pyenv install 2.7.18
-export PATH="$(pyenv root)/shims:${PATH}"

@danopia
Copy link

danopia commented Aug 23, 2023

I was finding this as a general NPM issue since meteor npm was suddenly unable to untar some of my dependencies no matter what I tried 💀

It sounds like this zlib bug happens on nodejses compiled in a specific way:

so I hope meteor manages to address this incompatibility issue with their next ESM build of NodeJS v14. (And I also look forward to NodeJS v18)

@rjalili
Copy link

rjalili commented Aug 28, 2023

Same issue here, FWIW: 2.7 GHz Dual-Core Intel Core i5, Early 2015, macOS Monterey
since Meteor 2.13, node 14.21.3 even with npm 6.14.17 and after disabling all other node versions and removing .meteor and .nvm and node_modules and resetting everything with fresh installs, unable to build certain npm packages. App almost builds entirely, but not entirely. At least 2 packages have the zlib error on installation. Thanks to @llihund19git for your guidance. Am trying that now.

First result:
running meteor is again automatically downloading tool @ 2.13 although I though I had just installed 2.11.

Have not yet taken the python steps.

@rjalili
Copy link

rjalili commented Aug 28, 2023

Now having tried the python steps advised by @llihund19git , I see this line in the installation of python

python-build: use zlib from xcode sdk

So, I wonder if the error is with my xcode zlip version being incompatible or "behind" what node is expecting.

I realize I'm surrounded by experts; I am not an expert in this. I hope my info might be helpful to someone who is solving this issue.

Really stuck otherwise and cannot continue product development.

@wreiske
Copy link
Contributor

wreiske commented Aug 28, 2023

This is also impacting my development on MacBook Pro Apple M2 Max.

meteor update
/Users/wreiske/.meteor/packages/meteor-tool/.2.13.0.1vtky79.k09v++os.osx.x86_64+web.browser+web.browser.legacy+web.cordova/mt-os.osx.x86_64/dev_bundle/lib/node_modules/meteor-promise/promise_server.js:218
      throw error;
      ^

Error: incorrect data check
    at Zlib.zlibOnError [as onerror] (zlib.js:187:17)
 => awaited here:
    at Promise.await (/Users/wreiske/.meteor/packages/meteor-tool/.2.13.0.1vtky79.k09v++os.osx.x86_64+web.browser+web.browser.legacy+web.cordova/mt-os.osx.x86_64/dev_bundle/lib/node_modules/meteor-promise/promise_server.js:60:12)
    at Object.extractTarGz (/Users/wreiske/.meteor/packages/meteor-tool/.2.13.0.1vtky79.k09v++os.osx.x86_64+web.browser+web.browser.legacy+web.cordova/mt-os.osx.x86_64/tools/fs/tools/fs/files.ts:791:11)
    at Object.exports._extractAndConvert (/tools/packaging/tropohouse.js:47:9)
    at /tools/packaging/tropohouse.js:502:42
    at Object.enterJob (/tools/utils/buildmessage.js:388:12)
    at /tools/packaging/tropohouse.js:499:24
    at Function.each (/Users/wreiske/.meteor/packages/meteor-tool/.2.13.0.1vtky79.k09v++os.osx.x86_64+web.browser+web.browser.legacy+web.cordova/mt-os.osx.x86_64/dev_bundle/lib/node_modules/underscore/underscore-node-f-pre.js:1316:7)
    at /tools/packaging/tropohouse.js:466:11
    at Object.enterJob (/tools/utils/buildmessage.js:388:12)
    at Object.download (/tools/packaging/tropohouse.js:424:20)
    at /tools/packaging/tropohouse.js:597:22
    at Object.enterJob (/tools/utils/buildmessage.js:388:12)
    at exports.Tropohouse.downloadPackagesMissingFromMap (/tools/packaging/tropohouse.js:594:20)
    at /tools/packaging/updater.js:187:26
    at Object.capture (/tools/utils/buildmessage.js:283:5)
    at updateMeteorToolSymlink (/tools/packaging/updater.js:186:33)
    at maybeUpdateRelease (/tools/cli/commands-packages.js:1558:3)
    at Command.func (/tools/cli/commands-packages.js:1794:29)
    at /tools/cli/main.js:1534:15 {
  errno: -3,
  code: 'Z_DATA_ERROR'
}

Possibly related

macports/macports-ports#12996
macports/macports-ports#13859

Looks like there is a workaround published on the meteor documentation here: https://guide.meteor.com/2.13-migration

@maka-io
Copy link

maka-io commented Aug 29, 2023

Seeing the same sort of error, but I'm installing fourseven:scss

meteor add fourseven:scss
/Users/mjc/.meteor/packages/meteor-tool/.2.13.0.yk4rw8.bheh++os.osx.x86_64+web.browser+web.browser.legacy+web.cordova/mt-os.osx.x86_64/dev_bundle/lib/node_modules/meteor-promise/promise_server.js:218
      throw error;
      ^

Error: incorrect data check
    at Zlib.zlibOnError [as onerror] (zlib.js:187:17)
 => awaited here:
    at Promise.await (/Users/mjc/.meteor/packages/meteor-tool/.2.13.0.yk4rw8.bheh++os.osx.x86_64+web.browser+web.browser.legacy+web.cordova/mt-os.osx.x86_64/dev_bundle/lib/node_modules/meteor-promise/promise_server.js:60:12)
    at Object.extractTarGz (/Users/mjc/.meteor/packages/meteor-tool/.2.13.0.yk4rw8.bheh++os.osx.x86_64+web.browser+web.browser.legacy+web.cordova/mt-os.osx.x86_64/tools/fs/tools/fs/files.ts:791:11)
    at Object.exports._extractAndConvert (/tools/packaging/tropohouse.js:47:9)
    at /tools/packaging/tropohouse.js:502:42
    at Object.enterJob (/tools/utils/buildmessage.js:388:12)
    at /tools/packaging/tropohouse.js:499:24
    at Function.each (/Users/mjc/.meteor/packages/meteor-tool/.2.13.0.yk4rw8.bheh++os.osx.x86_64+web.browser+web.browser.legacy+web.cordova/mt-os.osx.x86_64/dev_bundle/lib/node_modules/underscore/underscore-node-f-pre.js:1316:7)
    at /tools/packaging/tropohouse.js:466:11
    at Object.enterJob (/tools/utils/buildmessage.js:388:12)
    at Object.download (/tools/packaging/tropohouse.js:424:20)
    at /tools/packaging/tropohouse.js:597:22
    at Object.enterJob (/tools/utils/buildmessage.js:388:12)
    at exports.Tropohouse.downloadPackagesMissingFromMap (/tools/packaging/tropohouse.js:594:20)
    at /tools/project-context.js:921:25
    at Object.enterJob (/tools/utils/buildmessage.js:388:12)
    at /tools/project-context.js:920:20
    at /tools/packaging/catalog/catalog.js:100:5
    at Object.capture (/tools/utils/buildmessage.js:283:5)
    at Object.catalog.runAndRetryWithRefreshIfHelpful (/tools/packaging/catalog/catalog.js:99:31)
    at ProjectContext._downloadMissingPackages (/tools/project-context.js:919:13)
    at /tools/project-context.js:365:35
    at Object.enterJob (/tools/utils/buildmessage.js:388:12)
    at ProjectContext._completeStagesThrough (/tools/project-context.js:355:18)
    at /tools/project-context.js:347:12
    at Function.run (/Users/mjc/.meteor/packages/meteor-tool/.2.13.0.yk4rw8.bheh++os.osx.x86_64+web.browser+web.browser.legacy+web.cordova/mt-os.osx.x86_64/tools/tool-env/tools/tool-env/profile.ts:289:14)
    at ProjectContext.prepareProjectForBuild (/tools/project-context.js:346:13)
    at /tools/cli/commands-packages.js:2290:20
    at Object.capture (/tools/utils/buildmessage.js:283:5)
    at Command.func (/tools/cli/commands-packages.js:2289:27)
    at /tools/cli/main.js:1534:15 {
  errno: -3,
  code: 'Z_DATA_ERROR'
}

@milanzigmond
Copy link

same error trying to add older version of vuetify, installed latest vuetify and then changed to 2.6.14 and 'meteor npm i'
Screenshot 2023-08-31 at 18 03 34
Screenshot 2023-08-31 at 18 03 54

@xiatian12345
Copy link

xiatian12345 commented Sep 2, 2023

when i create the app, i got the similar error;
meteor create --svelte simple-todos-svelte --prototype
/Users/xiatian/.meteor/packages/meteor-tool/.2.13.0.yk4rw8.bheh++os.osx.x86_64+web.browser+web.browser.legacy+web.cordova/mt-os.osx.x86_64/dev_bundle/lib/node_modules/meteor-promise/promise_server.js:218
throw error;
^

Error: incorrect data check
at Zlib.zlibOnError [as onerror] (zlib.js:187:17)
=> awaited here:
at Promise.await (/Users/xiatian/.meteor/packages/meteor-tool/.2.13.0.yk4rw8.bheh++os.osx.x86_64+web.browser+web.browser.legacy+web.cordova/mt-os.osx.x86_64/dev_bundle/lib/node_modules/meteor-promise/promise_server.js:60:12)
at Object.extractTarGz (/Users/xiatian/.meteor/packages/meteor-tool/.2.13.0.yk4rw8.bheh++os.osx.x86_64+web.browser+web.browser.legacy+web.cordova/mt-os.osx.x86_64/tools/fs/tools/fs/files.ts:791:11)
at Object.exports._extractAndConvert (/tools/packaging/tropohouse.js:47:9)
at /tools/packaging/tropohouse.js:502:42
at Object.enterJob (/tools/utils/buildmessage.js:388:12)
at /tools/packaging/tropohouse.js:499:24
at Function.each (/Users/xiatian/.meteor/packages/meteor-tool/.2.13.0.yk4rw8.bheh++os.osx.x86_64+web.browser+web.browser.legacy+web.cordova/mt-os.osx.x86_64/dev_bundle/lib/node_modules/underscore/underscore-node-f-pre.js:1316:7)
at /tools/packaging/tropohouse.js:466:11
at Object.enterJob (/tools/utils/buildmessage.js:388:12)
at Object.download (/tools/packaging/tropohouse.js:424:20)
at /tools/packaging/tropohouse.js:597:22
at Object.enterJob (/tools/utils/buildmessage.js:388:12)
at exports.Tropohouse.downloadPackagesMissingFromMap (/tools/packaging/tropohouse.js:594:20)
at /tools/project-context.js:921:25
at Object.enterJob (/tools/utils/buildmessage.js:388:12)
at /tools/project-context.js:920:20
at /tools/packaging/catalog/catalog.js:100:5
at Object.capture (/tools/utils/buildmessage.js:283:5)
at Object.catalog.runAndRetryWithRefreshIfHelpful (/tools/packaging/catalog/catalog.js:99:31)
at ProjectContext._downloadMissingPackages (/tools/project-context.js:919:13)
at /tools/project-context.js:365:35
at Object.enterJob (/tools/utils/buildmessage.js:388:12)
at ProjectContext._completeStagesThrough (/tools/project-context.js:355:18)
at /tools/project-context.js:347:12
at Function.run (/Users/xiatian/.meteor/packages/meteor-tool/.2.13.0.yk4rw8.bheh++os.osx.x86_64+web.browser+web.browser.legacy+web.cordova/mt-os.osx.x86_64/tools/tool-env/tools/tool-env/profile.ts:289:14)
at ProjectContext.prepareProjectForBuild (/tools/project-context.js:346:13)
at /tools/cli/commands.js:872:20
at Object.capture (/tools/utils/buildmessage.js:283:5)
at Object.main.captureAndExit (/tools/cli/main.js:281:29)
at Command.func (/tools/cli/commands.js:846:8)
at /tools/cli/main.js:1534:15 {
errno: -3,
code: 'Z_DATA_ERROR'
}

Meteor 2.13
node version v16.3.0
mac13.2.1 (22D68) 2.6 GHz 六核Intel Core i7 Intel UHD Graphics 630 1536 MB 16 GB 2667 MHz DDR4
python version 3.10.11

➜ Desktop clang --version
Apple clang version 14.0.3 (clang-1403.0.22.14.1)
Target: x86_64-apple-darwin22.3.0
Thread model: posix
InstalledDir: /Library/Developer/CommandLineTools/usr/bin
➜ Desktop gcc --version
Apple clang version 14.0.3 (clang-1403.0.22.14.1)
Target: x86_64-apple-darwin22.3.0
Thread model: posix
InstalledDir: /Library/Developer/CommandLineTools/usr/bin

@fredmaiaarantes
Copy link
Member

fredmaiaarantes commented Sep 4, 2023

I've heard that @Grubba27 found a solution for this. It will be released soon. 🎉

@Grubba27
Copy link
Contributor

Grubba27 commented Sep 4, 2023

I think I've solved this matter!

You can test it by running the following command:

meteor update --release 2.13.1

Alternatively, if you are having errors with the command above, you can use this one:

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

@xiatian12345
Copy link

There seems to be an update error.

➜ Desktop meteor update --release 2.13.1
/Users/xiatian/.meteor/packages/meteor-tool/.2.13.0.yk4rw8.bheh++os.osx.x86_64+web.browser+web.browser.legacy+web.cordova/mt-os.osx.x86_64/dev_bundle/lib/node_modules/meteor-promise/promise_server.js:218
throw error;
^

Error: incorrect data check
at Zlib.zlibOnError [as onerror] (zlib.js:187:17)
=> awaited here:
at Promise.await (/Users/xiatian/.meteor/packages/meteor-tool/.2.13.0.yk4rw8.bheh++os.osx.x86_64+web.browser+web.browser.legacy+web.cordova/mt-os.osx.x86_64/dev_bundle/lib/node_modules/meteor-promise/promise_server.js:60:12)
at Object.extractTarGz (/Users/xiatian/.meteor/packages/meteor-tool/.2.13.0.yk4rw8.bheh++os.osx.x86_64+web.browser+web.browser.legacy+web.cordova/mt-os.osx.x86_64/tools/fs/tools/fs/files.ts:791:11)
at Object.exports._extractAndConvert (/tools/packaging/tropohouse.js:47:9)
at /tools/packaging/tropohouse.js:502:42
at Object.enterJob (/tools/utils/buildmessage.js:388:12)
at /tools/packaging/tropohouse.js:499:24
at Function.each (/Users/xiatian/.meteor/packages/meteor-tool/.2.13.0.yk4rw8.bheh++os.osx.x86_64+web.browser+web.browser.legacy+web.cordova/mt-os.osx.x86_64/dev_bundle/lib/node_modules/underscore/underscore-node-f-pre.js:1316:7)
at /tools/packaging/tropohouse.js:466:11
at Object.enterJob (/tools/utils/buildmessage.js:388:12)
at Object.download (/tools/packaging/tropohouse.js:424:20)
at /tools/packaging/tropohouse.js:597:22
at Object.enterJob (/tools/utils/buildmessage.js:388:12)
at exports.Tropohouse.downloadPackagesMissingFromMap (/tools/packaging/tropohouse.js:594:20)
at /tools/cli/main.js:469:28
at /tools/packaging/catalog/catalog.js:100:5
at Object.capture (/tools/utils/buildmessage.js:283:5)
at Object.catalog.runAndRetryWithRefreshIfHelpful (/tools/packaging/catalog/catalog.js:99:31)
at /tools/cli/main.js:468:15
at Object.capture (/tools/utils/buildmessage.js:283:5)
at /tools/cli/main.js:465:33
at Console.withProgressDisplayVisible (/tools/console/console.js:639:14)
at springboard (/tools/cli/main.js:464:11)
at /tools/cli/main.js:1165:7 {
errno: -3,
code: 'Z_DATA_ERROR'
}

@Grubba27
Copy link
Contributor

Grubba27 commented Sep 5, 2023

Hey @xiatian12345 try using the curl command it will replace your meteor tool and probably will make it work.

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

@xiatian12345
Copy link

Hey @xiatian12345 try using the curl command it will replace your meteor tool and probably will make it work.

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

Thanks, the issue has been resolved. :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests