cannot install ironhide
skeet70 opened this issue · 1 comments
skeet70 commented
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.
mapbox/node-pre-gyp#477
isaacs/node-tar#232
isaacs/minipass#9
According to lovell/sharp#1882 (comment) pinning minipass to v2.7.0 in this project would resolve.
skeet70 commented
Fixed by isaacs/minipass@dfb4ee0