Skip to content
This repository has been archived by the owner on May 25, 2021. It is now read-only.

unzip dependency is outdated #24

Closed
nothingismagick opened this issue Jan 9, 2018 · 0 comments
Closed

unzip dependency is outdated #24

nothingismagick opened this issue Jan 9, 2018 · 0 comments

Comments

@nothingismagick
Copy link

nothingismagick commented Jan 9, 2018

When installing ipfs-desktop I got a warning (among others) about an outdated version of graceful-fs (see nodejs/node#5213 ). It comes from the package unzip that this package depends upon. There exists https://github.com/mhr3/unzip-stream/ - which seems to address this situation, however I have not yet done any testing.

Here is the breakdown of the npm install warning

ipfs-desktop@0.3.0 (graceful-fs)
└─┬ ipfsd-ctl@0.26.0
  └─┬ go-ipfs-dep@0.4.13
    └─┬ unzip@0.1.11 # is the latest version (and three years old, btw.)
      └─┬ fstream@0.1.31 # is currently at v1.0.11 (and deps on graceful ^4.1.2)
        └── graceful-fs@3.0.11 # other modules dedup to graceful-fs@4.1.11
@daviddias daviddias added the status/ready Ready to be worked label Jan 25, 2018
@hacdias hacdias self-assigned this May 4, 2018
@ghost ghost removed the status/ready Ready to be worked label May 4, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants