Ylianst / MeshCommander

MeshCommander is a Intel(R) Active Management Technology (Intel(R) AMT) remote management tool. It's feature rich and includes a built-in remote desktop viewer for Hardware-KVM, a Serial-over-LAN terminal, IDER-Redirection support and much more. MeshCommander is built on web technologies and runs on many plaforms. In addition to being available as a stand-alone tool, MeshCommander was built to be very space efficient to that it can be uploaded into Intel AMT flash space to have it served diretly from the Intel AMT web serve.
Apache License 2.0
326 stars 71 forks source link

Trying to install or update meshcommand results in a zlib error #65

Closed derekschrock closed 2 years ago

derekschrock commented 2 years ago

On macOS 12.2.1, node v14.18.3, npm 8.5.1

Trying to update from 0.9.2-b to 0.9.3-b

Or installing meshcommand@0.9.3-b

results in a zlib error Z_DATA_ERROR

$ npm install -g meshcommander
npm WARN tarball tarball data for meshcommander@https://registry.npmjs.org/meshcommander/-/meshcommander-0.9.3-b.tgz (sha512-RNWHDlBCihL4v/BbqmcyqB3mui8qcza28Vp29FZL7j9d0y4u1UJyjtoHEwjOHw76gX6IMYKcLPksUo5cLDJcEw==) seems to be corrupted. Trying again.
npm WARN tar zlib: incorrect data check
npm WARN tarball tarball data for meshcommander@https://registry.npmjs.org/meshcommander/-/meshcommander-0.9.3-b.tgz (sha512-RNWHDlBCihL4v/BbqmcyqB3mui8qcza28Vp29FZL7j9d0y4u1UJyjtoHEwjOHw76gX6IMYKcLPksUo5cLDJcEw==) seems to be corrupted. Trying again.
npm ERR! code Z_DATA_ERROR
npm ERR! errno -3
npm ERR! zlib: incorrect data check

npm ERR! A complete log of this run can be found in:
npm ERR!     /Users/dereks/.npm/_logs/2022-02-23T20_19_29_670Z-debug-0.log

Best that I can tell the data is correct.

derekschrock commented 2 years ago

This appears to be have been resolved by updating to node 14.9.0.