ipfs-shipyard / npm-on-ipfs

:package: Install npm modules through IPFS!
MIT License
468 stars 40 forks source link

Remove unneeded js-ipfs installation command #108

Closed andrew closed 5 years ago

andrew commented 5 years ago

Pretty sure you don't need to manually install js-ipfs as it's listed as a dependency of ipfs-npm, simplifying the installation steps.

achingbrain commented 5 years ago

It was more that if you have it installed separately and was pre-v0.34.0, you'd end up with not being able to read bits of your MFS as HAMT support arrived in v0.34.0.

v0.34.0's been out for ages now so not such an issue.