`ipfs-npm update-registry-index` taking days on first run
See original GitHub issueI’m trying to get started with ipfs-npm
, but I left ipfs-npm update-registry-index
running since yesterday and so far it has downloaded less than 60 MB. Is this happening to anyone else or just me?
Is there an alternative source I can download from?
Btw, as someone who wants to see ipfs grow, I think publishing https://github.com/ipfs/blog/pull/215 before making sure the first experience is fast and pleasant might do more harm than good.
Issue Analytics
- State:
- Created 4 years ago
- Comments:6 (2 by maintainers)
Top Results From Across the Web
Move update-registry-index out of readme #97 - GitHub
achingbrain merged 2 commits into ipfs-shipyard:master from andrew:docs on Apr 16, 2019 ... ipfs-npm update-registry-index taking days on first run #93.
Read more >ipfs-npm - npm Package Health Analysis - Snyk
Install your npm dependencies using IPFS and the distributed web! :D For more information about how to use this package see README.
Read more >ipfs-http-client - npm
A client library for the IPFS HTTP API. Latest version: 59.0.0, last published: 2 months ago. Start using ipfs-http-client in your project ...
Read more >How to index and query Ethereum and IPFS data ... - YouTube
How to index and query Ethereum and IPFS data using The Graph w/ Jannis Pohlmannhttps://thegraph.com/ The Graph lets you create open APIs ...
Read more >When npm link fails | vmx - the blllog.
Our main module is js-ipfs-mfs and let's say you want to make local changes to js-ipfs-unix-importer, which is a direct dependency of js-ipfs- ......
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I’m putting a fix together for this. The problem is that the MFS cp command assumes too much of the DAG is in the local repo when doing this sort of operation.
FWIW
ipfs-npm update-registry-index
is not necessary to start usingipfs-npm
, all you should need to do is runipfs-npm install
in your project and away you go.@momack2 PR to move the docs for that command out of the readme: https://github.com/ipfs-shipyard/npm-on-ipfs/pull/97