IronCoreLabs / ironhide

Tool to easily encrypt and decrypt files to users and groups. Similar to GPG, but usable at scale.
GNU Affero General Public License v3.0
44 stars 6 forks source link

cannot install ironhide #22

Closed skeet70 closed 4 years ago

skeet70 commented 4 years ago

This currently affects our build systems in Travis that use ironhide for build secrets.

The high level summary seems to be that node-pre-gyp broke because node-tar broke because of an issue with minipass. Versions aren't pinned on the way down, so a random release of minipass broke things all the way up.

https://github.com/mapbox/node-pre-gyp/issues/477 https://github.com/npm/node-tar/issues/232 https://github.com/isaacs/minipass/issues/9

According to https://github.com/lovell/sharp/issues/1882#issuecomment-534266128 pinning minipass to v2.7.0 in this project would resolve.

skeet70 commented 4 years ago

Fixed by https://github.com/isaacs/minipass/commit/dfb4ee04d53df6bf7ebee9559fe8b34349316921